Home
last modified time | relevance | path

Searched defs:ACMRandom (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
Dacm_random.h22 ACMRandom() : random_(DeterministicSeed()) {} in ACMRandom() function
24 explicit ACMRandom(int seed) : random_(seed) {} in ACMRandom() function
/external/libvpx/libvpx/test/
Dacm_random.h22 ACMRandom() : random_(DeterministicSeed()) {} in ACMRandom() function
24 explicit ACMRandom(int seed) : random_(seed) {} in ACMRandom() function
/external/chromium_org/third_party/re2/util/
Drandom.h17 ACMRandom(int32 seed) : seed_(seed) {} in ACMRandom() function
/external/regex-re2/util/
Drandom.h17 ACMRandom(int32 seed) : seed_(seed) {} in ACMRandom() function
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
Dtcmalloc_unittest.cc351 class ACMRandom { class in testing::TesterThread
354 explicit ACMRandom(int32 seed) { seed_ = seed; } in ACMRandom() function in testing::TesterThread::ACMRandom
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
Dtcmalloc_unittest.cc351 class ACMRandom { class in testing::TesterThread
354 explicit ACMRandom(int32 seed) { seed_ = seed; } in ACMRandom() function in testing::TesterThread::ACMRandom