HomeSort by relevance Sort by last modified time
    Searched full:retrying (Results 26 - 50 of 334) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/qemu/android/utils/
eintr_wrapper.h 36 // By default, this will loop indefinitly, retrying the call until
  /external/skia/platform_tools/android/bin/
http_download.py 65 logger('Download failed on %s, retrying... (%d)\n' % (url, i))
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.c 52 * BSSes before retrying to associate with an BSS that rejected or timed out
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
get_files.py 116 print "Sha does not match, retrying..."
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 56 from retrying forever (in which case the exception will be reraised).
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbutils.py 56 from retrying forever (in which case the exception will be reraised).
  /system/vold/
Ext4.cpp 63 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager.py 221 self._port.num_workers(int(self._options.child_processes)), retrying=False)
231 _log.info("Retrying %d unexpected failure(s) ..." % len(tests_to_retry))
234 num_workers=1, retrying=True)
277 def _run_tests(self, tests_to_run, tests_to_skip, repeat_each, iterations, num_workers, retrying):
284 return self._runner.run_tests(self._expectations, test_inputs, tests_to_skip, num_workers, retrying)
  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 102 // Cannot continue retrying if error is something other than
108 // Cannot continue retrying if wait on pipe fails.
271 // answer something bad happend and there is no point in retrying.
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 39 /** Wait this long after every error before retrying. */
42 /** Wait this long times the number of consecutive errors so far before retrying. */
45 /** Wait this long times 2^(number of consecutive errors so far) before retrying. */
  /packages/services/Telephony/src/com/android/phone/
NotificationMgr.java 268 // So handle case (2) by retrying the lookup after a short
274 // TODO: rather than retrying after an arbitrary delay, it
286 if (DBG) log(" - Retrying in " + VM_NUMBER_RETRY_DELAY_MILLIS + " msec...");
  /external/chromium_org/chrome/browser/sync/test/integration/
passwords_helper.cc 259 // Keep retrying until we get a good reading.
322 // Keep retrying until we get a good reading.
  /external/chromium_org/components/policy/core/common/cloud/
external_policy_data_updater.cc 148 // This counts down the number of such retries to stop retrying once the limit
239 // retrying after 3 attempts.
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client.cc 175 // especially at startup and after sign-in on ChromeOS. Retrying once should
245 // the access or refresh token is invalid. No point retrying. We are
  /dalvik/libdex/
CmdUtils.cpp 161 fprintf(stderr, "Not Zip, retrying as DEX\n");
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java 125 /* not found, no point in retrying as non-zip */
  /development/testrunner/
run_command.py 60 logger.Log("No response for %s, retrying" % cmd)
  /external/chromium_org/chrome/browser/component_updater/
crx_downloader.h 24 // Defines a download interface for downloading components, with retrying on
  /external/chromium_org/chrome/browser/extensions/api/braille_display_private/
brlapi_connection.cc 209 // the daemon is never run. Avoid retrying in this case, relying on
  /external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.h 129 // The multiplier for the wait time for retrying a job that fails due to
  /external/chromium_org/components/data_reduction_proxy/common/
data_reduction_proxy_headers.cc 56 // <duration> is the number of seconds to wait before retrying
  /external/chromium_org/components/policy/core/common/
async_policy_loader.h 93 // before retrying when this returns false.
  /external/chromium_org/components/sync_driver/
data_type_manager_impl.cc 138 // Only proceed if we're in a steady state or retrying.
139 if (state_ != STOPPED && state_ != CONFIGURED && state_ != RETRYING) {
238 DCHECK(state_ == STOPPED || state_ == CONFIGURED || state_ == RETRYING);
315 state_ = RETRYING;
  /external/chromium_org/mojo/public/c/system/
types.h 59 // the state before retrying).
  /external/chromium_org/net/proxy/
proxy_list_unittest.cc 170 // Retrying should put the first proxy on the retry list.

Completed in 685 milliseconds

12 3 4 5 6 7 8 91011>>