HomeSort by relevance Sort by last modified time
    Searched refs:wait_time (Results 26 - 50 of 90) sorted by null

12 3 4

  /external/autotest/server/cros/ap_configurators/
belkinF5D7234_ap_configurator.py 35 self.wait_for_object_by_xpath(xpath, wait_time=10)
linksyswrt54gl_ap_configurator.py 34 self.wait_for_object_by_xpath(continue_btn, wait_time=10)
buffalo_ap_configurator.py 100 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)
belkinF9K_ap_configurator.py 60 self.wait_for_object_by_xpath(xpath, wait_time=10)
64 self.wait_for_object_by_xpath(xpath, wait_time=10)
150 "timeRemain]"',wait_time=30)
netgearR6200_ap_configurator.py 109 self.wait_for_object_by_xpath(xpath, wait_time=10)
trendnet_ap_configurator.py 72 self.wait_for_objects_by_id(ids_list, wait_time=30)
76 self.wait_for_objects_by_id(ids_list, wait_time=30)
belkinF9K1001_ap_configurator.py 84 self.wait_for_object_by_xpath(obj_xpath, wait_time=10)
belkinWRTR_ap_configurator.py 92 wait_time=20)
dlink_dir505l_ap_configurator.py 101 timer = self.wait_for_object_by_id('show_second', wait_time=20)
belkinF9K1102_ap_configurator.py 138 self.wait_for_object_by_id('itsbutton1', wait_time=10)
154 if not (self.wait_for_object_by_id(button_id, wait_time=30)):
  /external/ltp/utils/ffsb-6.0-rc2/
ffsb_tg.c 84 ffsb_sleep(params->wait_time);
288 printf("\t wait time = %u\n", tg->wait_time);
329 tg->wait_time = time;
334 return tg->wait_time;
  /tools/test/connectivity/acts/tests/google/wifi/
WifiScannerMultiScanTest.py 290 wait_time = scan_time / 1000 + self.leeway
291 return idx, wait_time, scan_channels
374 idx, wait_time, scan_chan = self.start_scan(scan_setting)
376 "Scan started for band %s: idx %s, wait_time %ss, scan_channels %s",
377 scan_setting["band"], idx, wait_time, scan_chan)
379 wait_time_list.append(wait_time)
WifiManagerTest.py 243 wait_time = 5
247 time.sleep(wait_time)
344 wait_time = 5
348 time.sleep(wait_time)
352 time.sleep(wait_time)
357 time.sleep(wait_time)
WifiAutoJoinTest.py 89 wait_time = 15
98 time.sleep(wait_time)
105 time.sleep(wait_time)
112 time.sleep(wait_time)
  /external/autotest/client/site_tests/desktopui_SonicExtension/
test_utils.py 146 wait_time = 0
150 while not report_id and wait_time < 90:
155 wait_time += self.short_wait_secs
  /external/iptables/iptables/
xshared.c 251 struct timeval time_left, wait_time; local
285 wait_time = *wait_interval;
286 select(0, NULL, NULL, NULL, &wait_time);
  /external/autotest/client/cros/networking/
android_xmlrpc_server.py 371 @return (result, final_state, wait_time) tuple of the result for the
387 wait_time = -1
395 wait_time = (end_time - start_time) / 1000
406 logging.debug((result, final_state, wait_time))
408 return result, final_state, wait_time
  /hardware/qcom/msm8960/kernel-headers/linux/mfd/wcd9xxx/
pdata.h 110 unsigned int wait_time:4; member in struct:wcd9xxx_ocp_setting
  /hardware/qcom/msm8960/original-kernel-headers/linux/mfd/wcd9xxx/
pdata.h 124 unsigned int wait_time:4; /* in duty cycle */ member in struct:wcd9xxx_ocp_setting
  /tools/test/connectivity/acts/framework/acts/test_utils/tel/
tel_data_utils.py 394 wait_time = MAX_WAIT_TIME_NW_SELECTION
396 wait_time = 2 * wait_time
402 wait_time)
anritsu_utils.py 786 wait_time = timeout
803 while wait_time > 0:
808 wait_time = wait_time - sleep_interval
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 278 unsigned int wait_time; local
312 wait_time = 5000;
313 if (p2p->cfg->max_listen && wait_time > p2p->cfg->max_listen)
314 wait_time = p2p->cfg->max_listen;
317 wpabuf_head(req), wpabuf_len(req), wait_time) < 0) {
429 unsigned int wait_time = 200; local
464 wait_time = 0; /* no more SD frames in the sequence */
475 wpabuf_head(resp), wpabuf_len(resp), wait_time) < 0)
  /tools/test/connectivity/acts/framework/acts/controllers/
sl4a_client.py 68 wait_time=MAX_SL4A_WAIT_TIME,
75 wait_time: float, The time to wait for sl4a to come up before raising
86 for _ in range(wait_time):
  /packages/services/Car/tools/io_analysis/
check_io_trace_all.py 270 wait_time = current_time - self.last_switch_out_time
272 self.total_io_wait_time += wait_time
274 total_waiting_call_time += wait_time
276 wait_time_ms = int(wait_time*10) / 10.0 # resolution up to 0.1 ms
281 self.total_other_wait_time += wait_time
  /external/wpa_supplicant_8/wpa_supplicant/
gas_query.c 276 struct wpabuf *req, unsigned int wait_time)
294 wait_time > gas->wpa_s->max_remain_on_chan)
295 wait_time = gas->wpa_s->max_remain_on_chan;
306 wpabuf_len(req), wait_time,
319 unsigned int wait_time; local
327 wait_time = (query->retry || !query->offchannel_tx_started) ?
330 if (gas_query_tx(gas, query, req, wait_time) < 0) {

Completed in 1689 milliseconds

12 3 4