Home
last modified time | relevance | path

Searched defs:Retry (Results 1 – 25 of 93) sorted by relevance

1234

/aosp_15_r20/external/rust/android-crates-io/crates/tower/src/retry/
Dmod.rs30 impl<P, S> Retry<P, S> { impl
52 impl<P, S, Request> Service<Request> for Retry<P, S> implementation
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
H A DRetry.java40 public final class Retry<E> { class
60 private Retry(Poll.ValueSupplier<E> supplier) { in Retry() method in Retry
/aosp_15_r20/external/tensorflow/tensorflow/core/data/service/
H A Dgrpc_util.cc45 Status Retry(const std::function<Status()>& f, const std::string& description, in Retry() function
51 Status Retry(const std::function<Status()>& f, in Retry() function
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/security/
DChooseLockPatternFragment.java549 Retry(R.string.lockscreen_retry_button_text, true), enumConstant
569 Retry(R.string.lockpattern_retry_button_text, true), enumConstant
/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.java86 public static final class Retry extends com.google.protobuf.GeneratedMessageV3 class in FailurePolicy
92 private Retry(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Retry() method in FailurePolicy.Retry
96 private Retry() {} in Retry() method in FailurePolicy.Retry
/aosp_15_r20/external/python/python-api-core/docs/
Dretry.rst1 Retry title
/aosp_15_r20/external/grpc-grpc/test/core/end2end/tests/
H A Dretry.cc37 CORE_END2END_TEST(RetryTest, Retry) { in CORE_END2END_TEST() argument
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dretry.py223 class Retry(object): class
/aosp_15_r20/packages/modules/adb/
Dtransport.h250 Retry, enumerator
/aosp_15_r20/external/pigweed/pw_transfer/
H A Dcontext.cc1178 void Context::Retry() { in Retry() function in pw::transfer::internal::Context
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py92 class Retry(object): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py92 class Retry(object): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py92 class Retry(object): class
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/urllib3/util/
Dretry.py92 class Retry(object): class
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringMIPS32.cpp4538 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
4564 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
4611 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
4626 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
4674 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
4769 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsic() local
/aosp_15_r20/external/google-cloud-java/java-functions/proto-google-cloud-functions-v1/src/main/proto/google/cloud/functions/v1/
H A Dfunctions.proto605 message Retry {} message
/aosp_15_r20/external/googleapis/google/cloud/functions/v1/
H A Dfunctions.proto607 message Retry {} message
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/client/
Ddispatch.rs207 Retry(Option<oneshot::Sender<Result<U, (crate::Error, Option<T>)>>>), enumerator
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/password/
DChooseLockPattern.java328 Retry(R.string.lockpattern_retry_button_text, true), enumConstant
/aosp_15_r20/packages/modules/DnsResolver/doh/connection/
Ddriver.rs39 Retry, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dsocket.cpp728 enum class ConnectResult : uint8_t { Success, Error, Retry }; enumerator
/aosp_15_r20/external/boringssl/src/util/fipstools/acvp/acvptool/acvp/
H A Dacvp.go640 Retry uint64 `json:"retry,omitempty"` member
/aosp_15_r20/external/cronet/third_party/boringssl/src/util/fipstools/acvp/acvptool/acvp/
H A Dacvp.go640 Retry uint64 `json:"retry,omitempty"` member
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils.py215 def Retry(retry_checker, max_retries, functor, sleep_multiplier, function
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-deque/src/
Ddeque.rs2048 Retry, enumerator

1234