Searched refs:retry_count (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py54 def SendCommand(self, command_string, timeout_time=20, retry_count=3):
61 retry_count: number of times to retry command before raising
72 retry_count=retry_count)
74 def SendShellCommand(self, cmd, timeout_time=20, retry_count=3):
81 retry_count: number of times to retry command before raising
91 retry_count=retry_count)
229 retry_count=2)))
321 self.SendCommand("wait-for-device", timeout_time=wait_time, retry_count
[all...]
H A Drun_command.py38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
45 retry_count: number of times to retry command
58 if retry_count == 0:
60 retry_count -= 1
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dretry_verifier.cc60 bool IsRetryOnTime(DelayInfo* delay_table, int retry_count, argument
62 DVLOG(1) << "Retry Count : " << retry_count
64 << " Retry table min: " << delay_table[retry_count].min_delay
65 << " Retry table max: " << delay_table[retry_count].max_delay;
66 return ((time_elapsed.InSeconds() >= delay_table[retry_count].min_delay));
H A Dretry_verifier.h30 int retry_count() const { return retry_count_; } function in class:RetryVerifier
H A Dsync_exponential_backoff_test.cc54 retry_verifier_.retry_count(),
/external/chromium_org/build/android/pylib/
H A Dsystem_properties.py30 self._adb.SendShellCommand('setprop %s "%s"' % (key, value), retry_count=3)
40 return self._adb.SendShellCommand('getprop %s' % key, retry_count=3).strip()
/external/kernel-headers/original/uapi/linux/
H A Dncp_mount.h35 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data
58 unsigned int retry_count; /* And how often should I retry? */ member in struct:ncp_mount_data_v4
/external/chromium_org/v8/tools/testrunner/local/
H A Dcommands.py119 retry_count = 0
120 while retry_count < 30:
125 retry_count += 1
126 time.sleep(retry_count * 0.1)
/external/nist-sip/java/gov/nist/javax/sip/stack/
H A 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/chromium_org/net/socket/
H A Dunix_domain_client_socket_posix_unittest.cc62 for (int retry_count = 10;
63 retry_count > 0 && (read_buf->BytesConsumed() < min_data_len ||
66 --retry_count) {
98 for (int retry_count = 10;
99 retry_count > 0 && write_buf->BytesRemaining() > 0;
100 --retry_count) {
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc236 int retry_count = 0; local
259 ++retry_count;
260 } while (res == ERROR_MORE_DATA && retry_count <= 3);
/external/kernel-headers/original/uapi/rdma/
H A Dib_user_cm.h147 __u8 retry_count; member in struct:ib_ucm_req
245 __u8 retry_count; member in struct:ib_ucm_req_event_resp
H A Drdma_user_cm.h185 __u8 retry_count; member in struct:rdma_ucm_conn_param
/external/chromium_org/chromeos/network/
H A Dnetwork_device_handler_impl.cc142 TDLSOperationParams() : retry_count(0) {}
145 int retry_count; member in struct:chromeos::__anon6184::TDLSOperationParams
202 params.retry_count < kMaxRetries) {
204 ++retry_params.retry_count;
205 NET_LOG_EVENT(base::StringPrintf("TDLS Retry: %d", params.retry_count),
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DProcessKDP.cpp263 for (uint32_t retry_count = 0; retry_count < max_retry_count; ++retry_count)
/external/chromium_org/build/android/pylib/utils/
H A Demulator.py403 retry_count=1)
/external/libnfc-nci/src/nfc/tags/
H A Drw_i93.c2997 if ( (rw_cb.tcb.i93.retry_count < RW_MAX_RETRIES)
3001 rw_cb.tcb.i93.retry_count++;
3002 RW_TRACE_ERROR1 ("rw_i93_process_timeout (): retry_count = %d", rw_cb.tcb.i93.retry_count);
3018 rw_cb.tcb.i93.retry_count = 0;
3056 if ( (p_i93->retry_count < RW_MAX_RETRIES)
3059 p_i93->retry_count++;
3061 RW_TRACE_ERROR1 ("rw_i93_data_cback (): retry_count = %d", p_i93->retry_count);
3076 p_i93->retry_count
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc147 retry_count(0) {
721 const std::string retry_prefix = job_entry->retry_count > 0 ?
722 base::StringPrintf(" (retry %d)", job_entry->retry_count) : "";
852 is_server_error && job_entry->retry_count < kMaxRetryCount;
858 ++job_entry->retry_count;
H A Djob_scheduler.h229 int retry_count; member in struct:drive::JobScheduler::JobEntry
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dconflict_resolver_unittest.cc210 int retry_count = 0; local
213 if (retry_count++ > kRetryLimit)
H A Dlocal_to_remote_syncer_unittest.cc203 int retry_count = 0; local
205 if (retry_count++ > kRetryLimit)
/external/wpa_supplicant_8/hostapd/src/pae/
H A Dieee802_1x_kay_i.h237 u32 retry_count; member in struct:ieee802_1x_mka_participant
/external/wpa_supplicant_8/src/pae/
H A Dieee802_1x_kay_i.h237 u32 retry_count; member in struct:ieee802_1x_mka_participant
/external/wpa_supplicant_8/wpa_supplicant/src/pae/
H A Dieee802_1x_kay_i.h237 u32 retry_count; member in struct:ieee802_1x_mka_participant
/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.cc92 #define RETRY_HISTOGRAM(name, retry_count, url) \
95 retry_count, \
101 retry_count, \

Completed in 746 milliseconds

12