/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/meta/ |
H A D | error.rs | 135 pub(crate) enum RetryError { enum 141 impl std::error::Error for RetryError {} implementation 143 impl core::fmt::Display for RetryError { implementation 152 impl From<MatchError> for RetryError { implementation 153 fn from(merr: MatchError) -> RetryError { in from() 181 impl From<RetryQuadraticError> for RetryError { implementation 182 fn from(err: RetryQuadraticError) -> RetryError { in from() 219 impl From<RetryFailError> for RetryError { implementation 220 fn from(err: RetryFailError) -> RetryError { in from()
|
H A D | limited.rs | 49 ) -> Result<Option<HalfMatch>, RetryError> { in dfa_try_search_half_rev() argument 132 ) -> Result<Option<HalfMatch>, RetryError> { in hybrid_try_search_half_rev() argument
|
H A D | wrappers.rs | 727 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument 1021 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument 1154 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument 1323 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument
|
H A D | strategy.rs | 1215 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_start() argument 1273 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument 1630 ) -> Result<Option<Match>, RetryError> { in try_search_full() argument 1725 ) -> Result<Option<HalfMatch>, RetryError> { in try_search_half_rev_limited() argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/ |
D | __init__.py | 151 class RetryError(Exception): class 202 retry_error_cls: t.Type[RetryError] = RetryError, 227 retry_error_cls: t.Union[t.Type[RetryError], object] = _unset, 512 retry_error_cls: t.Type["RetryError"] = RetryError,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/ |
D | __init__.py | 151 class RetryError(Exception): class 202 retry_error_cls: t.Type[RetryError] = RetryError, 227 retry_error_cls: t.Union[t.Type[RetryError], object] = _unset, 512 retry_error_cls: t.Type["RetryError"] = RetryError,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/ |
D | __init__.py | 151 class RetryError(Exception): class 202 retry_error_cls: t.Type[RetryError] = RetryError, 227 retry_error_cls: t.Union[t.Type[RetryError], object] = _unset, 512 retry_error_cls: t.Type["RetryError"] = RetryError,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/ |
D | __init__.py | 151 class RetryError(Exception): class 202 retry_error_cls: t.Type[RetryError] = RetryError, 227 retry_error_cls: t.Union[t.Type[RetryError], object] = _unset, 512 retry_error_cls: t.Type["RetryError"] = RetryError,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | exceptions.py | 121 class RetryError(RequestException): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | exceptions.py | 121 class RetryError(RequestException): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | exceptions.py | 121 class RetryError(RequestException): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/requests/ |
D | exceptions.py | 121 class RetryError(RequestException): class
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/helpers/ |
D | retryers.py | 197 class RetryError(tenacity.RetryError): class
|
/aosp_15_r20/external/python/python-api-core/google/api_core/ |
D | exceptions.py | 63 class RetryError(GoogleAPIError): class
|