Home
last modified time | relevance | path

Searched refs:kMaxAttempts (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Drand_util_unittest.cc95 const int kMaxAttempts = 1000000; in TEST() local
99 while (count < kMaxAttempts) { in TEST()
114 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()
/external/libchrome/base/
Drand_util_unittest.cc94 const int kMaxAttempts = 1000000; in TEST() local
98 while (count < kMaxAttempts) { in TEST()
113 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()