/external/autotest/client/cros/chameleon/ |
H A D | chameleon_bluetooth_audio.py | 60 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 D | retry.py | 68 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 D | dev_server.py | 207 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 D | desktopui_FlashSanityCheck.py | 84 timeout_sec=5) 109 timeout_sec=3)
|
/external/autotest/client/site_tests/power_BacklightControl/ |
H A D | power_BacklightControl.py | 201 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 D | firmware_FastbootErase.py | 56 utils.wait_for_value(self.is_recovery_mode, True, timeout_sec=timeout)
|
/external/autotest/site_utils/rpm_control_system/ |
H A D | rpm_client.py | 41 timeout_sec=timeout_mins * 60,
|
H A D | rpm_controller.py | 219 timeout_sec=10) 240 timeout_sec=SET_POWER_STATE_TIMEOUT_SECONDS)
|
/external/libweave/src/ |
H A D | access_api_handler.cc | 150 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 D | display_HDCPScreen.py | 87 timeout_sec=self.TIMEOUT_HDCP_SWITCH)
|
/external/autotest/server/hosts/ |
H A D | chameleon_host.py | 123 _create_connection, expected_value=True, timeout_sec=30)
|
H A D | servo_host.py | 321 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 D | graphics_WebGLAquarium.py | 114 timeout_sec=30)
|
/external/autotest/server/ |
H A D | site_crashcollect.py | 112 timeout_sec=600)
|
H A D | subcommand.py | 252 _, result = retry.timeout(self.wait, timeout_sec=timeout)
|
/external/autotest/client/bin/ |
H A D | site_utils.py | 186 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 D | base_utils.py | 2066 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 D | mode_switcher.py | 554 utils.wait_for_value(self.is_fastboot_mode, True, timeout_sec=timeout)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
H A D | events.c | 1212 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 D | test_runner_utils.py | 563 timeout_sec=_AUTOSERV_SIGINT_TIMEOUT_SECONDS)
|