Home
last modified time | relevance | path

Searched refs:timeout_secs (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/site_tests/platform_MemoryPressure/
Dplatform_MemoryPressure.py17 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/
Dcros_ui.py68 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/
Demulator_manager.py50 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/
Dcras_dbus_utils.py71 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/
Dvideo_WebRtcSanity.py37 def wait_test_completed(self, timeout_secs): argument
51 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/autotest/client/site_tests/webrtc_PausePlayPeerConnections/
Dwebrtc_PausePlayPeerConnections.py53 def wait_test_completed(self, timeout_secs): argument
66 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/autotest/client/site_tests/video_WebRtcCamera/
Dvideo_WebRtcCamera.py65 def wait_test_completed(self, timeout_secs): argument
77 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/autotest/client/site_tests/video_WebRtcPeerConnectionWithCamera/
Dvideo_WebRtcPeerConnectionWithCamera.py39 def wait_test_completed(self, timeout_secs): argument
52 _test_done, timeout=timeout_secs, sleep_interval=1,
/external/autotest/server/cros/multimedia/
Daudio_facade_adapter.py215 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/
Dnetwork_SwitchCarrier.py73 timeout_secs=90): argument
85 gobject.timeout_add(timeout_secs * 1000, self.timeout)
/external/autotest/client/common_lib/cros/
Dretry.py47 def set_sigalarm_timeout(timeout_secs, default_timeout=60): argument
61 timeout_sec_n = int(timeout_secs)
/external/wpa_supplicant_8/src/utils/
Dos.h101 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/
Dclientloop.c618 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/
Dgoofy_client.py186 timeout_secs = timeout_min * 60
189 if time.time() - current_time > timeout_secs:
/external/autotest/client/profilers/pgo/
Dpgo.py39 if not cros_ui.stop_and_wait_for_chrome_to_exit(timeout_secs=40):
/external/autotest/client/cros/multimedia/
Daudio_facade_native.py348 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/
Dtest_list.fwteam_small240 dargs={'timeout_secs': 120,
254 'timeout_secs': 120,
280 'timeout_secs': _RUNIN_SAT_DURATION_SECS,
403 dargs={'timeout_secs': 7200,