Home
last modified time | relevance | path

Searched full:retry (Results 1 – 25 of 11435) sorted by relevance

12345678910>>...458

/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DDataRetryManager.java72 * DataRetryManager manages data network setup retry and its configurations.
77 /** Event for data setup retry. */
80 /** Event for data handover retry. */
86 /** Event for cancelling pending handover retry. */
104 * The threshold of retry timer, longer than or equal to which we use alarm manager to schedule
167 * The data retry callback. This is only used to notify {@link DataNetworkController} to retry
185 /** Data setup retry rule list. */
189 /** Data handover retry rule list. */
193 /** Data retry entries. */
210 * The data profile that is being throttled for setup/handover retry.
[all …]
/aosp_15_r20/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
H A DHttpRetryPolicy.java25 * The retry policy associates with HttpRouteRule
110 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
125 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
142 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
162retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
176retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
190retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
205retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
417 * The retry policy associates with HttpRouteRule
730 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
[all …]
H A DHttpRetryPolicyOrBuilder.java55 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
67 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
79 …* Specifies a non-zero timeout per retry attempt. If not specified, will use the timeout set in th…
90retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
102retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
114retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
127retry policy applies. Valid values are: - 5xx: retry is attempted if the instance or endpoint resp…
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/java/com/google/cloud/functions/v1/
H A DFailurePolicy.java71 // @@protoc_insertion_point(interface_extends:google.cloud.functions.v1.FailurePolicy.Retry)
77 * Describes the retry policy in case of function's execution failure.
84 * Protobuf type {@code google.cloud.functions.v1.FailurePolicy.Retry}
86 public static final class Retry extends com.google.protobuf.GeneratedMessageV3 class in FailurePolicy
88 // @@protoc_insertion_point(message_implements:google.cloud.functions.v1.FailurePolicy.Retry)
91 // Use Retry.newBuilder() to construct.
92 private Retry(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Retry() method in FailurePolicy.Retry
96 private Retry() {} in Retry() method in FailurePolicy.Retry
101 return new Retry(); in newInstance()
120 com.google.cloud.functions.v1.FailurePolicy.Retry.class, in internalGetFieldAccessorTable()
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/gapic_v1/
Dmethod.py17 This is used by gapic clients to provide common error mapping, retry, timeout,
41 """Sentinel value indicating that a retry or timeout argument was unspecified,
63 def _determine_timeout(default_timeout, specified_timeout, retry): argument
72 retry (Optional[Retry]): The retry specified at invocation time.
89 # a non-default retry is specified, make sure the timeout's deadline
90 # matches the retry's. This handles the case where the user leaves
91 # the timeout default but specifies a lower deadline via the retry.
93 retry
94 and retry is not DEFAULT
97 return default_timeout.with_deadline(retry._deadline)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py25 # Data structure for representing the metadata of requests that result in a retry.
39 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
40 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
48 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
49 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
57 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
58 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
66 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
67 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
75 "Using 'Retry.BACKOFF_MAX' is deprecated and "
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py25 # Data structure for representing the metadata of requests that result in a retry.
39 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
40 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
48 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
49 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
57 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
58 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
66 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
67 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
75 "Using 'Retry.BACKOFF_MAX' is deprecated and "
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py25 # Data structure for representing the metadata of requests that result in a retry.
39 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
40 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
48 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
49 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
57 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
58 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
66 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
67 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
75 "Using 'Retry.BACKOFF_MAX' is deprecated and "
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py25 # Data structure for representing the metadata of requests that result in a retry.
39 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
40 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
48 "Using 'Retry.DEFAULT_METHOD_WHITELIST' is deprecated and "
49 "will be removed in v2.0. Use 'Retry.DEFAULT_ALLOWED_METHODS' instead",
57 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
58 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
66 "Using 'Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST' is deprecated and "
67 "will be removed in v2.0. Use 'Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT' instead",
75 "Using 'Retry.BACKOFF_MAX' is deprecated and "
[all …]
/aosp_15_r20/external/python/python-api-core/tests/unit/
Dtest_retry.py24 from google.api_core import retry
29 predicate = retry.if_exception_type(ValueError)
36 predicate = retry.if_exception_type(ValueError, TypeError)
44 assert retry.if_transient_error(exceptions.InternalServerError(""))
45 assert retry.if_transient_error(exceptions.TooManyRequests(""))
46 assert retry.if_transient_error(exceptions.ServiceUnavailable(""))
47 assert retry.if_transient_error(requests.exceptions.ConnectionError(""))
48 assert retry.if_transient_error(requests.exceptions.ChunkedEncodingError(""))
49 assert retry.if_transient_error(auth_exceptions.TransportError(""))
50 assert not retry.if_transient_error(exceptions.InvalidArgument(""))
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/operations_v1/
Doperations_async_client.py49 # The interface config contains all of the default settings for retry
57 default_retry=method_configs["GetOperation"].retry,
63 default_retry=method_configs["ListOperations"].retry,
69 default_retry=method_configs["CancelOperation"].retry,
75 default_retry=method_configs["DeleteOperation"].retry,
82 retry=gapic_v1.method_async.DEFAULT, argument
99 retry (google.api_core.retry.Retry): The retry strategy to use
100 when invoking the RPC. If unspecified, the default retry from
102 method will not retry the RPC at all.
104 to complete. Note that if ``retry`` is used, this timeout
[all …]
Doperations_client.py62 # The interface config contains all of the default settings for retry
70 default_retry=method_configs["GetOperation"].retry,
76 default_retry=method_configs["ListOperations"].retry,
82 default_retry=method_configs["CancelOperation"].retry,
88 default_retry=method_configs["DeleteOperation"].retry,
96 retry=gapic_v1.method.DEFAULT, argument
113 retry (google.api_core.retry.Retry): The retry strategy to use
114 when invoking the RPC. If unspecified, the default retry from
116 method will not retry the RPC at all.
118 to complete. Note that if ``retry`` is used, this timeout
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dretry.py17 The :class:`Retry` decorator can be used to retry functions that raise
19 used, the retry is limited by a `deadline`. The deadline is the maxmimum amount
24 By default, this decorator will retry transient
29 @retry.Retry()
33 # Will retry flaky_rpc() if it raises transient API errors.
36 You can pass a custom predicate to retry on different exceptions, such as
41 @retry.Retry(predicate=if_exception_type(exceptions.NotFound))
47 Some client library methods apply retry automatically. These methods can accept
48 a ``retry`` parameter that allows you to configure the behavior:
52 my_retry = retry.Retry(deadline=60)
[all …]
Dretry_async.py18 :class:`Retry`, but supports coroutine functions. Please refer to description
19 of :class:`Retry` for more details.
21 By default, this decorator will retry transient
30 # Will retry flaky_rpc() if it raises transient API errors.
33 You can pass a custom predicate to retry on different exceptions, such as
44 Some client library methods apply retry automatically. These methods can accept
45 a ``retry`` parameter that allows you to configure the behavior:
50 result = await client.some_method(retry=my_retry)
61 from google.api_core.retry import exponential_sleep_generator
62 from google.api_core.retry import if_exception_type # noqa: F401
[all …]
Doperation.py64 retry (google.api_core.retry.Retry): The retry configuration used
66 is polled. Regardless of the retry's ``deadline``, it will be
77 retry=polling.DEFAULT_RETRY, argument
79 super(Operation, self).__init__(retry=retry)
149 def _refresh_and_update(self, retry=polling.DEFAULT_RETRY): argument
153 retry (google.api_core.retry.Retry): (Optional) How to retry the RPC.
158 self._operation = self._refresh(retry=retry)
161 def done(self, retry=polling.DEFAULT_RETRY): argument
165 retry (google.api_core.retry.Retry): (Optional) How to retry the RPC.
170 self._refresh_and_update(retry)
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/omics/src/main/resources/codegen-resources/
H A Dwaiters-2.json12 "state" : "retry",
17 "state" : "retry",
49 "state" : "retry",
54 "state" : "retry",
80 "state" : "retry",
97 "state" : "retry",
102 "state" : "retry",
128 "state" : "retry",
145 "state" : "retry",
150 "state" : "retry",
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py30 # Import all built-in retry strategies for easier usage.
31 from .retry import retry_base # noqa
32 from .retry import retry_all # noqa
33 from .retry import retry_always # noqa
34 from .retry import retry_any # noqa
35 from .retry import retry_if_exception # noqa
36 from .retry import retry_if_exception_type # noqa
37 from .retry import retry_if_exception_cause_type # noqa
38 from .retry import retry_if_not_exception_type # noqa
39 from .retry import retry_if_not_result # noqa
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py30 # Import all built-in retry strategies for easier usage.
31 from .retry import retry_base # noqa
32 from .retry import retry_all # noqa
33 from .retry import retry_always # noqa
34 from .retry import retry_any # noqa
35 from .retry import retry_if_exception # noqa
36 from .retry import retry_if_exception_type # noqa
37 from .retry import retry_if_exception_cause_type # noqa
38 from .retry import retry_if_not_exception_type # noqa
39 from .retry import retry_if_not_result # noqa
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py30 # Import all built-in retry strategies for easier usage.
31 from .retry import retry_base # noqa
32 from .retry import retry_all # noqa
33 from .retry import retry_always # noqa
34 from .retry import retry_any # noqa
35 from .retry import retry_if_exception # noqa
36 from .retry import retry_if_exception_type # noqa
37 from .retry import retry_if_exception_cause_type # noqa
38 from .retry import retry_if_not_exception_type # noqa
39 from .retry import retry_if_not_result # noqa
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/tenacity/
D__init__.py30 # Import all built-in retry strategies for easier usage.
31 from .retry import retry_base # noqa
32 from .retry import retry_all # noqa
33 from .retry import retry_always # noqa
34 from .retry import retry_any # noqa
35 from .retry import retry_if_exception # noqa
36 from .retry import retry_if_exception_type # noqa
37 from .retry import retry_if_exception_cause_type # noqa
38 from .retry import retry_if_not_exception_type # noqa
39 from .retry import retry_if_not_result # noqa
[all …]
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java16 package com.android.tradefed.retry;
48 import com.android.tradefed.testtype.retry.IAutoRetriableTest;
75 name = "reboot-at-last-retry",
76 description = "Reboot the device at the last retry attempt."
81 name = "retry-isolation-grade",
95 name = "retry-strategy",
97 "The retry strategy to be used when re-running some tests with "
103 name = "skip-retry-in-presubmit",
104 description = "Skip retry attempts specifically in presubmit builds")
108 name = "auto-retry",
[all …]
/aosp_15_r20/external/python/python-api-core/google/api_core/future/
Dpolling.py21 from google.api_core import retry
27 """Private exception used for polling via retry."""
32 RETRY_PREDICATE = retry.if_exception_type(
39 DEFAULT_RETRY = retry.Retry(predicate=RETRY_PREDICATE)
54 retry (google.api_core.retry.Retry): The retry configuration used
56 is polled. Regardless of the retry's ``deadline``, it will be
60 def __init__(self, retry=DEFAULT_RETRY): argument
62 self._retry = retry
72 def done(self, retry=DEFAULT_RETRY): argument
76 retry (google.api_core.retry.Retry): (Optional) How to retry the RPC.
[all …]
/aosp_15_r20/external/autotest/server/cros/dynamic_suite/
H A Dsuite.py62 """Maintain retry information.
64 @var _retry_map: A dictionary that stores retry history.
68 The retry state of a job.
72 We've made an attempt to schedule a retry job. The
75 in scheduling a retry is different from a retry job failure.
76 For each job, we only attempt to schedule a retry once.
78 its second retry job failed. When we attempt to create
79 a third retry job to retry the second, we hit an rpc
83 A retry job has already been successfully
89 @var _retry_level: A retry might be triggered only if the result
[all …]
/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dretry_util.py27 """Returns a retry handler for given exception(s).
40 """The strategy of the delay between each retry attempts.
61 """Sleep to delay the current retry."""
78 """Decorator to handle retry on exception.
91 checks whether the retry should be continued or not based on the given
95 If the |handler| returns True, retry will be continued. Otherwise no
96 further retry will be made, and an exception will be raised.
99 exception class(es) (or its subclass), continues to retry. Otherwise no
100 further retry will be made, and an exception will be raised.
101 - If neither is given, just continues to retry on any Exception instance.
[all …]
/aosp_15_r20/external/aws-sdk-java-v2/services/medialive/src/main/resources/codegen-resources/
H A Dwaiters-2.json17 "state": "retry",
23 "state": "retry",
48 "state": "retry",
54 "state": "retry",
73 "state": "retry",
79 "state": "retry",
98 "state": "retry",
104 "state": "retry",
123 "state": "retry",
129 "state": "retry",
[all …]

12345678910>>...458