| /trunk/test/testuno/source/testlib/uno/ |
| H A D | TestUtil.java | 45 private static Random random = new Random(); field in TestUtil 59 cInfo.setCol(random.nextInt(colLimit)); in randCell() 60 cInfo.setRow(random.nextInt(rowLimit)); in randCell() 75 cInfo.setCol(random.nextInt(colTop)); in randCell() 76 cInfo.setRow(random.nextInt(rowTop)); in randCell() 88 double basic = random.nextInt(max * 2); in randFontSize() 121 int r = random.nextInt(256); in randColor() 122 int g = random.nextInt(256); in randColor() 123 int b = random.nextInt(256); in randColor() 137 int r = random.nextInt(rMax + 1) % 256; in randColor() [all …]
|
| /trunk/main/scripting/source/pyprov/ |
| H A D | officehelper.py | 27 import random 56 random.seed() 57 sPipeName = "uno" + str(random.random())[2:]
|
| /trunk/main/sal/rtl/source/ |
| H A D | random.c | 103 register double random; in __rtl_random_data() local 106 random = (((double)(pImpl->m_nX) / 30328.0) + in __rtl_random_data() 110 random -= ((double)((sal_uInt32)(random))); in __rtl_random_data() 111 return (random); in __rtl_random_data()
|
| H A D | makefile.mk | 76 $(SLO)$/random.obj \ 110 $(OBJ)$/random.obj \
|
| /trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/ |
| H A D | urp.java | 191 random = new Random().nextInt(); in sendRequestChange() 196 new Object[] { random }); in sendRequestChange() 223 if (random < n) { in handleInternalMessage() 227 } else if (random == n) { in handleInternalMessage() 730 private int random; field in urp
|
| /trunk/main/connectivity/qa/complex/connectivity/hsqldb/ |
| H A D | TestCacheSize.java | 562 int random = randomgen.nextInt(smallrows - 1); in checkUpdates() local 564 para.setInt(1, random); in checkUpdates() 589 int random = randomgen.nextInt(bigrows - 1); in checkUpdates() local 591 para.setInt(1, random); in checkUpdates()
|
| /trunk/main/offapi/com/sun/star/ucb/ |
| H A D | XSimpleFileAccess.idl | 240 opened for random write access. Some resources do not allow random 258 opened for random write access. Some resources do not allow random
|
| /trunk/main/offapi/com/sun/star/chart2/ |
| H A D | XChartDocument.idl | 51 other by random).</p> 61 other by random).</p>
|
| /trunk/main/redland/rasqal/ |
| H A D | rasqal-0.9.33.patch.win32 | 108 /* Define to 1 if you have the `random' function. */ 257 /* Use BSD initstate() and random() */
|
| /trunk/main/libxmlsec/ |
| H A D | xmlsec1-nssmangleciphers.patch | 380 - /* generate random iv */ 682 - /* generate random padding */ 686 + /* generate random */
|
| /trunk/main/oox/source/ppt/ |
| H A D | slidetransitioncontext.cxx | 155 case PPT_TOKEN( random ): in createFastChildContext()
|
| H A D | slidetransition.cxx | 395 case PPT_TOKEN( random ): in setOoxTransitionType()
|
| /trunk/main/binaryurp/source/ |
| H A D | bridge.cxx | 82 sal_Int32 random() { in random() function 583 random_ = random(); in sendRequestChangeRequest()
|
| /trunk/main/sal/prj/ |
| H A D | build.lst | 34 sa sal\qa\rtl\random nmake - all sa_qa_rtl_random sa_util sa_cpprt.u NULL
|
| /trunk/main/offapi/com/sun/star/text/ |
| H A D | BaseFrame.idl | 100 set when inserted. In this case a random, unique name is assigned.
|
| /trunk/main/scripting/examples/beanshell/MemoryUsage/ |
| H A D | memusage.bsh | 132 // allocate a random number of bytes so that the data changes
|
| /trunk/main/udkapi/com/sun/star/bridge/ |
| H A D | XProtocolProperties.idl | 69 Generate a new random number and try again.
|
| /trunk/main/offapi/com/sun/star/rendering/ |
| H A D | XCanvasFont.idl | 84 Optional random seed for OpenType glyph variations.
|
| /trunk/main/offapi/com/sun/star/packages/zip/ |
| H A D | ZipConstants.idl | 66 values with a somewhat random distribution. Forces more Huffman
|
| /trunk/main/boost/ |
| H A D | makefile.mk | 141 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/random $(INCCOM)$/$(PRJNAME)
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_6/ |
| H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
| /trunk/main/xmlsecurity/test_docs/CAs/Root_9/ |
| H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/ |
| H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_2_Root_8/ |
| H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|
| /trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_9/ |
| H A D | openssl.cfg | 72 RANDFILE = $dir/private/.rand # private random number file
|