Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
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/libweave/src/
Daccess_api_handler.cc150 int timeout_sec = 0; in Block() local
151 parameters.GetInteger(kExpirationTimeout, &timeout_sec); in Block()
154 base::Time::Now() + base::TimeDelta::FromSeconds(timeout_sec); in Block()
/external/autotest/client/common_lib/cros/
Dretry.py68 def timeout(func, args=(), kwargs={}, timeout_sec=60.0, default_result=None): argument
87 old_alarm_sec = set_sigalarm_timeout(timeout_sec, default_timeout=60)
Ddev_server.py207 def get_devserver_load_wrapper(devserver, timeout_sec, output): argument
216 timeout_min=timeout_sec/60.0)
/external/autotest/client/site_tests/desktopui_FlashSanityCheck/
Ddesktopui_FlashSanityCheck.py84 timeout_sec=5)
109 timeout_sec=3)
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py201 timeout_sec=30): argument
226 while time.time() - start_time < timeout_sec:
/external/autotest/site_utils/rpm_control_system/
Drpm_client.py41 timeout_sec=timeout_mins * 60,
Drpm_controller.py219 timeout_sec=10)
240 timeout_sec=SET_POWER_STATE_TIMEOUT_SECONDS)
/external/autotest/server/site_tests/firmware_FastbootErase/
Dfirmware_FastbootErase.py56 utils.wait_for_value(self.is_recovery_mode, True, timeout_sec=timeout)
/external/autotest/server/site_tests/display_HDCPScreen/
Ddisplay_HDCPScreen.py87 timeout_sec=self.TIMEOUT_HDCP_SWITCH)
/external/autotest/server/hosts/
Dchameleon_host.py123 _create_connection, expected_value=True, timeout_sec=30)
Dservo_host.py321 timeout_sec=self.PWR_BUTTON_CMD_TIMEOUT_SECS)
526 timeout_sec=self.INITIALIZE_SERVO_TIMEOUT_SECS)
/external/autotest/server/
Dsite_crashcollect.py112 timeout_sec=600)
Dsubcommand.py252 _, result = retry.timeout(self.wait, timeout_sec=timeout)
/external/autotest/client/bin/
Dsite_utils.py186 def ensure_processes_are_dead_by_name(name, timeout_sec=10): argument
207 timeout=timeout_sec)
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dgraphics_WebGLAquarium.py114 timeout_sec=30)
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1212 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1227 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
1662 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
1681 timeout_sec = 0; in wpas_select_network_from_last_scan()
1683 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1704 timeout_sec = 0; in wpas_select_network_from_last_scan()
1706 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1712 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
/external/autotest/client/common_lib/
Dbase_utils.py2066 timeout_sec=10): argument
2102 if time.time() - start_time_sec >= timeout_sec:
2111 timeout_sec=10): argument
2134 if time.time() - start_time_sec >= timeout_sec:
/external/autotest/server/cros/faft/utils/
Dmode_switcher.py554 utils.wait_for_value(self.is_fastboot_mode, True, timeout_sec=timeout)
/external/autotest/site_utils/
Dtest_runner_utils.py563 timeout_sec=_AUTOSERV_SIGINT_TIMEOUT_SECONDS)