HomeSort by relevance Sort by last modified time
    Searched refs:srand (Results 26 - 50 of 92) sorted by null

12 3 4

  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
stdlib.h 119 static __inline__ void srand(unsigned int __s) { function
  /system/core/libcutils/
ashmem-host.c 44 srand(time(NULL) + pid);
  /external/chromium/net/disk_cache/
disk_cache_perftest.cc 144 srand(seed);
164 srand(seed);
214 srand(seed);
disk_cache_test_util.cc 44 srand(seed);
stress_cache.cc 92 srand(seed);
block_files_unittest.cc 93 srand(seed);
  /external/chromium/third_party/icu/source/test/intltest/
winnmtst.cpp 66 srand((unsigned)time(NULL));
86 srand((unsigned)time(NULL));
120 srand((unsigned)time(NULL));
mnkytst.cpp 79 srand( (unsigned)time( NULL ) );
154 srand( (unsigned)time( NULL ) );
wbnf.cpp     [all...]
  /external/icu4c/test/intltest/
winnmtst.cpp 66 srand((unsigned)time(NULL));
86 srand((unsigned)time(NULL));
120 srand((unsigned)time(NULL));
mnkytst.cpp 79 srand( (unsigned)time( NULL ) );
154 srand( (unsigned)time( NULL ) );
wbnf.cpp     [all...]
  /external/dropbear/libtomcrypt/testprof/
pkcs_1_test.c 21 srand(time(NULL));
  /external/stlport/stlport/stl/
_cstdlib.h 105 using _STLP_VENDOR_CSTD::srand;
  /ndk/sources/android/stlport/stlport/stl/
_cstdlib.h 105 using _STLP_VENDOR_CSTD::srand;
  /external/chromium/sdch/open-vcdiff/src/
rolling_hash_test.cc 19 #include <stdlib.h> // rand, srand
210 srand(1); // test should be deterministic, including calls to rand()
220 srand(1); // test should be deterministic, including calls to rand()
headerparser_test.cc 18 #include <stdlib.h> // rand, srand
42 srand(1); // make sure each test uses the same data set
  /external/webkit/WebKitTools/iExploder/htdocs/
iexploder.rb 41 srand(@test_num)
43 srand
  /external/netcat/data/
data.c 97 /* if your library doesnt have srandom/random, use srand/rand. [from rnd.c] */
99 srand (time(0) + x);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 85 #define srand(x) srandom(x) macro
116 srand((getpid() << 16) ^ getuid() ^ tv.tv_sec ^ tv.tv_usec);
  /external/chromium/net/tools/crash_cache/
crash_cache.cc 223 srand(seed);
  /external/dropbear/libtommath/demo/
timing.c 96 srand(time(NULL));
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 67 'sleep', 'split', 'sprintf', 'srand', 'sub', 'sub!', 'syscall',
  /external/webkit/WebKit/android/jni/
WebCoreJniOnLoad.cpp 142 srand(time(NULL));
  /external/bluetooth/glib/tests/
gio-test.c 407 srand (tv.tv_sec ^ (tv.tv_usec / 1000) ^ readfd ^ (writefd << 4));

Completed in 584 milliseconds

12 3 4