Home
last modified time | relevance | path

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

12

/external/u-boot/arch/arm/cpu/armv7/bcm235xx/
Dclk-eth.c44 int retry_count = 0; in clk_eth_enable() local
60 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
66 retry_count++; in clk_eth_enable()
90 retry_count = 0; in clk_eth_enable()
91 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
97 retry_count++; in clk_eth_enable()
121 retry_count = 0; in clk_eth_enable()
122 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
129 retry_count++; in clk_eth_enable()
/external/u-boot/arch/arm/cpu/armv7/bcm281xx/
Dclk-eth.c44 int retry_count = 0; in clk_eth_enable() local
60 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
66 retry_count++; in clk_eth_enable()
90 retry_count = 0; in clk_eth_enable()
91 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
97 retry_count++; in clk_eth_enable()
121 retry_count = 0; in clk_eth_enable()
122 while (retry_count < PLL_MAX_RETRY) { in clk_eth_enable()
129 retry_count++; in clk_eth_enable()
/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.py122 retry_count=2): argument
163 while retry_count:
164 retry_count = retry_count - 1
170 elif retry_count > 0:
/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/tensorflow/tensorflow/python/tpu/
Dtpu_system_metadata.py75 retry_count = 1
96 if retry_count <= _RETRY_TIMES:
98 logging.warning('Retrying (%d/%d).', retry_count, _RETRY_TIMES)
99 retry_count += 1
/external/autotest/site_utils/
Drun_suite.py507 def __init__(self, test_view, retry_count=0): argument
516 self.retry_count = retry_count
538 if self.retry_count > 0:
539 log_function('%s retry_count: %s', padded_name, self.retry_count)
581 retry_count=0, testname=None, sponge_url=None): argument
597 self.retry_count = retry_count
666 if self.retry_count > 0:
667 info_strings.append('retry_count: %d' % self.retry_count)
1446 retry_count = self._compute_retry_count(v)
1447 if retry_count > 0:
[all …]
Dgmail_lib.py151 retry_count = MAX_RETRY if retry else 0
176 handler, retry_count, _run, sleep=RETRY_DELAY,
Drun_suite_unittest.py321 self.assertEqual(collector.buildbot_links[i].retry_count, 0)
620 retry_count=1,
628 retry_count=1,
/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dtpu_cluster_resolver.py476 retry_count = 1
487 if retry_count <= _TPU_CONN_RETRIES:
489 logging.warning('Retrying (%d/%d)...', retry_count, _TPU_CONN_RETRIES)
490 retry_count += 1
/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/autotest/server/cros/servo/
Dservo.py603 retry_count = Servo.GET_RETRY_MAX
604 while gpio_value != self.get(gpio_name) and retry_count:
606 retry_count)
607 retry_count -= 1
609 if not retry_count:
/external/libcxx/utils/libcxx/test/
Dformat.py205 for retry_count in range(max_retry):
212 res = lit.Test.PASS if retry_count == 0 else lit.Test.FLAKYPASS
214 elif rc != 0 and retry_count + 1 == max_retry:
/external/autotest/client/site_tests/camera_V4L2/src/
Dmedia_v4l2_test.cc385 int retry_count = 0; in TestResolutions() local
392 for (retry_count = 0; retry_count < kMaxRetryTimes; retry_count++) { in TestResolutions()
446 if (retry_count == kMaxRetryTimes) { in TestResolutions()
/external/harfbuzz_ng/src/
Dhb-ot-color-sbix-table.hh82 unsigned int retry_count = 8; in get_glyph_blob() local
104 if (retry_count--) in get_glyph_blob()
/external/kernel-headers/original/uapi/rdma/
Dib_user_cm.h148 __u8 retry_count; member
246 __u8 retry_count; member
Drdma_user_cm.h195 __u8 retry_count; member
/external/libbrillo/brillo/streams/
Dtls_stream.cc216 for (int retry_count = 0; retry_count < 4; retry_count++) { in Close() local
/external/autotest/venv/skylab_suite/
Dsuite_tracking.py289 retry_count = len(test_handler_spec.previous_retried_ids)
296 'retry_count': retry_count,
/external/autotest/server/cros/network/
Dnetperf_runner.py538 def run(self, ignore_failures=False, retry_count=3): argument
559 for _ in range(retry_count):
/external/libaom/libaom/common/
Dy4minput.c26 int retry_count = 0; in file_read() local
43 } while (!feof(file) && len < size && ++retry_count < kMaxRetries); in file_read()
49 (uint32_t)len, (uint32_t)size, file_error, retry_count, errno, in file_read()
/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()
47 (uint32_t)len, (uint32_t)size, file_error, retry_count, errno, in file_read()
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_kay_i.h148 u32 retry_count; member
/external/boringssl/src/ssl/
Dssl_test.cc3325 unsigned retry_count; member
3387 if (state->retry_count > 0) { in ssl_test_ticket_aead_open()
3388 state->retry_count--; in ssl_test_ticket_aead_open()
3427 SSL_CTX *client_ctx, SSL_CTX *server_ctx, unsigned retry_count, in ConnectClientAndServerWithTicketMethod() argument
3439 state->retry_count = retry_count; in ConnectClientAndServerWithTicketMethod()
3481 const unsigned retry_count = testing::get<1>(GetParam()); in TEST_P() local
3502 server_ctx.get(), retry_count, in TEST_P()
3522 server_ctx.get(), retry_count, in TEST_P()
3555 char retry_count[256]; in TicketAEADMethodParamToString() local
3556 snprintf(retry_count, sizeof(retry_count), "%d", std::get<1>(params.param)); in TicketAEADMethodParamToString()
[all …]

12