HomeSort by relevance Sort by last modified time
    Searched refs:kMaxRange (Results 1 - 25 of 27) sorted by null

1 2

  /external/libvpx/libvpx/test/
acm_random.h 32 random_.Generate(testing::internal::Random::kMaxRange);
  /external/chromium_org/content/common/
inter_process_time_ticks_converter_unittest.cc 202 const int kMaxRange = 101;
203 for (int i = 1; i < kMaxRange; ++i) {
204 for (int j = 1; j < kMaxRange; ++j) {
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-internal.h 771 static const UInt32 kMaxRange = 1u << 31;
778 // 0 or greater than kMaxRange.
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-internal.h 764 static const UInt32 kMaxRange = 1u << 31;
771 // 0 or greater than kMaxRange.
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-internal.h 746 static const UInt32 kMaxRange = 1u << 31;
753 // 0 or greater than kMaxRange.
    [all...]
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-internal.h 667 static const UInt32 kMaxRange = 1u << 31;
674 // 0 or greater than kMaxRange.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-internal.h 752 static const UInt32 kMaxRange = 1u << 31;
759 // 0 or greater than kMaxRange.
    [all...]
  /external/gtest/include/gtest/internal/
gtest-internal.h 752 static const UInt32 kMaxRange = 1u << 31;
759 // 0 or greater than kMaxRange.
    [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 780 static const UInt32 kMaxRange = 1u << 31;
787 // 0 or greater than kMaxRange.
    [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-internal.h 752 static const UInt32 kMaxRange = 1u << 31;
759 // 0 or greater than kMaxRange.
    [all...]
  /ndk/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-internal.h 667 static const UInt32 kMaxRange = 1u << 31;
674 // 0 or greater than kMaxRange.
    [all...]
  /external/chromium/testing/gtest/src/
gtest.cc 283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/chromium_org/testing/gtest/src/
gtest.cc 286 // than kMaxRange.
289 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
293 GTEST_CHECK_(range <= kMaxRange)
295 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/gtest/src/
gtest.cc 283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/llvm/utils/unittest/googletest/
gtest.cc 283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 283 // than kMaxRange.
286 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
290 GTEST_CHECK_(range <= kMaxRange)
292 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/open-vcdiff/gtest/src/
gtest.cc 264 // than kMaxRange.
267 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
271 GTEST_CHECK_(range <= kMaxRange)
273 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 260 // than kMaxRange.
263 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
267 GTEST_CHECK_(range <= kMaxRange)
269 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 286 // than kMaxRange.
289 state_ = (1103515245U*state_ + 12345U) % kMaxRange;
293 GTEST_CHECK_(range <= kMaxRange)
295 << "but this can only generate numbers in [0, " << kMaxRange << ").";
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc     [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc 551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest_unittest.cc 720 random.Generate(testing::internal::Random::kMaxRange + 1),
732 testing::internal::Random random2(testing::internal::Random::kMaxRange);
    [all...]
  /external/gtest/test/
gtest_unittest.cc 551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
    [all...]
  /external/protobuf/gtest/test/
gtest_unittest.cc 515 random.Generate(testing::internal::Random::kMaxRange + 1),
527 testing::internal::Random random2(testing::internal::Random::kMaxRange);
    [all...]

Completed in 798 milliseconds

1 2