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

  /external/chromium_org/base/
rand_util_unittest.cc 81 const int kMaxAttempts = 1000000;
85 while (count < kMaxAttempts) {
100 ASSERT_LT(count, kMaxAttempts) << "Expected average was " <<
file_util_posix.cc 541 const int kMaxAttempts = 20;
542 for (int attempts = 0; attempts < kMaxAttempts; attempts++) {
  /system/extras/tests/sdcard/
sysutil.cpp 44 const int kMaxAttempts = 8;
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
165 while (size > 0 && !error && attempts < kMaxAttempts)
451 while (size > 0 && !error && attempts < kMaxAttempts)
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
577 while (size > 0 && !error && attempts < kMaxAttempts)
  /external/chromium/net/base/
keygen_handler_win.cc 167 const int kMaxAttempts = 5;
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
  /external/chromium_org/net/base/
keygen_handler_win.cc 167 const int kMaxAttempts = 5;
169 for (attempt = 0; attempt < kMaxAttempts; ++attempt) {
191 if (attempt == kMaxAttempts) {
  /external/chromium_org/remoting/jingle_glue/
chromium_socket_factory_unittest.cc 52 const int kMaxAttempts = 3;
67 while (last_packet_.empty() && attempts++ < kMaxAttempts) {
  /external/chromium_org/chrome/common/metrics/
entropy_provider_unittest.cc 340 const int kMaxAttempts = 1000000;
348 while (count < kMaxAttempts) {
363 ASSERT_LT(count, kMaxAttempts) << "Expected average was " <<
  /external/chromium_org/chrome/browser/sync/glue/
synced_session_tracker_unittest.cc 173 const int kMaxAttempts = 10000;
176 for (int i=0; i<kMaxAttempts; ++i) {
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 59 const int kMaxAttempts = 100;
60 for (int i = 0; i < kMaxAttempts; ++i) {
  /external/chromium_org/chrome/common/extensions/
extension_file_util.cc 97 const int kMaxAttempts = 100;
98 for (int i = 0; i < kMaxAttempts; ++i) {

Completed in 2235 milliseconds