HomeSort by relevance Sort by last modified time
    Searched refs:timeout_secs (Results 26 - 39 of 39) sorted by null

12

  /external/autotest/client/common_lib/cros/
test_webrtc_peer_connection.py 120 def wait_test_completed(self, timeout_secs):
124 @param timeout_secs Max time to wait in seconds.
132 if spent_time > timeout_secs:
  /external/autotest/server/cros/
goofy_client.py 186 timeout_secs = timeout_min * 60
189 if time.time() - current_time > timeout_secs:
  /external/devlib/devlib/instrument/
acmecape.py 85 timeout_secs = 10
87 for _ in xrange(timeout_secs):
  /external/f2fs-tools/tools/sg_write_buffer/
sg_cmds_basic2.c 364 * and the ability to report the residual count. If timeout_secs is zero
373 int timeout_secs, int * residp, bool noisy, int verbose)
396 if (timeout_secs <= 0)
397 timeout_secs = DEF_PT_TIMEOUT;
404 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose);
800 * and the ability to report the residual count. If timeout_secs is zero
809 int mx_resp_len, int timeout_secs, int * residp,
834 if (timeout_secs <= 0)
835 timeout_secs = DEF_PT_TIMEOUT;
842 res = do_scsi_pt(ptvp, sg_fd, timeout_secs, verbose)
    [all...]
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 348 def wait_for_unexpected_nodes_changed(self, timeout_secs):
351 @param timeout_secs: Timeout in seconds for waiting.
354 cras_dbus_utils.wait_for_unexpected_nodes_changed(timeout_secs)
  /test/framework/harnesses/host_controller/build/
build_flasher.py 211 def WaitForDevice(self, timeout_secs=600):
215 timeout_secs: integer, the maximum timeout value for this
221 return self.device.waitForBootCompletion(timeout=timeout_secs)
  /tools/acloud/internal/lib/
utils.py 205 def PollAndWait(func, expected_return, timeout_exception, timeout_secs,
213 timeout_secs: Timeout seconds.
224 # |func|, if |func| takes longer than |timeout_secs|.
231 elif time.time() - start > timeout_secs:
android_compute_client.py 315 timeout_secs=self.BOOT_TIMEOUT_SECS,
gcompute_client.py 131 timeout_secs=self.OPERATION_TIMEOUT_SECS,
    [all...]
gcompute_client_test.py 143 timeout_secs=self.compute_client.OPERATION_TIMEOUT_SECS,
  /test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
home_bot_config.py 152 if self._device_client.Cmd(cmd, timeout_secs=30):
  /test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
home_bot_config.py 152 if self._device_client.Cmd(cmd, timeout_secs=30):
  /test/vts/utils/python/controllers/
android_device.py 899 def waitForFrameworkStartComplete(self, timeout_secs=120):
903 timeout_secs: int, seconds to wait for boot completion. Default is
912 self.waitForBootCompletion(timeout_secs)
915 if time.time() - start >= timeout_secs:
    [all...]
  /external/tensorflow/tensorflow/python/training/
supervisor_test.py 75 def _wait_for_glob(self, pattern, timeout_secs, for_checkpoint=True):
80 timeout_secs: How long to wait for in seconds.
83 end_time = time.time() + timeout_secs
    [all...]

Completed in 473 milliseconds

12