Home
last modified time | relevance | path

Searched defs:timeout_sec (Results 1 – 14 of 14) 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/igt-gpu-tools/tests/i915/
Dgem_spin_batch.c36 unsigned int timeout_sec) in spin()
125 static void spin_on_all_engines(int fd, unsigned int timeout_sec) in spin_on_all_engines()
Di915_pm_rpm.c171 static bool pc8_plus_residency_changed(unsigned int timeout_sec) in pc8_plus_residency_changed()
/external/autotest/client/site_tests/power_BacklightControl/
Dpower_BacklightControl.py201 timeout_sec=30): 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/u-boot/drivers/watchdog/
Dtangier_wdt.c42 u32 timeout_sec; in tangier_wdt_start() local
/external/perfetto/src/base/
Dunix_socket.cc410 uint32_t timeout_sec = timeout_ms / 1000; in SetTxTimeout() local
423 uint32_t timeout_sec = timeout_ms / 1000; in SetRxTimeout() local
/external/autotest/server/site_tests/tast/
Dtast.py274 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.c1609 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
2201 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
/external/autotest/client/bin/
Dutils.py1379 def ensure_processes_are_dead_by_name(name, timeout_sec=10): argument