Home
last modified time | relevance | path

Searched refs:timeout_exception (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/timeout-decorator/timeout_decorator/
Dtimeout_decorator.py50 def timeout(seconds=None, use_signals=True, timeout_exception=TimeoutError, exception_message=None): argument
69 _raise_exception(timeout_exception, exception_message)
91 timeout_wrapper = _Timeout(function, timeout_exception, exception_message, seconds)
121 def __init__(self, function, timeout_exception, exception_message, limit): argument
125 self.__timeout_exception = timeout_exception
/aosp_15_r20/tools/acloud/internal/lib/
H A Dandroid_compute_client.py377 timeout_exception = errors.DeviceBootTimeoutError(
383 timeout_exception=timeout_exception,
H A Dgcompute_client.py191 timeout_exception = errors.GceOperationTimeoutError(
197 timeout_exception=timeout_exception,
H A Dutils.py277 def PollAndWait(func, expected_return, timeout_exception, timeout_secs, argument
304 raise timeout_exception
H A Dcvd_utils.py776 timeout_exception=errors.CreateError(
H A Dgcompute_client_test.py173 timeout_exception=mock_error,
/aosp_15_r20/external/python/timeout-decorator/tests/
Dtest_timeout_decorator.py41 @timeout(3, use_signals=use_signals, timeout_exception=StopIteration)
108 @timeout(seconds=1, timeout_exception=RuntimeError, exception_message="Custom fail message")
/aosp_15_r20/tools/acloud/create/
H A Dgoldfish_local_image_local_instance.py560 timeout_exception=create_error,
582 timeout_exception=timeout_error,
/aosp_15_r20/external/python/timeout-decorator/
DREADME.rst46 @timeout_decorator.timeout(5, timeout_exception=StopIteration)
/aosp_15_r20/tools/acloud/public/actions/
H A Dremote_host_gf_device_factory_test.py437 timeout_exception=errors.DeviceBootTimeoutError,
H A Dremote_host_gf_device_factory.py759 timeout_exception=errors.DeviceBootTimeoutError,