/external/chromium/chrome/browser/policy/ |
cloud_policy_subsystem.h | 41 NETWORK_ERROR, // A network error occurred, retrying makes sense. 42 LOCAL_ERROR, // Retrying is futile. 94 // Stops all auto-retrying error handling behavior inside the policy
|
browser_policy_connector.h | 66 // retrying behavior.
|
cloud_policy_controller.h | 51 // Stops all auto-retrying error handling behavior inside the policy
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
networktransaction_unittest.py | 74 'Retrying in 0 seconds...\n', 76 'Retrying in 0.0 seconds...\n'])
|
networktransaction.py | 61 _log.warn("Received HTTP status %s loading \"%s\". Retrying in %s seconds..." % (e.code, e.filename, self._backoff_seconds))
|
/external/chromium/chrome/browser/remoting/ |
setup_flow_register_step.cc | 77 // When retrying we retry from the GetStatus step because it may be
|
setup_flow_start_host_step.cc | 82 // When retrying we retry from the GetStatus step because it may be
|
/external/chromium/chrome/browser/sync/engine/ |
cleanup_disabled_types_command.h | 29 // cared for in this command by retrying; see ExecuteImpl.
|
update_applicator.h | 8 // UpdateApplicator might resemble an iterator, but it actually keeps retrying
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
DctConstants.java | 33 * RETRYING: data connection failed but we're going to retry. 37 * RETRYING or CONNECTING or SCANNING: CONNECTING 47 RETRYING
|
/system/vold/ |
Ext4.cpp | 62 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
|
Fat.cpp | 147 SLOGE("%s appears to be a read only filesystem - retrying mount RO", fsPath);
|
/external/wpa_supplicant_8/wpa_supplicant/ |
blacklist.c | 52 * BSSes before retrying to associate with an BSS that rejected or timed out
|
todo.txt | 37 ctrl_iface) by moving the retrying of the previous request into EAP
|
/packages/apps/Phone/src/com/android/phone/ |
InCallUiState.java | 270 * by automatically retrying the call. This flag is set to true when 305 * Generic "retrying" state. (Specifically, this is shown while 306 * retrying after an initial failure from the "emergency call from 309 RETRYING
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
printing.py | 381 def print_progress(self, result_summary, retrying, test_list): 386 self._print_one_line_progress(result_summary, retrying) 393 def _print_one_line_progress(self, result_summary, retrying): 398 if retrying: 399 action = "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. */
|
/dalvik/libdex/ |
CmdUtils.cpp | 162 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/chrome/browser/ui/webui/options/ |
certificate_manager_handler.h | 87 // TODO(mattm): allow retrying with different password
|
/external/chromium/chrome/common/net/gaia/ |
gaia_oauth_client.cc | 147 // RC_BAD_REQUEST means the arguments are invalid. No point retrying. We are
|
/external/chromium/net/proxy/ |
proxy_list.cc | 119 // Number of minutes to wait before retrying a bad proxy server.
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
ApnContext.java | 193 || (mState == DctConstants.State.RETRYING)
|
DcRetryAlarmController.java | 43 // The Intent action for retrying and its two extra's
|