HomeSort by relevance Sort by last modified time
    Searched refs:retry (Results 76 - 100 of 247) sorted by null

1 2 34 5 6 7 8 910

  /system/core/sh/
input.c 189 retry:
258 goto retry;
265 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);
TLSMessageChannel.java 252 * @param retry
254 private void sendMessage(byte[] msg, boolean retry) throws IOException {
257 this.peerProtocol, msg, retry,this);
305 boolean retry) throws IOException {
309 receiverAddress, receiverPort, "TLS", message, retry, this);
IOHandler.java 155 * @param retry -- retry to connect if the other end closed connection
160 int contactPort, String transport, byte[] bytes, boolean retry,
163 int max_retry = retry ? 2 : 1;
  /external/oprofile/module/
compat22.h 89 int retry, int wait)
  /bionic/libc/netbsd/resolv/
res_send.c 502 * Send request, RETRY times, or until successful.
504 for (try = 0; try < statp->retry; try++) {
552 try = statp->retry;
649 } /*foreach retry*/
977 retry:
1007 goto retry;
1124 retry:
1171 goto retry;
1187 goto retry;
1192 * Do not retry if the server do not understand EDNS0
    [all...]
  /dalvik/vm/
BitVector.cpp 72 retry:
96 goto retry;
  /external/e2fsprogs/lib/ext2fs/
bb_inode.c 235 retry:
239 goto retry;
initialize.c 221 retry:
256 goto retry;
349 goto retry;
  /external/harfbuzz_ng/src/
hb-common.cc 212 retry:
228 goto retry;
hb-shape-plan.cc 281 retry:
301 goto retry;
hb-shape.cc 215 retry:
235 goto retry;
  /external/oprofile/daemon/
opd_anon.c 189 retry:
200 goto retry;
  /external/webkit/Source/WebCore/page/
EventSource.cpp 321 else if (field == "retry") {
327 unsigned long long retry = value.toUInt64(&ok);
329 m_reconnectDelay = retry;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
pkcs11_session.c 141 retry:
187 /* retry with fallback to TEEC_LOGIN_USER_APPLICATION */
189 goto retry;
  /system/core/toolbox/
mount.c 182 retry:
200 goto retry;
  /bootable/recovery/applypatch/
applypatch.c 822 int retry = 1; local
866 retry = 0;
869 if (retry > 0) {
875 printf("target %ld bytes; free space %ld bytes; retry %d; enough %d\n",
876 (long)target_size, (long)free_space, retry, enough_space);
881 retry = 0;
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 362 int retry = 0; local
381 retry++;
382 if ((retry > 100) && !passed) {
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 301 Retry retry = processResponseHeaders(); local
302 if (retry == Retry.NONE) {
324 throw new HttpRetryException("Cannot retry streamed HTTP body",
328 if (retry == Retry.DIFFERENT_CONNECTION) {
377 // do not retry, we didn't have an abrupt server initiated exception.
388 enum Retry {
395 * Returns the retry action to take for the current response headers. Th
    [all...]
  /external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);
  /external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
InstallerActivity.java 137 // signal install error if the activity is finishing (can't ask the user to retry)
145 // the activity is still running, ask the user to retry.
155 setContentView(R.layout.retry);

Completed in 403 milliseconds

1 2 34 5 6 7 8 910