HomeSort by relevance Sort by last modified time
    Searched full:srandom (Results 26 - 50 of 176) sorted by null

12 3 4 5 6 7 8

  /ndk/sources/cxx-stl/system/include/
cstdlib 89 using ::srandom;
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib 86 using ::srandom;
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib 86 using ::srandom;
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib 90 using ::srandom;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib 89 using ::srandom;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib 89 using ::srandom;
  /system/extras/tests/bionic/libstdc++/
test_cstdlib.cpp 89 using ::srandom;
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaThumbRequest.java 72 private static final Random sRandom = new Random();
220 magic = sRandom.nextLong();
  /external/bison/lib/
stdlib.in.h 548 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
550 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
551 _GL_CXXALIASWARN (srandom);
553 # undef srandom
555 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
  /external/bison/darwin-lib/
stdlib.h 870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
    [all...]
  /external/bison/linux-lib/
stdlib.h 870 _GL_FUNCDECL_SYS (srandom, void, (unsigned int seed));
872 _GL_CXXALIAS_SYS (srandom, void, (unsigned int seed));
873 _GL_CXXALIASWARN (srandom);
875 # undef srandom macro
877 _GL_WARN_ON_USE (srandom, "srandom is unportable - "
    [all...]
  /frameworks/base/core/java/android/net/
DnsPinger.java 63 private static final Random sRandom = new Random();
160 newActivePing.packetId = (short) sRandom.nextInt();
  /bionic/libc/include/
stdlib.h 116 static __inline__ void srandom(unsigned int __s) function
  /development/ndk/platforms/android-3/include/
stdlib.h 126 static __inline__ void srandom(unsigned int __s) function
  /development/ndk/platforms/android-8/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /development/ndk/platforms/android-9/include/
stdlib.h 127 static __inline__ void srandom(unsigned int __s) function
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
sunos4.h 76 extern int srandom(long val);
  /external/libpcap/lbl/
os-sunos4.h 166 void srandom(int);
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 33 srandom(time(NULL));
scale_argb_test.cc 33 srandom(time(NULL));

Completed in 2250 milliseconds

12 3 4 5 6 7 8