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

  /external/chromium_org/chrome/browser/mac/
keychain_reauthorize.h 32 // and if its integer value is less than max_tries, KeychainReauthorize is
36 // max_tries to prevent further attempts, and the preference name with the
47 void KeychainReauthorizeIfNeeded(NSString* pref_key, int max_tries);
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
sdk_update_common.py 43 max_tries = 5
45 for num_tries in xrange(max_tries):
86 max_tries = 5
88 for num_tries in xrange(max_tries):
  /external/chromium_org/base/process/
process_iterator_freebsd.cc 22 const int max_tries = 10; local
52 } while (!done && (try_num++ < max_tries));
process_iterator_mac.cc 29 const int max_tries = 10; local
60 } while (!done && (try_num++ < max_tries));
process_iterator_openbsd.cc 24 const int max_tries = 10; local
54 } while (!done && (try_num++ < max_tries));
  /external/eigen/test/
umeyama.cpp 31 int max_tries = 40; local
34 while (!is_unitary && max_tries > 0)
66 --max_tries;
69 if (max_tries == 0)
  /external/chromium_org/chrome/test/perf/
tab_switching_test.cc 114 int max_tries = 20; local
120 } while (!log_has_been_dumped && max_tries--);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumbermatcher.h 81 int max_tries);
phonenumbermatcher.cc 354 int max_tries)
361 max_tries_(max_tries),
    [all...]
  /external/chromium_org/sandbox/win/src/
win_utils.cc 307 const int max_tries = 5; local
315 for (int tries = 1; !(*function_ptr) && tries < max_tries; ++tries) {

Completed in 436 milliseconds