/external/autotest/client/site_tests/dummy_Fail/ |
D | dummy_Fail.py | 10 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/ |
D | chameleon_screen_test.py | 101 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/ |
D | manifest_versions.py | 151 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/ |
D | privet_helper.py | 66 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/ |
D | IOHandler.java | 162 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/ |
D | ncp_mount.h | 35 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/ |
D | run_suite.py | 358 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 …]
|
D | gmail_lib.py | 142 retry_count = MAX_RETRY if retry else 0 167 handler, retry_count, _run, sleep=RETRY_DELAY,
|
D | run_suite_unittest.py | 253 self.assertEqual(collector._buildbot_links[i].retry_count, 0)
|
/external/autotest/server/cros/servo/ |
D | servo.py | 478 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/ |
D | service.py | 42 self.retry_count = self.sd.getint('retry_count', 5) 141 while self.retry_count < 0 or empty_reads < self.retry_count:
|
D | sonofmmm.cfg | 29 retry_count = 5
|
/external/toybox/toys/pending/ |
D | tftpd.c | 91 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/ |
D | ib_user_cm.h | 147 __u8 retry_count; member 245 __u8 retry_count; member
|
D | rdma_user_cm.h | 186 __u8 retry_count; member
|
/external/opencv3/modules/videoio/src/ |
D | cap_unicap.cpp | 216 int retry_count = 100; in grabFrame() local 218 while (retry_count--) { in grabFrame()
|
/external/libbrillo/brillo/streams/ |
D | tls_stream.cc | 216 for (int retry_count = 0; retry_count < 4; retry_count++) { in Close() local
|
/external/libnfc-nci/src/nfc/tags/ |
D | rw_i93.c | 2997 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/ |
D | netperf_runner.py | 530 def run(self, ignore_failures=False, retry_count=3): argument 551 for attempt in range(retry_count):
|
/external/libvpx/libvpx/ |
D | y4minput.c | 24 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/ |
D | ieee802_1x_kay_i.h | 237 u32 retry_count; member
|
D | ieee802_1x_kay.c | 2464 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/ |
D | intel_bufmgr_fake.c | 1438 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/ |
D | suite.py | 883 retry_count = (test.job_retries - 887 job.id, retry_for, retry_count)
|
/external/libnfc-nci/src/nfc/int/ |
D | rw_int.h | 529 UINT8 retry_count; /* number of retry */ member
|