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

/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/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 Dbuffer.h52 // Set the buffer (excluding padding) to the output of ACMRandom function 'b'.
53 void Set(ACMRandom *rand_class, T (ACMRandom::*rand_func)());
124 void Buffer<T>::Set(ACMRandom *rand_class, T (ACMRandom::*rand_func)()) { argument
H A Dvideo_source.h208 RandomVideoSource(int seed = ACMRandom::DeterministicSeed()) argument
231 ACMRandom rnd_;

Completed in 305 milliseconds