HomeSort by relevance Sort by last modified time
    Searched refs:random (Results 226 - 250 of 296) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 1465 float IntlTest::random(int32_t* seedp) { function in class:IntlTest
1490 float IntlTest::random() { function in class:IntlTest
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 1490 float IntlTest::random(int32_t* seedp) { function in class:IntlTest
1515 float IntlTest::random() { function in class:IntlTest
    [all...]
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 187 Math.random();
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 86 #define rand() random()
110 fd = open("/dev/random", O_RDONLY | O_NONBLOCK);
123 /* Crank the random number generator a few times */
132 * Generate a series of random bytes. Use /dev/urandom if possible,
133 * and if not, use srandom/random.
158 * randomness if /dev/random/urandom is out to lunch.
565 /* No real reason to use the daemon for random uuid's -- yet */
  /external/iproute2/misc/
rtacct.c 373 (unsigned) getpid(), (unsigned long)random(),
ifstat.c 493 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
nstat.c 378 getpid(), (unsigned long)random(), scan_interval/1000, time_constant/1000);
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TLSMessageChannel.java 500 retryAfter.setRetryAfter((int) (10 * (Math.random())));
  /external/v8/benchmarks/
splay.js 65 // The benchmark framework guarantees that Math.random is
67 return Math.random();
  /external/webkit/SunSpider/tests/v8-v4/
v8-splay.js 60 // The benchmark framework guarantees that Math.random is
62 return Math.random();
  /build/core/
cleanbuild.mk 163 # Use "./" in front of the paths to avoid accidentally deleting random
  /external/chromium/third_party/icu/source/test/perf/collperf/
collperf.cpp 407 void binary_search(int32_t random) {
417 r = (this->*fn)(random, guess);
492 DataIndex * rnd_index; // random by icu key
  /external/e2fsprogs/misc/
fsck.c 557 while (inst->next && (random() & 1)) {
671 if (noexecute && (flags & WNOHANG) && !(random() % 3))
  /external/icu4c/test/perf/collperf/
collperf.cpp 407 void binary_search(int32_t random) {
417 r = (this->*fn)(random, guess);
492 DataIndex * rnd_index; // random by icu key
  /external/v8/test/mjsunit/
undeletable-functions.js 56 "random", "abs", "acos", "asin", "atan", "ceil", "cos", "exp", "floor", "log",
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsProvider.java 330 final SecureRandom random = new SecureRandom(); local
331 final String newAndroidIdValue = Long.toHexString(random.nextLong());
    [all...]
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /system/extras/tests/fstest/
perm_checker.conf 66 /dev/random 666 666 root root root root
  /external/dropbear/libtomcrypt/
crypt.tex 120 designing cryptosystems. It supports symmetric ciphers, one-way hashes, pseudo-random number generators,
166 pseudo--random number generators (PRNG), and bignum math routines are all used within the API through \textit{descriptor} tables which
359 \index{Pseudo Random Number Generator} \index{PRNG}
360 Certain functions such as \textit{rsa\_make\_key()} require a Pseudo Random Number Generator (PRNG). These functions do not setup
653 fact used for the purposes of encryption. My suggestion is just to use random 8/24 byte keys instead of trying to make a 8/24
    [all...]
  /external/bluetooth/bluez/lib/bluetooth/
hci.h 1459 uint64_t random; member in struct:__anon1833
1466 uint64_t random; member in struct:__anon1834
1978 uint64_t random; member in struct:__anon1897
    [all...]
  /frameworks/base/voip/java/com/android/server/sip/
SipHelper.java 110 long sequence = (long) (Math.random() * 10000);
  /packages/apps/Email/src/com/android/email/
Utility.java 443 * Generate a random message-id header for locally-generated messages.
449 sb.append(Integer.toString((int)(Math.random() * 35), 36));
  /external/protobuf/gtest/src/
gtest.cc 223 "Random number seed to use when shuffling test orders. Must be in range "
258 // Generates a random number from [0, range), using a Linear
261 UInt32 Random::Generate(UInt32 range) {
    [all...]
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 82 import java.util.Random;
93 // Random variation in backup scheduling time to avoid server load spikes
238 final Random mTokenGenerator = new Random();
2264 Random random = new Random(); local
    [all...]
  /libcore/luni/src/main/java/java/util/
Collections.java 674 * instances if the underlying list is a Random Access list.
1178 * instances if the underlying list is a Random Access list.
    [all...]

Completed in 3216 milliseconds

1 2 3 4 5 6 7 8 91011>>