Home
last modified time | relevance | path

Searched refs:retry_count (Results 1 – 25 of 27) sorted by relevance

12

/external/autotest/client/site_tests/dummy_Fail/
Ddummy_Fail.py10 global retry_count
11 retry_count = 0 variable
26 global retry_count
27 retry_count += 1
28 if retry_count == retry_success_count:
/external/autotest/client/cros/chameleon/
Dchameleon_screen_test.py101 error_list=None, retry_count=2): argument
126 while retry_count:
127 retry_count = retry_count - 1
133 elif retry_count > 0:
/external/autotest/site_utils/suite_scheduler/
Dmanifest_versions.py151 retry_count = 0
153 while retry_count <= self._CLONE_MAX_RETRIES:
154 if retry_count:
156 retry_count += 1
159 ' attempt %d.', retry_count)
167 (self._MANIFEST_VERSIONS_URL, retry_count, msg))
/external/autotest/client/common_lib/cros/tendo/
Dprivet_helper.py66 def _http_request(self, url, request_data=None, retry_count=0, argument
108 while retry_count >= 0:
111 retry_count -= 1
120 if retry_count < 0:
170 content = self._http_request(url, retry_delay=5, retry_count=5)
/external/nist-sip/java/gov/nist/javax/sip/stack/
DIOHandler.java162 int retry_count = 0;
192 while (retry_count < max_retry) {
218 "IOException occured retryCount " + retry_count);
227 retry_count++;
262 while (retry_count < max_retry) {
300 retry_count++;
/external/kernel-headers/original/uapi/linux/
Dncp_mount.h35 unsigned int retry_count; /* And how often should I retry? */ member
58 unsigned int retry_count; /* And how often should I retry? */ member
/external/autotest/site_utils/
Drun_suite.py358 retry_count=0, testname=None): argument
372 self.retry_count = retry_count
390 if self.retry_count > 0:
391 info_strings.append('retry_count: %d' % self.retry_count)
1132 retry_count = self._compute_retry_count(v)
1133 if retry_count > 0:
1134 retry_counts[v['test_idx']] = retry_count
1152 retry_count = self._retry_counts.get(v['test_idx'], 0)
1160 bug_info=bug_info, retry_count=retry_count,
1266 retry_count = self._retry_counts.get(v['test_idx'], 0)
[all …]
Dgmail_lib.py142 retry_count = MAX_RETRY if retry else 0
167 handler, retry_count, _run, sleep=RETRY_DELAY,
Drun_suite_unittest.py253 self.assertEqual(collector._buildbot_links[i].retry_count, 0)
/external/autotest/server/cros/servo/
Dservo.py478 retry_count = Servo.GET_RETRY_MAX
479 while gpio_value != self.get(gpio_name) and retry_count:
481 retry_count)
482 retry_count -= 1
484 if not retry_count:
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
Dservice.py42 self.retry_count = self.sd.getint('retry_count', 5)
141 while self.retry_count < 0 or empty_reads < self.retry_count:
Dsonofmmm.cfg29 retry_count = 5
/external/toybox/toys/pending/
Dtftpd.c91 int fd, done = 0, retry_count = 12, timeout = 100, len; in do_action() local
141 retry_count = 12, timeout = 100, pktopcode = TFTPD_OP_ACK; in do_action()
171 if (!--retry_count) { in do_action()
/external/kernel-headers/original/uapi/rdma/
Dib_user_cm.h147 __u8 retry_count; member
245 __u8 retry_count; member
Drdma_user_cm.h186 __u8 retry_count; member
/external/opencv3/modules/videoio/src/
Dcap_unicap.cpp216 int retry_count = 100; in grabFrame() local
218 while (retry_count--) { in grabFrame()
/external/libbrillo/brillo/streams/
Dtls_stream.cc216 for (int retry_count = 0; retry_count < 4; retry_count++) { in Close() local
/external/libnfc-nci/src/nfc/tags/
Drw_i93.c2997 if ( (rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES) in rw_i93_process_timeout()
3001 rw_cb.tcb.i93.retry_count++; in rw_i93_process_timeout()
3002 … RW_TRACE_ERROR1 ("rw_i93_process_timeout (): retry_count = %d", rw_cb.tcb.i93.retry_count); in rw_i93_process_timeout()
3018 rw_cb.tcb.i93.retry_count = 0; in rw_i93_process_timeout()
3056 if ( (p_i93->retry_count < RW_MAX_RETRIES) in rw_i93_data_cback()
3059 p_i93->retry_count++; in rw_i93_data_cback()
3061 RW_TRACE_ERROR1 ("rw_i93_data_cback (): retry_count = %d", p_i93->retry_count); in rw_i93_data_cback()
3076 p_i93->retry_count = 0; in rw_i93_data_cback()
3088 p_i93->retry_count = 0; in rw_i93_data_cback()
3110 p_i93->retry_count = 0; in rw_i93_data_cback()
[all …]
/external/autotest/server/cros/network/
Dnetperf_runner.py530 def run(self, ignore_failures=False, retry_count=3): argument
551 for attempt in range(retry_count):
/external/libvpx/libvpx/
Dy4minput.c24 int retry_count = 0; in file_read() local
41 } while (!feof(file) && len < size && ++retry_count < kMaxRetries); in file_read()
46 (uint32_t)len, (uint32_t)size, file_error, retry_count, in file_read()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay_i.h237 u32 retry_count; member
Dieee802_1x_kay.c2464 if (participant->retry_count < MAX_RETRY_CNT) { in ieee802_1x_participant_timer()
2466 participant->retry_count++; in ieee802_1x_participant_timer()
2830 if (principal->retry_count < MAX_RETRY_CNT) { in ieee802_1x_kay_enable_new_info()
2832 principal->retry_count++; in ieee802_1x_kay_enable_new_info()
3072 participant->retry_count = 0; in ieee802_1x_kay_decode_mkpdu()
3335 participant->retry_count = 0; in ieee802_1x_kay_create_mka()
/external/libdrm/intel/
Dintel_bufmgr_fake.c1438 int retry_count = 0; in drm_intel_fake_bo_exec() local
1452 if (retry_count == 0) { in drm_intel_fake_bo_exec()
1453 retry_count++; in drm_intel_fake_bo_exec()
/external/autotest/server/cros/dynamic_suite/
Dsuite.py883 retry_count = (test.job_retries -
887 job.id, retry_for, retry_count)
/external/libnfc-nci/src/nfc/int/
Drw_int.h529 UINT8 retry_count; /* number of retry */ member

12