Home
last modified time | relevance | path

Searched refs:exception_types (Results 1 – 4 of 4) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py151 exception_types=errors.DeviceConnectionError,
276 exception_types=errors.DeviceConnectionError,
Dadb_tools.py216 utils.RetryExceptionType(exception_types=errors.AdbDisconnectFailed,
Dbase_cloud_client.py88 exception_types=cls.RETRIABLE_AUTH_ERRORS,
Dutils.py234 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): argument
248 return Retry(lambda e: isinstance(e, exception_types), max_retries,