HomeSort by relevance Sort by last modified time
    Searched refs:timeout_sec (Results 1 - 25 of 31) sorted by null

1 2

  /external/autotest/client/common_lib/cros/
retry.py 78 def custom_sigalarm_handler(func, timeout_sec):
85 @param timeout_sec: timeout length in seconds
91 message = "sigalarm timeout (%d seconds) in %s" % (timeout_sec, name)
95 def timeout(func, args=(), kwargs={}, timeout_sec=60.0, default_result=None):
98 return the given default value if the timeout_sec is exceeded.
103 @param timeout_sec: timeout setting for call to exit, in seconds.
112 handler = custom_sigalarm_handler(func, timeout_sec)
115 old_alarm_sec = set_sigalarm_timeout(timeout_sec, default_timeout=60)
  /external/autotest/client/cros/chameleon/
chameleon_bluetooth_audio.py 62 found_device = utils.wait_for_value(_find_device, True, timeout_sec=timeout)
109 connected = utils.wait_for_value(_connect_device, True, timeout_sec=timeout)
  /external/autotest/client/cros/
device_jail_utils.py 60 TIMEOUT_SEC = 3
116 # timeout_sec should be used for the timeouts below.
117 # This ensures we don't spend much longer than TIMEOUT_SEC in
119 deadline = time.time() + self.TIMEOUT_SEC
120 def timeout_sec(): function in function:JailDevice.expect_open
137 with ConcurrentFunc(open_device, timeout_sec):
138 ready_fds = poll_obj.poll(timeout_sec() * 1000)
  /external/autotest/client/site_tests/policy_PluginsAllowedForUrls/
policy_PluginsAllowedForUrls.py 82 def _stop_flash_if_running(self, timeout_sec=10):
85 @param timeout_sec: maximum seconds to wait for processes to die.
88 after timeout_sec.
101 timeout=timeout_sec)
  /external/autotest/client/site_tests/policy_PluginsBlockedForUrls/
policy_PluginsBlockedForUrls.py 82 def _stop_flash_if_running(self, timeout_sec=10):
85 @param timeout_sec: maximum seconds to wait for processes to die.
88 after timeout_sec.
101 timeout=timeout_sec)
  /external/autotest/client/site_tests/policy_ChromeOsLockOnIdleSuspend/
policy_ChromeOsLockOnIdleSuspend.py 90 timeout_sec=self.IDLE_ACTION_DELAY)
  /hardware/libhardware/include/hardware/
fingerprint.h 169 * or after timeout_sec seconds.
178 uint32_t gid, uint32_t timeout_sec);
  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 155 timeout_sec=self._time_to_wait_secs)
181 timeout_sec=self._time_to_wait_secs)
267 timeout_sec=self._component_download_timeout_secs)
  /external/autotest/server/site_tests/display_HDCPScreen/
display_HDCPScreen.py 87 timeout_sec=self.TIMEOUT_HDCP_SWITCH)
  /external/autotest/server/site_tests/firmware_FastbootErase/
firmware_FastbootErase.py 56 utils.wait_for_value(self.is_recovery_mode, True, timeout_sec=timeout)
  /external/autotest/site_utils/rpm_control_system/
rpm_client.py 41 timeout_sec=timeout_mins * 60,
rpm_controller.py 219 timeout_sec=10)
240 timeout_sec=SET_POWER_STATE_TIMEOUT_SECONDS)
    [all...]
  /external/ltp/testcases/kernel/logging/kmsg/
kmsg01.c 157 * @timeout_sec: timeout in seconds
164 static int timed_read(int fd, int timeout_sec)
172 timeout.tv_sec = timeout_sec;
192 * @timeout_sec: timeout in seconds for every read attempt
199 static int timed_read_kmsg(int fd, int timeout_sec)
235 TEST(timed_read(pipefd[0], timeout_sec));
  /hardware/libhardware/modules/fingerprint/
fingerprint.c 46 uint32_t __unused timeout_sec) {
  /test/vts/runners/host/
test_runner.py 107 timeout_sec = int(config[keys.ConfigKeys.KEY_TEST_MAX_TIMEOUT]) / 1000.0
109 timeout_sec = 60 * 60 * 3
111 keys.ConfigKeys.KEY_TEST_MAX_TIMEOUT, timeout_sec)
118 sig_timer = threading.Timer(timeout_sec, timeout_func)
  /external/autotest/client/site_tests/policy_PowerManagementIdleSettings/
policy_PowerManagementIdleSettings.py 162 timeout_sec=timeout)
198 timeout_sec=timeout)
  /external/autotest/client/site_tests/power_BacklightControl/
power_BacklightControl.py 201 timeout_sec=30):
216 timeout_sec If stability has not been attained after
226 while time.time() - start_time < timeout_sec:
  /external/autotest/server/site_tests/display_HotPlugAtSuspend/
display_HotPlugAtSuspend.py 128 timeout_sec=self.TIMEOUT_WAITING_MIRRORED)):
  /external/autotest/server/cros/servo/
chrome_cr50.py 209 timeout_sec=timeout)
  /external/autotest/server/
subcommand.py 252 _, result = retry.timeout(self.wait, timeout_sec=timeout)
site_crashcollect.py 116 timeout_sec=600)
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 128 timeout_sec=30)
  /external/autotest/client/common_lib/
utils.py     [all...]
  /external/autotest/client/cros/multimedia/
display_facade_native.py 401 timeout_sec=3)
  /external/wpa_supplicant_8/wpa_supplicant/
events.c 1857 int timeout_sec = wpa_s->scan_interval; local
    [all...]

Completed in 1321 milliseconds

1 2