Searched defs:ACMRandom (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/re2/util/
H A Drandom.h15 class ACMRandom { class in namespace:re2
17 ACMRandom(int32 seed) : seed_(seed) {} function in class:re2::ACMRandom
/external/regex-re2/util/
H A Drandom.h15 class ACMRandom { class in namespace:re2
17 ACMRandom(int32 seed) : seed_(seed) {} function in class:re2::ACMRandom
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dacm_random.h20 class ACMRandom { class in namespace:libvpx_test
22 ACMRandom() : random_(DeterministicSeed()) {} function in class:libvpx_test::ACMRandom
24 explicit ACMRandom(int seed) : random_(seed) {} function in class:libvpx_test::ACMRandom
H A Dvideo_source.h145 RandomVideoSource(int seed = ACMRandom::DeterministicSeed()) argument
167 ACMRandom rnd_;
/external/libvpx/libvpx/test/
H A Dacm_random.h20 class ACMRandom { class in namespace:libvpx_test
22 ACMRandom() : random_(DeterministicSeed()) {} function in class:libvpx_test::ACMRandom
24 explicit ACMRandom(int seed) : random_(seed) {} function in class:libvpx_test::ACMRandom
H A Dvideo_source.h145 RandomVideoSource(int seed = ACMRandom::DeterministicSeed()) argument
167 ACMRandom rnd_;
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc351 class ACMRandom { class in class:testing::TesterThread
354 explicit ACMRandom(int32 seed) { seed_ = seed; } function in class:testing::TesterThread::ACMRandom
517 ACMRandom r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
527 ACMRandom r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc351 class ACMRandom { class in class:testing::TesterThread
354 explicit ACMRandom(int32 seed) { seed_ = seed; } function in class:testing::TesterThread::ACMRandom
517 ACMRandom r(reinterpret_cast<intptr_t>(object->ptr) & 0x7fffffff);
527 ACMRandom r(reinterpret_cast<intptr_t>(object.ptr) & 0x7fffffff);

Completed in 317 milliseconds