Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance.py208 timeout_secs=_LAUNCH_CVD_TIMEOUT_SECS): argument
247 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/acloud/internal/lib/
Dutils.py252 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
278 elif time.time() - start > timeout_secs:
1184 def TimeoutException(timeout_secs, timeout_error=_DEFAULT_TIMEOUT_ERR): argument
1195 timeout_error = timeout_error % timeout_secs
1204 signal.alarm(timeout_secs)
Dandroid_compute_client.py365 timeout_secs=boot_timeout_secs,
Dgcompute_client.py189 timeout_secs=self.OPERATION_TIMEOUT_SECS,
Dgcompute_client_test.py175 timeout_secs=self.compute_client.OPERATION_TIMEOUT_SECS,
/tools/test/connectivity/acts/tests/google/wifi/
DWifiNetworkRequestTest.py419 timeout_secs = NETWORK_REQUEST_TIMEOUT_MS * 2 / 1000
422 wifi_constants.WIFI_NETWORK_CB_ON_UNAVAILABLE, timeout_secs)