Searched refs:Random (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dacm_random.h31 random_.Generate(testing::internal::Random::kMaxRange);
37 random_.Generate(testing::internal::Random::kMaxRange);
62 testing::internal::Random random_;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc712 void ShuffleRange(internal::Random* random, int begin, int end,
733 inline void Shuffle(internal::Random* random, std::vector<E>* v) {
1202 internal::Random* random() { return &random_; }
1309 internal::Random random_;
1730 "Random number seed to use when shuffling test orders. Must be in range "
1775 UInt32 Random::Generate(UInt32 range) {
3947 void TestCase::ShuffleTests(internal::Random* random) {
6327 " Random number seed to use for shuffling test orders (between 1 and\n"
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7636 class GTEST_API_ Random { class in namespace:testing::internal
7640 explicit Random(UInt32 seed) : state_(seed) {} function in class:testing::internal::Random
7650 GTEST_DISALLOW_COPY_AND_ASSIGN_(Random);
18306 void ShuffleTests(internal::Random* random);

Completed in 180 milliseconds