OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srand
(Results
76 - 100
of
532
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libstdc++/include/
cstdlib
85
using ::
srand
;
/external/chromium_org/components/suggestions/
suggestions_store_unittest.cc
42
srand
(7); // Constant seed for rand() function.
/external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3speed.tcl
26
expr {
srand
(0)}
/external/chromium_org/third_party/sqlite/src/test/
crashtest1.c
50
srand
(getpid());
fuzz_malloc.test
56
expr
srand
($jj)
/external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
ring_buffer_unittest.cc
61
srand
(seed);
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test/
packet_manipulator.cc
92
srand
(random_seed_);
/external/openfst/src/test/
algo_test.cc
74
srand
(seed);
/external/stlport/test/unit/
rope_test.cpp
162
//
srand
(0);
/ndk/sources/cxx-stl/gabi++/include/
cstdlib
87
using ::
srand
;
/ndk/sources/cxx-stl/system/include/
cstdlib
87
using ::
srand
;
/ndk/tests/device/test-gnustl-full/unit/
rope_test.cpp
162
//
srand
(0);
/ndk/tests/device/test-stlport/unit/
rope_test.cpp
162
//
srand
(0);
/prebuilts/misc/common/swig/include/2.0.11/perl5/
perlkw.swg
51
PERLBN(
srand
);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
cstdlib
84
using ::
srand
;
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
cstdlib
84
using ::
srand
;
/prebuilts/ndk/5/sources/cxx-stl/system/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/6/sources/cxx-stl/system/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/7/sources/cxx-stl/system/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/8/sources/cxx-stl/system/include/
cstdlib
88
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstdlib
87
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstdlib
87
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/system/include/
cstdlib
87
using ::
srand
;
Completed in 358 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>