HomeSort by relevance Sort by last modified time
    Searched full:retries (Results 276 - 300 of 560) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/common/net/
url_fetcher_unittest.cc 601 // Maximum retries allowed is set to 11.
624 // Maximum retries allowed is set to 11.
670 // Maximum retries allowed is set to 2.
url_fetcher.h 250 // Maximum retries allowed.
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc 413 << ", retries: " << retries_left;
731 << " retries: " << retries_left;
797 // Dialog will display enter PUK screen with an updated retries count.
  /external/libnfc-nxp/src/
phLlcNfc_Interface.c 367 /* Retries has failed to work, so U frame is sent */
    [all...]
  /external/chromium_org/net/url_request/
url_fetcher_impl_unittest.cc 450 // Maximum retries allowed is set to 2.
    [all...]
url_request_throttler_entry.cc 219 // return "now" so that retries are not delayed.
  /hardware/ril/include/telephony/
ril.h 402 cases for error notification and potential retries. */
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_integrationtest.py     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1557 unsigned int i, retries; local
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp 1557 unsigned int i, retries; local
    [all...]
  /dalvik/vm/compiler/
Compiler.cpp 69 int retries = 0; local
73 retries++;
74 if (retries > ENQUEUE_MAX_RETRIES) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 40 retries = 0
43 retries += 1
44 if retries > 10:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 40 retries = 0
43 retries += 1
44 if retries > 10:
    [all...]
  /art/runtime/jdwp/
jdwp_adb.cc 270 LOG(ERROR) << "adb connection max retries exceeded";
  /development/ndk/platforms/android-3/include/linux/
wireless.h 325 __u32 retries; member in struct:iw_discarded
  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc 327 // Remember this value, so that eventual retries start with the correct
  /external/chromium_org/chrome/browser/extensions/api/downloads/
downloads_api.h 210 void PromptOrWait(int download_id, int retries);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_oauth_enrollment.js 262 * Retries the enrollment process after an error occurred in a previous
  /external/chromium_org/chrome/browser/resources/image_loader/
request.js 268 // Refreshes the access token and retries the request.
  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher_unittest.cc 321 // First attempt + 11 retries = 12 total responses.
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.h 215 // Callback for retries of registration requests.
cloud_policy_refresh_scheduler.cc 233 // updated, and another fetch (and subsequent retries) will be attempted
  /external/chromium_org/net/base/
network_change_notifier_win.cc 24 // Time between NotifyAddrChange retries, on failure.
  /external/chromium_org/net/dns/
host_resolver_impl.h 109 // DNS transactions (not counting retransmissions and retries).
  /external/chromium_org/third_party/openssl/openssl/crypto/dso/
dso_dl.c 125 /* We don't do any fancy retries or anything, just take the method's

Completed in 888 milliseconds

<<11121314151617181920>>