Home
last modified time | relevance | path

Searched defs:timeout_sec (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/common_lib/cros/
Dretry.py78 def custom_sigalarm_handler(func, timeout_sec): argument
95 def timeout(func, args=(), kwargs={}, timeout_sec=60.0, default_result=None): argument
Ddev_server.py398 def get_devserver_load_wrapper(cls, devserver, timeout_sec, output): argument
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py201 timeout_sec=30): argument
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
Dpolicy_PluginsAllowedForUrls.py82 def _stop_flash_if_running(self, timeout_sec=10): argument
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
Dpolicy_PluginsBlockedForUrls.py82 def _stop_flash_if_running(self, timeout_sec=10): argument
/external/ltp/testcases/kernel/logging/kmsg/
Dkmsg01.c164 static int timed_read(int fd, int timeout_sec) in timed_read()
199 static int timed_read_kmsg(int fd, int timeout_sec) in timed_read_kmsg()
/external/autotest/client/cros/
Ddevice_jail_utils.py120 def timeout_sec(): function
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1346 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
1857 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
/external/autotest/client/common_lib/
Dutils.py1707 timeout_sec=10): argument
1752 timeout_sec=10): argument
/external/autotest/client/bin/
Dutils.py1250 def ensure_processes_are_dead_by_name(name, timeout_sec=10): argument