Searched refs:kMaxRange (Results 1 - 25 of 25) sorted by relevance

/external/libvpx/libvpx/test/
H A Dacm_random.h32 random_.Generate(testing::internal::Random::kMaxRange);
/external/chromium_org/content/common/
H A Dinter_process_time_ticks_converter_unittest.cc202 const int kMaxRange = 101; local
203 for (int i = 1; i < kMaxRange; ++i) {
204 for (int j = 1; j < kMaxRange; ++j) {
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h691 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
698 // 0 or greater than kMaxRange.
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-internal.h771 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
778 // 0 or greater than kMaxRange.
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-internal.h764 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
771 // 0 or greater than kMaxRange.
/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h746 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
753 // 0 or greater than kMaxRange.
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-internal.h752 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
759 // 0 or greater than kMaxRange.
/external/gtest/include/gtest/internal/
H A Dgtest-internal.h752 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
759 // 0 or greater than kMaxRange.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-internal.h752 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
759 // 0 or greater than kMaxRange.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h780 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
787 // 0 or greater than kMaxRange.
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h752 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
759 // 0 or greater than kMaxRange.
/external/chromium/testing/gtest/src/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/chromium_org/testing/gtest/src/
H A Dgtest.cc284 // than kMaxRange.
287 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
291 GTEST_CHECK_(range <= kMaxRange)
293 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/gtest/src/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/llvm/utils/unittest/googletest/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/mesa3d/src/gtest/src/
H A Dgtest.cc283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/open-vcdiff/gtest/src/
H A Dgtest.cc264 // than kMaxRange.
267 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
271 GTEST_CHECK_(range <= kMaxRange)
273 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/protobuf/gtest/src/
H A Dgtest.cc260 // than kMaxRange.
263 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
267 GTEST_CHECK_(range <= kMaxRange)
269 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc652 random.Generate(testing::internal::Random::kMaxRange + 1),
664 testing::internal::Random random2(testing::internal::Random::kMaxRange);
/external/gtest/test/
H A Dgtest_unittest.cc551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_unittest.cc551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc515 random.Generate(testing::internal::Random::kMaxRange + 1),
527 testing::internal::Random random2(testing::internal::Random::kMaxRange);

Completed in 827 milliseconds