Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
Dserver_process_mock.py74 def stop(self, timeout_sec=0.0): argument
/external/chromium_org/build/android/pylib/
Dforwarder.py342 timeout_sec = 5
344 'device_forwarder', timeout_sec)
Dandroid_commands.py781 def KillAllBlocking(self, process, timeout_sec): argument
799 while self.ExtractPid(process) and elapsed < timeout_sec:
802 if elapsed >= timeout_sec:
/external/lldb/include/lldb/Host/
DHost.h460 uint32_t timeout_sec,
/external/wpa_supplicant_8/wpa_supplicant/
Devents.c1047 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan() argument
1062 wpa_supplicant_req_scan(wpa_s, timeout_sec, timeout_usec); in wpa_supplicant_req_new_scan()
1432 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
1446 timeout_sec = 0; in wpas_select_network_from_last_scan()
1448 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1469 timeout_sec = 0; in wpas_select_network_from_last_scan()
1471 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
1477 wpa_supplicant_req_new_scan(wpa_s, timeout_sec, in wpas_select_network_from_last_scan()
/external/lldb/source/Host/common/
DHost.cpp1373 uint32_t timeout_sec, in RunShellCommand() argument
1436 timeout_time.OffsetWithSeconds(timeout_sec); in RunShellCommand()