Searched defs:kMaxRange (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/content/common/
H A Dinter_process_time_ticks_converter_unittest.cc213 const int kMaxRange = 101; local
214 for (int i = 1; i < kMaxRange; ++i) {
215 for (int j = 1; j < kMaxRange; ++j) {
/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_org/testing/gtest/include/gtest/internal/
H A Dgtest-internal.h710 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
717 // 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.h678 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
685 // 0 or greater than kMaxRange.
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h781 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
788 // 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_org/testing/gtest/src/
H A Dgtest.cc294 // than kMaxRange.
297 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
301 GTEST_CHECK_(range <= kMaxRange)
303 << "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.cc290 // than kMaxRange.
293 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
297 GTEST_CHECK_(range <= kMaxRange)
299 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/llvm/utils/unittest/googletest/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/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/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_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1774 // than kMaxRange.
1777 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
1781 GTEST_CHECK_(range <= kMaxRange)
1783 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1774 // than kMaxRange.
1777 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
1781 GTEST_CHECK_(range <= kMaxRange)
1783 << "but this can only generate numbers in [0, " << kMaxRange << ")."; local
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7638 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
7645 // 0 or greater than kMaxRange.
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7638 static const UInt32 kMaxRange = 1u << 31; member in class:testing::internal::Random
7645 // 0 or greater than kMaxRange.

Completed in 1393 milliseconds