HomeSort by relevance Sort by last modified time
    Searched refs:srand (Results 201 - 225 of 236) sorted by null

1 2 3 4 5 6 7 8910

  /external/ltrace/etc/
libc.so.conf 275 void srand(uint);
  /art/runtime/
profiler.cc 163 srand(MicroTime() * getpid());
  /external/icu/icu4c/source/test/intltest/
restsnew.cpp 123 srand((unsigned)time(NULL));
    [all...]
testidna.cpp     [all...]
  /external/libxml2/
dict.c 188 srand(time(NULL));
  /frameworks/av/drm/drmserver/
DrmManager.cpp 45 srand(time(NULL));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 831 srand(seed);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 168 srand(getpid());
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 309 srand(getpid());
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp 433 srand(0);
  /ndk/tests/device/test-stlport/unit/
unordered_test.cpp 433 srand(0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdlib.h 383 void __cdecl srand(unsigned int _Seed);
  /system/bt/btif/src/
btif_core.c 378 srand((unsigned int) (time(0)));
    [all...]
  /system/keymaster/
android_keymaster_messages_test.cpp 581 srand(now);
  /external/netperf/
nettest_sctp.c 689 srand((int) getpid());
    [all...]
nettest_bsd.c     [all...]
nettest_dlpi.c 444 srand((int) getpid());
    [all...]
nettest_unix.c 476 srand((int) getpid());
    [all...]
  /external/ipsec-tools/src/racoon/
isakmp_inf.c     [all...]
  /external/iputils/
ping6.c 311 srand(seed);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 656 srand((unsigned)time( NULL ));
    [all...]
  /external/regex-re2/re2/testing/
regexp_benchmark.cc 139 srand(0);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 556 srand ( time(NULL) );
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 541 srand ( time(NULL) );
    [all...]
  /external/libvncserver/libvncclient/
rfbproto.c 780 srand(time(NULL));
    [all...]

Completed in 1487 milliseconds

1 2 3 4 5 6 7 8910