OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:srand
(Results
51 - 75
of
532
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/net/spdy/
hpack_round_trip_test.cc
143
LOG(INFO) << "Seeding with
srand
(" << seed << ")";
144
srand
(seed);
/external/chromium_org/sdch/open-vcdiff/src/
headerparser_test.cc
18
#include <stdlib.h> // rand,
srand
42
srand
(1); // make sure each test uses the same data set
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
pagemap_unittest.cc
99
srand
(301); //
srand
isn't great, but it's portable
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
pagemap_unittest.cc
99
srand
(301); //
srand
isn't great, but it's portable
/external/chromium_org/third_party/webrtc/base/
helpers.cc
148
srand
(*reinterpret_cast<const int*>(seed));
150
srand
(*reinterpret_cast<const char*>(seed));
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
test.cc
35
srand
(seed);
50
srand
(seed);
/external/libcxx/include/
cstdlib
47
void
srand
(unsigned int seed);
121
using ::
srand
;
/external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
35
void
srand
(unsigned int seed) {
function in struct:__anon10056::PRNG
71
prng.
srand
(randSeed);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h
46
UniformArcSelector(int seed = time(0)) {
srand
(seed); }
67
LogProbArcSelector(int seed = time(0)) {
srand
(seed); }
/frameworks/rs/cpu_ref/linkloader/
main.cpp
94
srand
(seed);
121
DEF("
srand
", stub_srand)
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib
47
void
srand
(unsigned int seed);
121
using ::
srand
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/
cstdlib
90
#undef
srand
128
using ::
srand
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
cstdlib
106
#undef
srand
154
using ::
srand
;
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
cstdlib
106
#undef
srand
154
using ::
srand
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
92
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
92
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdlib
92
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdlib
92
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
90
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
90
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdlib
90
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdlib
90
#undef
srand
128
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdlib
106
#undef
srand
154
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdlib
106
#undef
srand
154
using ::
srand
;
/prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdlib
47
void
srand
(unsigned int seed);
121
using ::
srand
;
Completed in 517 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>