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

12 3 4 5 6 7 8

  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/
DefaultRequestDirector.java 439 boolean retrying = true;
441 while (retrying) {
463 retrying = false;
477 this.log.info("Retrying request");
491 retrying = false;
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 525 logWithStack("failed testDismissOne, once: retrying");
558 logWithStack("failed testDismissAll, once: retrying");
  /development/testrunner/
adb_interface.py 60 retrying
80 retrying
  /external/v8/src/
debug-agent.cc 59 // If an error occurred wait a bit before retrying. The most common error
64 "waiting %d ms before retrying\n", port_, kOneSecondInMicros / 1000);
  /frameworks/base/docs/html/reference/com/google/android/gcm/server/
Sender.html 898 <div class="jd-descrdiv">Sends a message to many devices, retrying in case of unavailability.</div>
916 <div class="jd-descrdiv">Sends a message to one device, retrying in case of unavailability.</div>
934 <div class="jd-descrdiv">Sends a message without retrying in case of service unavailability.</div>
952 <div class="jd-descrdiv">Sends a message without retrying in case of service unavailability.</div>
    [all...]
  /external/apache-http/src/org/apache/http/impl/client/
DefaultRequestDirector.java 413 boolean retrying = true;
414 while (retrying) {
429 retrying = false;
443 this.log.info("Retrying request");
    [all...]
  /external/chromium/net/socket/
client_socket_pool.h 131 // Returns the maximum amount of time to wait before retrying a connect.
  /external/kernel-headers/original/linux/
binder.h 100 * handled by retrying the ioctl() until a different error code
  /external/webkit/Source/WebKit/gtk/webkit/
webkitsoupauthdialog.c 327 static void session_authenticate(SoupSession* session, SoupMessage* msg, SoupAuth* auth, gboolean retrying, gpointer user_data)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CDMALTEPhone.java 127 case RETRYING:
  /system/extras/tests/framebuffer/
fb_test.c 60 printf("cannot open /dev/graphics/fb0, retrying with /dev/fb0\n");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 395 case RETRYING:
    [all...]
  /external/bison/tests/
synclines.at 126 # | cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
  /external/chromium/chrome/browser/policy/
cloud_policy_controller.cc 54 // These are the base values for delays before retrying after an error. They
  /external/chromium/chrome/browser/ui/views/extensions/
extension_installed_bubble.cc 57 // How long to wait for browser action animations to complete before retrying.
  /external/openssl/crypto/bio/
bss_mem.c 110 /* Since this is static data retrying wont help */
  /external/qemu/android/
async-socket-connector.c 206 D("ASC %s: Retrying connection. Connector FD = %d",
async-socket.h 176 * retry_to - Number of milliseconds to wait before retrying a failed
snapshot.c 47 /* Reads 'nbyte' bytes from 'fd' into 'buf', retrying on interrupts.
sdk-controller-socket.h 547 * retry_to - Number of milliseconds to wait before retrying a failed
557 * will be used for retrying a failed connection attempt.
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 135 * When retrying a sync for the first time use this delay. After that
147 * How long to wait before retrying a sync that failed due to one already being in progress.
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/
run_reliability_tests.py 207 logging.error('retrying in 10s...')
  /frameworks/native/opengl/libs/EGL/
egl_cache.cpp 233 // No point in retrying if the unlink failed.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
RetryManager.java 382 * @return true if retrying forever
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing_unittest.py 400 # We only clear the meter when retrying w/ detailed-progress.
429 # We only clear the meter when retrying w/ detailed-progress.

Completed in 750 milliseconds

12 3 4 5 6 7 8