Home
last modified time | relevance | path

Searched refs:RetryExceptionType (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/internal/lib/
Dssh.py153 utils.RetryExceptionType(
298 utils.RetryExceptionType(
Dadb_tools.py236 utils.RetryExceptionType(exception_types=errors.AdbDisconnectFailed,
Dutils_test.py228 utils.RetryExceptionType, (KeyError, ValueError),
248 utils.RetryExceptionType, (ValueError, KeyError),
Dbase_cloud_client.py86 return utils.RetryExceptionType(
Dandroid_build_client.py122 utils.RetryExceptionType(
Dutils.py241 def RetryExceptionType(exception_types, max_retries, functor, *args, **kwargs): function