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

  /external/v8/src/compiler/
graph-reducer.cc 26 static const unsigned kMaxAttempts = 16;
28 for (unsigned 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/boringssl/src/ssl/
ssl_sess.c 229 static const unsigned kMaxAttempts = 10;
236 (++retry < kMaxAttempts));
238 if (retry < kMaxAttempts) {

Completed in 887 milliseconds