HomeSort by relevance Sort by last modified time
    Searched full:retry (Results 476 - 500 of 1348) sorted by null

<<11121314151617181920>>

  /external/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 296 * <li>XMPPError.Type.WAIT - retry after waiting (the error is temporary)
297 * <li>XMPPError.Type.CANCEL - do not retry (the error is unrecoverable)
298 * <li>XMPPError.Type.MODIFY - retry after changing the data sent
299 * <li>XMPPError.Type.AUTH - retry after providing credentials
  /external/v8/src/
atomicops_internals_arm_gcc.h 94 // Otherwise, *ptr changed mid-loop and we need to retry.
  /external/webkit/Tools/QueueStatusServer/handlers/
submittoews.py 49 # Only ever re-submit to the EWS if the EWS specifically requested a retry.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 115 * decision to retry lies with the application.
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 49 /* Retry with MOVEFILE_REPLACE_EXISTING if the move failed
  /packages/apps/CertInstaller/res/values-en-rGB/
strings.xml 37 <string name="storage_error" msgid="8306802455802770779">"Couldn\'t save the certificate. Touch OK to retry."</string>
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
MoveItemsParser.java 72 // This sounds like a transient error, so we can safely retry
  /packages/apps/Exchange/exchange2/src/com/android/exchange/utility/
FileLogger.java 106 // If the card is mounted and we can create the writer, retry
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 189 Retry(R.string.lockpattern_retry_button_text, true),
244 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
248 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
363 if (mUiStage.leftMode == LeftButtonMode.Retry) {
  /external/chromium/base/allocator/
allocator_shim.cc 88 return false; // break out of the retry loop.
96 // Otherwise, try the new_handler. If it returns, retry the
  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.h 189 // These fields are saved so we can retry client login.
197 bool try_again_; // True if we're willing to retry the login attempt.
  /external/chromium/chrome/browser/sync/notifier/
registration_manager.cc 179 // If we're a retry, we must have tried at least once before.
209 VLOG(2) << "Not a retry -- registering "
  /external/chromium/net/base/
host_resolver_proc.cc 203 // changes to /etc/resolv.conf and retry. See http://crbug.com/11380 for info.
216 // maybe we should retry. There were several bugs related to these
  /external/chromium/net/tools/flip_server/
create_listener.cc 44 // can fail with EINTR. In that case you should just retry.. Unfortunately,
46 // multithreaded approach in the filter proxy, so we should just retry.
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 93 // that if a request document cannot be rewound, no retry is made. The
121 // Note: in order for HttpClient to retry a POST in response to
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stackdepot.cc 91 // If failed, lock, retry and alloc new superblock.
155 // If failed, lock, retry and insert new.
  /external/dnsmasq/src/
config.h 27 #define LEASE_RETRY 60 /* on error, retry writing leasefile after LEASE_RETRY seconds */
75 #define DAD_WAIT 20 /* retry binding IPv6 sockets for this long */
  /external/ipsec-tools/src/racoon/
cfparse.h 105 RETRY = 321,
270 #define RETRY 321
  /external/nist-sip/java/gov/nist/javax/sip/parser/
SubscriptionStateParser.java 108 } else if (value.equalsIgnoreCase("retry-after")) {
146 "Subscription-State: pending;retry-after=10;expires=36\n",
  /external/oprofile/daemon/
init.c 109 retry:
118 goto retry;
  /packages/providers/DownloadProvider/ui/res/values/
strings.xml 59 <string name="dialog_failed_body">Do you want to retry downloading the file later
108 <string name="retry_download">Retry</string>
  /system/core/toolbox/
mount.c 182 retry:
200 goto retry;
  /external/nist-sip/java/gov/nist/javax/sip/stack/
TCPMessageChannel.java 240 * @param retry
242 private void sendMessage(byte[] msg, boolean retry) throws IOException {
253 this.peerAddress, this.peerPort, this.peerProtocol, msg, retry, this);
290 // JvB: also retry for responses, if the connection is gone we should
307 boolean retry) throws IOException {
311 receiverAddress, receiverPort, "TCP", message, retry, this);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing_unittest.py 509 retry = rs
511 paths, retry, exp = self.get_result_summary(tests,
513 retry.add(self.get_result('passes/text.html'), True)
514 retry.add(self.get_result('failures/expected/timeout.html'), True)
515 retry.add(self.get_result('failures/expected/crash.html'), True)
516 unexpected_results = test_runner.summarize_results(self._port, exp, rs, retry, test_timings={}, only_unexpected=True)
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 76 // Number of times we will retry to restart the activation process in case
79 // Number of times we will retry to reconnect if connection fails.
81 // Number of times we will retry to reconnect if connection fails.
83 // Number of times we will retry to reconnect after payment is processed.
85 // Reconnect retry delay (after payment is processed).
95 // Retry delay after failed OTASP attempt.
317 // Connection retry counter.
321 // Activation retry attempt count;
800 // Just ignore any changes until the OTASP retry timer kicks in.
    [all...]

Completed in 1259 milliseconds

<<11121314151617181920>>