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

  /external/libchrome/base/
rand_util_unittest.cc 99 const int kMaxAttempts = 1000000;
103 while (count < kMaxAttempts) {
118 ASSERT_LT(count, kMaxAttempts) << "Expected average was " <<
  /external/v8/src/base/platform/
platform-cygwin.cc 128 const int kMaxAttempts = 3;
130 for (int i = 0; i < kMaxAttempts; ++i) {
platform-win32.cc 837 const int kMaxAttempts = 3;
839 for (int i = 0; i < kMaxAttempts; ++i) {
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc     [all...]

Completed in 525 milliseconds