Home
last modified time | relevance | path

Searched refs:random (Results 1 – 25 of 160) sorted by relevance

1234567

/trunk/test/testuno/source/testlib/uno/
H A DTestUtil.java59 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()
138 int g = random.nextInt(gMax + 1) % 256; in randColor()
[all …]
/trunk/main/scripting/source/pyprov/
H A Dofficehelper.py27 import random
56 random.seed()
57 sPipeName = "uno" + str(random.random())[2:]
/trunk/main/sal/rtl/source/
H A Drandom.c103 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 Dmakefile.mk76 $(SLO)$/random.obj \
110 $(OBJ)$/random.obj \
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A Durp.java191 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 DTestCacheSize.java562 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 DXSimpleFileAccess.idl240 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 DXChartDocument.idl51 other by random).</p>
61 other by random).</p>
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32108 /* Define to 1 if you have the `random' function. */
257 /* Use BSD initstate() and random() */
/trunk/main/libxmlsec/
H A Dxmlsec1-nssmangleciphers.patch380 - /* generate random iv */
682 - /* generate random padding */
686 + /* generate random */
/trunk/main/oox/source/ppt/
H A Dslidetransitioncontext.cxx155 case PPT_TOKEN( random ): in createFastChildContext()
H A Dslidetransition.cxx395 case PPT_TOKEN( random ): in setOoxTransitionType()
/trunk/main/sal/qa/
H A Dlibs2test.txt75 rtl/random ; rtl_Random
/trunk/main/binaryurp/source/
H A Dbridge.cxx82 sal_Int32 random() { in random() function
583 random_ = random(); in sendRequestChangeRequest()
/trunk/main/sal/prj/
H A Dbuild.lst34 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 DBaseFrame.idl100 set when inserted. In this case a random, unique name is assigned.
/trunk/main/scripting/examples/beanshell/MemoryUsage/
H A Dmemusage.bsh132 // allocate a random number of bytes so that the data changes
/trunk/main/udkapi/com/sun/star/bridge/
H A DXProtocolProperties.idl69 Generate a new random number and try again.
/trunk/main/offapi/com/sun/star/rendering/
H A DXCanvasFont.idl84 Optional random seed for OpenType glyph variations.
/trunk/main/offapi/com/sun/star/packages/zip/
H A DZipConstants.idl66 values with a somewhat random distribution. Forces more Huffman
/trunk/main/boost/
H A Dmakefile.mk140 @$(GNUCOPY) -R $(PACKAGE_DIR)$/$(TARFILE_NAME)$/boost$/random $(INCCOM)$/$(PRJNAME)
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg72 RANDFILE = $dir/private/.rand # private random number file

Completed in 72 milliseconds

1234567