Home
last modified time | relevance | path

Searched defs:timeout_sec (Results 1 – 13 of 13) 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.py495 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/tensorflow/tensorflow/python/tpu/
Derror_handling.py105 def raise_errors(self, timeout_sec=0): argument
/external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
Dpolicy_PluginsBlockedForUrls.py83 def _stop_flash_if_running(self, timeout_sec=10): argument
/external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
Dpolicy_PluginsAllowedForUrls.py83 def _stop_flash_if_running(self, timeout_sec=10): argument
/external/autotest/client/cros/
Ddevice_jail_utils.py120 def timeout_sec(): function
/external/perfetto/src/base/
Dunix_socket.cc339 uint32_t timeout_sec = timeout_ms / 1000; in SetTxTimeout() local
352 uint32_t timeout_sec = timeout_ms / 1000; in SetRxTimeout() local
/external/autotest/server/site_tests/tast/
Dtast.py221 def _run_tast(self, subcommand, extra_subcommand_args, timeout_sec, argument
/external/grpc-grpc/test/core/end2end/
Dcq_verifier.cc287 void cq_verify_empty_timeout(cq_verifier* v, int timeout_sec) { in cq_verify_empty_timeout()
/external/autotest/client/common_lib/
Dutils.py1805 timeout_sec=10): argument
1850 timeout_sec=10): argument
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1514 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
2026 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
/external/autotest/client/bin/
Dutils.py1343 def ensure_processes_are_dead_by_name(name, timeout_sec=10): argument