Home
last modified time | relevance | path

Searched refs:wait_time (Results 1 – 25 of 55) sorted by relevance

123

/external/autotest/server/cros/ap_configurators/
Dweb_driver_core_helpers.py95 def wait_for_objects_by_id(self, element_ids, wait_time=5): argument
107 xpath_found = self.wait_for_objects_by_xpath(xpaths, wait_time)
113 def wait_for_objects_by_xpath(self, xpaths, wait_time=5): argument
123 if wait_time < len(xpaths):
124 wait_time = len(xpaths)
126 while (int(time.time()) - start_time) < wait_time:
130 wait_time=0.25)
189 def wait_for_object_by_id(self, element_id, wait_time=5): argument
199 return self.wait_for_object_by_xpath(xpath, wait_time=wait_time)
202 def wait_for_object_by_xpath_to_vanish(self, xpath, wait_time=5): argument
[all …]
Dbuffalo_wzr_d1800h_ap_configurator.py94 self.wait_for_object_by_xpath(apply_set, wait_time=40)
107 self.wait_for_object_by_xpath(apply_set, wait_time=40)
123 self.wait_for_object_by_xpath(complete, wait_time=40)
127 self.wait_for_object_by_xpath(complete, wait_time=40)
Dbuffalo_ap_configurator.py100 self.wait_for_object_by_xpath(apply_set, wait_time=30)
103 self.wait_for_object_by_xpath(apply_set, wait_time=30)
299 self.wait_for_object_by_xpath(key_field, wait_time=30)
Ddlink_dwl2100_ap_configurator.py103 wait_time=30)
282 wait_time=30)
Dtrendnet_ap_configurator.py72 self.wait_for_objects_by_id(ids_list, wait_time=30)
76 self.wait_for_objects_by_id(ids_list, wait_time=30)
Dlinksysm10_ap_configurator.py26 self.wait_for_object_by_xpath(continue_btn, wait_time=10)
/external/wpa_supplicant_8/wpa_supplicant/
Doffchannel.c240 const u8 *buf, size_t len, unsigned int wait_time, in offchannel_send_action() argument
291 wpa_s->action_tx_wait_time = wait_time; in offchannel_send_action()
295 wait_time, wpa_s->pending_action_dst, in offchannel_send_action()
338 if (wait_time > wpa_s->max_remain_on_chan) in offchannel_send_action()
339 wait_time = wpa_s->max_remain_on_chan; in offchannel_send_action()
340 else if (wait_time == 0) in offchannel_send_action()
341 wait_time = 20; in offchannel_send_action()
345 wait_time, wait_time + wpa_s->extra_roc_dur); in offchannel_send_action()
346 wait_time += wpa_s->extra_roc_dur; in offchannel_send_action()
349 if (wpa_drv_remain_on_channel(wpa_s, freq, wait_time) < 0) { in offchannel_send_action()
Dgas_query.c273 struct wpabuf *req, unsigned int wait_time) in gas_query_tx() argument
286 wait_time > gas->wpa_s->max_remain_on_chan) in gas_query_tx()
287 wait_time = gas->wpa_s->max_remain_on_chan; in gas_query_tx()
291 wait_time, gas_query_tx_status, 0); in gas_query_tx()
302 unsigned int wait_time; in gas_query_tx_comeback_req() local
310 wait_time = (query->retry || !query->offchannel_tx_started) ? in gas_query_tx_comeback_req()
313 if (gas_query_tx(gas, query, req, wait_time) < 0) { in gas_query_tx_comeback_req()
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/redshift/
Dtest_layer1.py43 self.wait_time = 60 * 20
58 time.sleep(self.wait_time)
65 time.sleep(self.wait_time)
79 time.sleep(self.wait_time)
125 time.sleep(self.wait_time)
/external/autotest/client/site_tests/video_VideoSanity/
Dvideo_VideoSanity.py77 wait_time = 0 # seconds
82 wait_time = wait_time + 1
83 if wait_time > WAIT_TIMEOUT_S:
/external/autotest/client/tests/kvm/tests/
Dsystem_reset_bootable.py20 wait_time = int(params.get("wait_time_for_reset",60))
22 logging.info("Wait for %d seconds before reset" % wait_time)
23 time.sleep(wait_time)
/external/autotest/client/tests/netperf2/
Dnetperf2.py38 cpu_affinity = '', dev = '', bidi = False, wait_time = 5): argument
67 self.wait_time = wait_time
144 if self.wait_time:
145 args += ' -s %d ' % self.wait_time
164 (self.wait_time, 'mpstat', interval))
179 self.actual_times.append(t1 - t0 - self.wait_time)
/external/webrtc/webrtc/common_video/
Dincoming_video_stream.cc213 uint32_t wait_time; in IncomingVideoStreamProcess() local
217 wait_time = render_buffers_->TimeToNextFrameRelease(); in IncomingVideoStreamProcess()
221 if (wait_time > kEventMaxWaitTimeMs) { in IncomingVideoStreamProcess()
222 wait_time = kEventMaxWaitTimeMs; in IncomingVideoStreamProcess()
224 deliver_buffer_event_->StartTimer(false, wait_time); in IncomingVideoStreamProcess()
/external/autotest/client/common_lib/cros/graphite/
Dstats_es_functionaltest.py35 self.wait_time = 6 # Bulk flush is 5 seconds
38 self.wait_time = 2
79 print 'waiting %s seconds...' % (self.wait_time)
80 time.sleep(self.wait_time)
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/support/
Dtest_layer1.py34 self.wait_time = 5
58 time.sleep(self.wait_time)
69 time.sleep(self.wait_time)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dutil.py136 wait_time = 2 ** retry_attempt
137 max_jitter = wait_time / 4.0
138 wait_time += random.uniform(-max_jitter, max_jitter)
139 return max(1, min(wait_time, max_wait))
/external/autotest/server/site_tests/power_DarkResumeDisplay/
Dpower_DarkResumeDisplay.py94 wait_time = SUSPEND_DURATION * NUM_DARK_RESUMES + SUSPEND_DURATION / 2
95 logging.info('suspending host, and waiting %ds', wait_time)
97 time.sleep(wait_time)
/external/wpa_supplicant_8/src/p2p/
Dp2p_dev_disc.c71 unsigned int wait_time; in p2p_send_dev_disc_req() local
92 wait_time = 1000; in p2p_send_dev_disc_req()
93 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen) in p2p_send_dev_disc_req()
94 wait_time = p2p->cfg->max_listen; in p2p_send_dev_disc_req()
97 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) { in p2p_send_dev_disc_req()
/external/wpa_supplicant_8/src/ap/
Daccounting.c466 unsigned int i, wait_time; in accounting_interim_error_cb() local
493 wait_time = 0; in accounting_interim_error_cb()
495 wait_time = 3; /* RADIUS_CLIENT_FIRST_WAIT */ in accounting_interim_error_cb()
497 wait_time *= 2; in accounting_interim_error_cb()
499 res = eloop_deplete_timeout(wait_time, 0, accounting_interim_update, in accounting_interim_error_cb()
505 MAC2STR(addr), sta->acct_interim_errors, wait_time); in accounting_interim_error_cb()
/external/chromium-trace/catapult/systrace/systrace/agents/
Dftrace_agent.py118 wait_time = 5
121 wait_time = self._options.trace_time
122 return wait_time
/external/autotest/client/site_tests/desktopui_SonicExtension/
Ddesktopui_SonicExtension.py26 wait_time = 5 variable in desktopui_SonicExtension
129 time.sleep(self.wait_time)
160 time.sleep(self.wait_time)
/external/autotest/client/deps/glbench/src/
Dutils.cc168 double wait_time = 1.0e-6 * (time_now - time_start); in WaitForCoolMachine() local
169 assert(wait_time >= 0); in WaitForCoolMachine()
170 assert(wait_time < timeout + 5.0); in WaitForCoolMachine()
171 return wait_time; in WaitForCoolMachine()
/external/tlsdate/src/events/
Dkickoff_time_sync.c90 int wait_time = add_jitter (state->opts.steady_state_interval, in setup_event_timer_sync() local
92 struct timeval interval = { wait_time, 0 }; in setup_event_timer_sync()
/external/autotest/client/cros/networking/
Dandroid_xmlrpc_server.py309 wait_time = -1
317 wait_time = (end_time - start_time) / 1000
328 logging.debug((result, final_state, wait_time))
330 return result, final_state, wait_time
/external/libchrome/base/threading/
Dsequenced_worker_pool.cc376 TimeDelta* wait_time,
805 TimeDelta wait_time; in ThreadLoop() local
808 GetWork(&task, &wait_time, &delete_these_outside_lock); in ThreadLoop()
906 has_work_cv_.TimedWait(wait_time); in ThreadLoop()
988 TimeDelta* wait_time, in GetWork() argument
1051 *wait_time = i->time_to_run - current_time; in GetWork()

123