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

  /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/gtest/include/gtest/internal/
gtest-internal.h 752 static const UInt32 kMaxRange = 1u << 31;
759 // 0 or greater than kMaxRange.
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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/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/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/libvpx/libvpx/third_party/googletest/src/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/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...]
  /external/ceres-solver/internal/ceres/
gmock_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/gtest/test/
gtest_unittest.cc 551 random.Generate(testing::internal::Random::kMaxRange + 1),
563 testing::internal::Random random2(testing::internal::Random::kMaxRange);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/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...]
  /external/ceres-solver/internal/ceres/gtest/
gtest.h     [all...]

Completed in 672 milliseconds