Searched refs:timeout_sec (Results 1 - 20 of 20) sorted by relevance

/external/autotest/client/cros/chameleon/
H A Dchameleon_bluetooth_audio.py60 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
105 connected = utils.wait_for_value(_connect_device, True, timeout_sec=timeout)
/external/autotest/client/common_lib/cros/
H A Dretry.py68 def timeout(func, args=(), kwargs={}, timeout_sec=60.0, default_result=None):
71 return the given default value if the timeout_sec is exceeded.
76 @param timeout_sec: timeout setting for call to exit, in seconds.
87 old_alarm_sec = set_sigalarm_timeout(timeout_sec, default_timeout=60)
H A Ddev_server.py207 def get_devserver_load_wrapper(devserver, timeout_sec, output):
211 @param timeout_sec: Number of seconds before time out the devserver
216 timeout_min=timeout_sec/60.0)
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
H A Ddesktopui_FlashSanityCheck.py84 timeout_sec=5)
109 timeout_sec=3)
/external/autotest/client/site_tests/power_BacklightControl/
H A Dpower_BacklightControl.py201 timeout_sec=30):
216 timeout_sec If stability has not been attained after
226 while time.time() - start_time < timeout_sec:
/external/autotest/server/site_tests/firmware_FastbootErase/
H A Dfirmware_FastbootErase.py56 utils.wait_for_value(self.is_recovery_mode, True, timeout_sec=timeout)
/external/autotest/site_utils/rpm_control_system/
H A Drpm_client.py41 timeout_sec=timeout_mins * 60,
H A Drpm_controller.py219 timeout_sec=10)
240 timeout_sec=SET_POWER_STATE_TIMEOUT_SECONDS)
/external/libweave/src/
H A Daccess_api_handler.cc150 int timeout_sec = 0; local
151 parameters.GetInteger(kExpirationTimeout, &timeout_sec);
154 base::Time::Now() + base::TimeDelta::FromSeconds(timeout_sec);
/external/autotest/server/site_tests/display_HDCPScreen/
H A Ddisplay_HDCPScreen.py87 timeout_sec=self.TIMEOUT_HDCP_SWITCH)
/external/autotest/server/hosts/
H A Dchameleon_host.py123 _create_connection, expected_value=True, timeout_sec=30)
H A Dservo_host.py321 timeout_sec=self.PWR_BUTTON_CMD_TIMEOUT_SECS)
526 timeout_sec=self.INITIALIZE_SERVO_TIMEOUT_SECS)
/external/autotest/client/site_tests/graphics_WebGLAquarium/
H A Dgraphics_WebGLAquarium.py114 timeout_sec=30)
/external/autotest/server/
H A Dsite_crashcollect.py112 timeout_sec=600)
H A Dsubcommand.py252 _, result = retry.timeout(self.wait, timeout_sec=timeout)
/external/autotest/client/bin/
H A Dsite_utils.py186 def ensure_processes_are_dead_by_name(name, timeout_sec=10):
191 timeout_sec: maximum number of seconds to wait for processes to die.
195 site_utils.TimeoutError: if processes still exist after timeout_sec.
207 timeout=timeout_sec)
/external/autotest/client/common_lib/
H A Dbase_utils.py2066 timeout_sec=10):
2078 Polling will stop after |timeout_sec| regardless of these thresholds.
2084 @param timeout_sec: Number of seconds to wait before giving up and
2102 if time.time() - start_time_sec >= timeout_sec:
2111 timeout_sec=10):
2118 Polling will stop after |timeout_sec|.
2122 @param timeout_sec: Number of seconds to wait before giving up and
2134 if time.time() - start_time_sec >= timeout_sec:
/external/autotest/server/cros/faft/utils/
H A Dmode_switcher.py554 utils.wait_for_value(self.is_fastboot_mode, True, timeout_sec=timeout)
/external/wpa_supplicant_8/wpa_supplicant/
H A Devents.c1212 int timeout_sec, int timeout_usec)
1227 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec);
1662 int timeout_sec = wpa_s->scan_interval; local
1681 timeout_sec = 0;
1683 wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
1704 timeout_sec = 0;
1706 wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
1712 wpa_supplicant_req_new_scan(wpa_s, timeout_sec,
1211 wpa_supplicant_req_new_scan(struct wpa_supplicant *wpa_s, int timeout_sec, int timeout_usec) argument
/external/autotest/site_utils/
H A Dtest_runner_utils.py563 timeout_sec=_AUTOSERV_SIGINT_TIMEOUT_SECONDS)

Completed in 1251 milliseconds