HomeSort by relevance Sort by last modified time
    Searched defs:retry (Results 1 - 25 of 150) sorted by null

1 2 3 4 5 6

  /frameworks/volley/src/com/android/volley/
RetryPolicy.java 20 * Retry policy for a request.
30 * Returns the current retry count (used for logging).
35 * Prepares for the next retry by applying a backoff to the timeout.
37 * @throws VolleyError In the event that the retry could not be performed (for example if we
40 public void retry(VolleyError error) throws VolleyError; method in interface:RetryPolicy
DefaultRetryPolicy.java 20 * Default retry policy for requests.
26 /** The current retry count. */
45 * Constructs a new retry policy using the default timeouts.
52 * Constructs a new retry policy.
72 * Returns the current retry count.
80 * Prepares for the next retry by applying a backoff to the timeout.
84 public void retry(VolleyError error) throws VolleyError { method in class:DefaultRetryPolicy
  /hardware/qcom/bt/libbt-vendor/src/
userial_vendor.c 86 int retry = 0; local
93 while ((-1 == fd) && (retry < 7)) {
94 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
98 retry++;
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
auto_enrollment_check_screen.cc 124 // Determine whether a retry is in order.
125 bool retry = (new_captive_portal_status == local
151 // Retry if applicable. This is last so eventual callbacks find consistent
153 if (retry)
154 auto_enrollment_controller_->Retry();
  /frameworks/compile/libbcc/lib/Support/
FileBase.cpp 139 unsigned retry = 0; local
179 retry++;
188 // it's retry-able.
191 // decrement the retry counter.
195 // retry.
196 retry++;
200 // without further retry.
204 } while (retry <= pMaxRetry);
  /device/asus/grouper/power/
power.c 92 int n, cpu, ret, retry = RETRY_TIME_CHANGING_FREQ; local
115 while (retry) {
123 retry--;
126 while (retry) {
133 retry--;
  /external/smack/src/org/xbill/DNS/
SOARecord.java 18 private long serial, refresh, retry, expire, minimum; field in class:SOARecord
34 * @param retry The amount of time between a secondary's checks for a new
41 long serial, long refresh, long retry, long expire, long minimum)
48 this.retry = checkU32("retry", retry);
59 retry = in.readU32();
70 retry = st.getTTLLike();
88 sb.append(retry);
89 sb.append("\t; retry\n\t\t\t\t\t")
    [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_event.c 52 unsigned int retry; /* which retry */ member in struct:wps_event_
60 * Leaves data, retry count etc. alone.
122 wpa_printf(MSG_DEBUG, "WPS UPnP: Retry event %p for subscription %p",
128 e->retry++;
129 wpa_printf(MSG_DEBUG, "WPS UPnP: Try address %d", e->retry);
131 if (e->retry >= dl_list_len(&s->addr_list)) {
291 if (itry++ == e->retry)
293 if (itry < e->retry)
  /art/compiler/dex/quick/x86/
fp_x86.cc 400 LIR* retry = NewLIR0(kPseudoTargetLabel); local
413 branch->target = retry;
  /device/asus/flo/power/
power_flo.c 117 int n, cpu, ret, retry = RETRY_TIME_CHANGING_FREQ; local
140 while (retry) {
148 retry--;
151 while (retry) {
158 retry--;
  /device/lge/hammerhead/power/
power_hammerhead.c 117 int n, cpu, ret, retry = RETRY_TIME_CHANGING_FREQ; local
140 while (retry) {
148 retry--;
151 while (retry) {
158 retry--;
  /device/lge/mako/power/
power_mako.c 117 int n, cpu, ret, retry = RETRY_TIME_CHANGING_FREQ; local
140 while (retry) {
148 retry--;
151 while (retry) {
158 retry--;
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc 55 // Expected minimal wallpaper download retry interval in milliseconds.
118 const int retry = num_attempts() - 1; local
125 base::TimeDelta::FromSecondsD(base_interval * retry * retry))
126 << "Retry too fast. Actual interval " << current_delay.InSecondsF()
128 << " * (retry=" << retry
129 << " * retry)= " << base_interval * retry * retry << " seconds." local
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 394 void EnrollmentScreenHandler::ShowError(int message_id, bool retry) {
395 ShowErrorMessage(l10n_util::GetStringUTF8(message_id), retry); local
399 bool retry) {
400 CallJS("showError", message, retry);
  /hardware/intel/img/psb_video/src/
tng_cmdbuf.c 553 unsigned int retry = 0; local
604 drv_debug_msg(VIDEO_DEBUG_ERROR, "drmCommandWrite returns with %s, retry\n",
606 retry++;
610 if (retry > 0)
612 retry, ret==0?"okay":"failed!", ret);
  /libcore/luni/src/main/java/java/util/concurrent/
FutureTask.java 417 retry:
426 continue retry; local
430 continue retry; local
  /system/core/fastboot/
usb_linux.c 399 int n, retry; local
412 retry = 0;
417 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, h->fname, retry);
421 if ( ++retry > MAX_RETRIES ) return -1;
  /bootable/recovery/mtdutils/
mtdutils.c 431 int retry; local
432 for (retry = 0; retry < 2; ++retry) {
457 if (retry > 0) {
458 printf("mtd: wrote block after %d retries\n", retry);
  /external/chromium_org/chrome/browser/chromeos/file_system_provider/
request_manager_unittest.cc 330 bool retry = local
332 EXPECT_FALSE(retry);
338 bool retry = request_manager_->RejectRequest(request_id, local
340 EXPECT_FALSE(retry);
394 bool retry = request_manager_->FulfillRequest( local
396 EXPECT_TRUE(retry);
407 bool retry = request_manager_->FulfillRequest( local
409 EXPECT_FALSE(retry);
460 bool retry = local
462 EXPECT_FALSE(retry);
468 bool retry = request_manager_->RejectRequest(request_id, error); local
518 const bool retry = local
561 bool retry = request_manager_->RejectRequest(request_id, error); local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssl_sess.c 252 unsigned int retry = 0; local
257 (++retry < MAX_SESS_ID_ATTEMPTS));
258 if(retry < MAX_SESS_ID_ATTEMPTS)
    [all...]
  /external/iputils/
rarpd.c 243 int retry = 0; local
246 retry:
250 if (ifl == NULL && !retry) {
251 retry++;
253 goto retry;
266 if (ifa == NULL && retry==0) {
267 retry++;
269 goto retry;
  /external/openssl/ssl/
ssl_sess.c 252 unsigned int retry = 0; local
257 (++retry < MAX_SESS_ID_ATTEMPTS));
258 if(retry < MAX_SESS_ID_ATTEMPTS)
    [all...]
  /hardware/intel/common/omx-components/videocodec/securevideo/moorefield/
OMXVideoDecoderAVCSecure.cpp 606 int retry = 20; local
607 while (retry--) {
  /bootable/recovery/applypatch/
applypatch.c 812 int retry = 1; local
856 retry = 0;
859 if (retry > 0) {
865 printf("target %ld bytes; free space %ld bytes; retry %d; enough %d\n",
866 (long)target_size, (long)free_space, retry, enough_space);
871 retry = 0;
    [all...]
  /cts/hostsidetests/aadb/src/com/android/cts/aadb/
TestDeviceFuncTest.java 366 int retry = 0; local
385 retry++;
386 if ((retry > 100) && !passed) {

Completed in 785 milliseconds

1 2 3 4 5 6