/external/autotest/client/site_tests/platform_MemoryPressure/ |
D | platform_MemoryPressure.py | 17 def run_once(self, tab_open_secs=1.5, timeout_secs=180): argument 19 time_limit = time.time() + timeout_secs 44 (n_tabs, timeout_secs)
|
/external/autotest/client/cros/ |
D | cros_ui.py | 68 def stop_and_wait_for_chrome_to_exit(timeout_secs=40): argument 86 while time.time() - start_time < timeout_secs: 91 timeout_secs)
|
/external/autotest/utils/ |
D | emulator_manager.py | 50 def verify_stop(self, timeout_secs=3): argument 63 if cycles >= timeout_secs*10 and pid: 147 if not self.verify_stop(timeout_secs=3):
|
/external/autotest/client/cros/audio/ |
D | cras_dbus_utils.py | 71 def wait_for_nodes_changed(self, target_signal_count, timeout_secs): argument 85 timeout_secs * 1000, self._timeout_quit_main_loop) 281 def wait_for_unexpected_nodes_changed(timeout_secs): argument 291 CrasDBusSignalListener().wait_for_nodes_changed(1, timeout_secs)
|
/external/autotest/client/site_tests/video_WebRtcSanity/ |
D | video_WebRtcSanity.py | 37 def wait_test_completed(self, timeout_secs): argument 51 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/ |
D | webrtc_PausePlayPeerConnections.py | 53 def wait_test_completed(self, timeout_secs): argument 66 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/video_WebRtcCamera/ |
D | video_WebRtcCamera.py | 65 def wait_test_completed(self, timeout_secs): argument 77 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/ |
D | video_WebRtcPeerConnectionWithCamera.py | 39 def wait_test_completed(self, timeout_secs): argument 52 _test_done, timeout=timeout_secs, sleep_interval=1,
|
/external/autotest/server/cros/multimedia/ |
D | audio_facade_adapter.py | 215 def wait_for_unexpected_nodes_changed(self, timeout_secs): argument 221 self._audio_proxy.wait_for_unexpected_nodes_changed(timeout_secs)
|
/external/autotest/client/site_tests/network_SwitchCarrier/ |
D | network_SwitchCarrier.py | 73 timeout_secs=90): argument 85 gobject.timeout_add(timeout_secs * 1000, self.timeout)
|
/external/autotest/client/common_lib/cros/ |
D | retry.py | 47 def set_sigalarm_timeout(timeout_secs, default_timeout=60): argument 61 timeout_sec_n = int(timeout_secs)
|
/external/wpa_supplicant_8/src/utils/ |
D | os.h | 101 os_time_t timeout_secs) in os_reltime_expired() argument 106 return (age.sec > timeout_secs) || in os_reltime_expired() 107 (age.sec == timeout_secs && age.usec > 0); in os_reltime_expired()
|
/external/openssh/ |
D | clientloop.c | 618 int timeout_secs; in client_wait_until_can_do_something() local 667 timeout_secs = INT_MAX; /* we use INT_MAX to mean no timeout */ in client_wait_until_can_do_something() 669 timeout_secs = options.server_alive_interval; in client_wait_until_can_do_something() 673 timeout_secs = MINIMUM(timeout_secs, packet_get_rekey_timeout()); in client_wait_until_can_do_something() 676 timeout_secs = MINIMUM(timeout_secs, in client_wait_until_can_do_something() 678 if (timeout_secs < 0) in client_wait_until_can_do_something() 679 timeout_secs = 0; in client_wait_until_can_do_something() 682 timeout_secs = MINIMUM(timeout_secs, (int)minwait_secs); in client_wait_until_can_do_something() 683 if (timeout_secs == INT_MAX) in client_wait_until_can_do_something() 686 tv.tv_sec = timeout_secs; in client_wait_until_can_do_something()
|
/external/autotest/server/cros/ |
D | goofy_client.py | 186 timeout_secs = timeout_min * 60 189 if time.time() - current_time > timeout_secs:
|
/external/autotest/client/profilers/pgo/ |
D | pgo.py | 39 if not cros_ui.stop_and_wait_for_chrome_to_exit(timeout_secs=40):
|
/external/autotest/client/cros/multimedia/ |
D | audio_facade_native.py | 348 def wait_for_unexpected_nodes_changed(self, timeout_secs): argument 354 cras_dbus_utils.wait_for_unexpected_nodes_changed(timeout_secs)
|
/external/autotest/server/site_tests/factory_Basic/ |
D | test_list.fwteam_small | 240 dargs={'timeout_secs': 120, 254 'timeout_secs': 120, 280 'timeout_secs': _RUNIN_SAT_DURATION_SECS, 403 dargs={'timeout_secs': 7200,
|