Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dutils.py258 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
284 elif time.time() - start > timeout_secs:
1267 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument
1278 timeout_error = timeout_error % timeout_secs
1287 signal.alarm(timeout_secs)
Dandroid_compute_client.py383 timeout_secs=boot_timeout_secs,
Dgcompute_client.py197 timeout_secs=self.OPERATION_TIMEOUT_SECS,
Dgcompute_client_test.py174 timeout_secs=self.compute_client.OPERATION_TIMEOUT_SECS,
/tools/acloud/create/
Dlocal_image_local_instance.py227 timeout_secs=constants.DEFAULT_CF_BOOT_TIMEOUT): argument
268 self._LaunchCvd(cmd, local_instance_id, timeout=timeout_secs)
Dgoldfish_local_image_local_instance.py482 timeout_secs=_EMU_KILL_TIMEOUT_SECS,
504 timeout_secs=timeout,
/tools/test/connectivity/acts/tests/google/wifi/
DWifiNetworkRequestTest.py409 timeout_secs = \
413 wifi_constants.WIFI_NETWORK_CB_ON_UNAVAILABLE, timeout_secs)