OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACMRandom
(Results
26 - 32
of
32
) sorted by null
1
2
/external/libvpx/libvpx/test/
variance_test.cc
38
using libvpx_test::
ACMRandom
;
121
rnd(
ACMRandom
::DeterministicSeed());
140
ACMRandom
rnd;
207
rnd(
ACMRandom
::DeterministicSeed());
227
ACMRandom
rnd;
sad_test.cc
49
using libvpx_test::
ACMRandom
;
83
rnd_.Reset(
ACMRandom
::DeterministicSeed());
130
ACMRandom
rnd_;
convolve_test.cc
223
::libvpx_test::
ACMRandom
prng;
392
::libvpx_test::
ACMRandom
prng;
/external/chromium_org/third_party/re2/re2/testing/
regexp_generator.cc
66
ACMRandom
acm(seed);
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
tcmalloc_unittest.cc
351
class
ACMRandom
{
354
explicit
ACMRandom
(int32 seed) { seed_ = seed; }
517
ACMRandom
r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
527
ACMRandom
r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
tcmalloc_unittest.cc
351
class
ACMRandom
{
354
explicit
ACMRandom
(int32 seed) { seed_ = seed; }
517
ACMRandom
r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
527
ACMRandom
r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);
[
all
...]
/external/regex-re2/re2/testing/
regexp_generator.cc
66
ACMRandom
acm(seed);
Completed in 108 milliseconds
1
2