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

  /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/chrome/common/extensions/
extension_file_util.cc 59 const int kMaxAttempts = 100;
60 for (int i = 0; i < kMaxAttempts; ++i) {

Completed in 63 milliseconds