Home
last modified time | relevance | path

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

/external/libchrome/base/
Drand_util_unittest.cc99 const int kMaxAttempts = 1000000; in TEST() local
103 while (count < kMaxAttempts) { in TEST()
118 ASSERT_LT(count, kMaxAttempts) << "Expected average was " << in TEST()
/external/v8/src/base/platform/
Dplatform-cygwin.cc128 const int kMaxAttempts = 3; in Allocate() local
130 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
Dplatform-win32.cc837 const int kMaxAttempts = 3; in Allocate() local
839 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
/external/libchrome/base/debug/
Dactivity_tracker.cc920 const int kMaxAttempts = 10; in CreateSnapshot() local
932 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in CreateSnapshot()