Home
last modified time | relevance | path

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

/external/v8/src/init/
Disolate-allocator.cc65 const int kMaxAttempts = 4; in InitReservation() local
66 for (int attempt = 0; attempt < kMaxAttempts; ++attempt) { in InitReservation()
94 bool overreserve = (attempt == kMaxAttempts - 1); in InitReservation()
/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.cc129 const int kMaxAttempts = 3; in Allocate() local
131 for (int i = 0; i < kMaxAttempts; ++i) { in Allocate()
Dplatform-win32.cc832 const int kMaxAttempts = 3; in Allocate() local
834 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()