Home
last modified time | relevance | path

Searched defs:timeout_sec (Results 1 – 4 of 4) 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/wpa_supplicant_8/wpa_supplicant/
Devents.c1047 int timeout_sec, int timeout_usec) in wpa_supplicant_req_new_scan()
1432 int timeout_sec = wpa_s->scan_interval; in wpas_select_network_from_last_scan() local
/external/lldb/source/Host/common/
DHost.cpp1373 uint32_t timeout_sec, in RunShellCommand()
/external/chromium_org/build/android/pylib/
Dandroid_commands.py766 def KillAllBlocking(self, process, timeout_sec, signum=9, with_su=False): argument