Home
last modified time | relevance | path

Searched refs:Retry (Results 1 – 25 of 235) sorted by relevance

12345678910

/external/python/python-api-core/tests/unit/
Dtest_retry.py163 retry_ = retry.Retry()
175 retry_ = retry.Retry(
191 retry_ = retry.Retry(
211 retry_ = retry.Retry(
231 retry_ = retry.Retry(
246 retry_ = retry.Retry(
266 retry_ = retry.Retry(
303 retry_ = retry.Retry(
322 retry_ = retry.Retry()
342 retry_ = retry.Retry(predicate=retry.if_exception_type(ValueError))
[all …]
/external/llvm/test/Transforms/LoopDeletion/
D2011-06-21-phioperands.ll105 br i1 undef, label %Retry.i, label %if.end.i99
107 Retry.i: ; preds = %if.end.i99, %_ZN4llvmplERKNS_9StringRe…
110 new.notnull.i: ; preds = %Retry.i
114 br label %Retry.i
116 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit: ; preds = %new.notnull.i, %Retry.i
120 br i1 undef, label %Retry.i108, label %if.end.i113
122 Retry.i108: ; preds = %if.end.i113, %if.else
125 new.notnull.i110: ; preds = %Retry.i108
129 br label %Retry.i108
131 _ZN4llvm15SmallVectorImplIPKcE9push_backERKS2_.exit114: ; preds = %new.notnull.i110, %Retry.i108
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/qbone/platform/
Dkernel_interface.h72 return syscall.Retry(&::bind, fd, addr, addr_len); in bind()
76 return syscall.Retry(&::close, fd); in close()
80 return syscall.Retry(&::ioctl, fd, request, argp); in ioctl()
84 return syscall.Retry(&::open, pathname, flags); in open()
109 return syscall.Retry(&::socket, domain, type, protocol); in socket()
114 return syscall.Retry(&::setsockopt, fd, level, optname, optval, optlen); in setsockopt()
133 static auto Retry(F f, Params&&... params)
/external/llvm/test/Transforms/GVN/
Dcond_br2.ll16 ; CHECK: Retry.i10:
36 br i1 %cmp.i, label %Retry.i, label %if.end.i
38 Retry.i: ; preds = %.noexc, %entry
43 new.notnull.i: ; preds = %Retry.i
55 br label %Retry.i
57 invoke.cont: ; preds = %new.notnull.i, %Retry.i
64 Retry.i10: ; preds = %if.end.i14
69 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10
70 %7 = phi i8* [ %.pre.i13, %Retry.i10 ], [ %add.ptr.i, %invoke.cont ]
78 to label %Retry.i10 unwind label %lpad
[all …]
/external/curl/tests/data/
Dtest163323 Retry-After: 1
37 Retry-After: 1
48 Retry-After: 1
62 --retry with a 429 response and Retry-After:
Dtest159418 Retry-After: 22
28 HTTP Retry-After header parsing and extraction
46 Retry-After 22
Dtest159618 Retry-After: Thu, 11 Jul 2024 02:26:59 GMT
28 HTTP Retry-After header parsing using a date
46 Retry-After 172066
Dtest301018 Retry-After: 2
53 Retry-After 2
54 Retry-After 0
Dtest163415 Retry-After: 1
30 Retry-After: 1
48 --retry with a 429 response and Retry-After: and --fail
Dtest159527 HTTP Retry-After header extraction (without header)
45 Retry-After 0
Dtest36616 Retry-After: 200
30 HTTP --retry-max-time with too long Retry-After
Dtest163515 Retry-After: 1
37 --retry with a 429 response and Retry-After: and --fail-with-body
/external/python/python-api-core/tests/unit/gapic/
Dtest_method.py149 default_retry = retry.Retry()
167 default_retry = retry.Retry()
186 default_retry = retry.Retry()
193 retry=retry.Retry(retry.if_exception_type(exceptions.NotFound)),
213 default_retry = retry.Retry()
235 default_retry = retry.Retry()
/external/tensorflow/tensorflow/core/data/service/
Dgrpc_util.cc45 Status Retry(const std::function<Status()>& f, const std::string& description, in Retry() function
47 return Retry( in Retry()
51 Status Retry(const std::function<Status()>& f, in Retry() function
Dgrpc_util.h40 Status Retry(const std::function<Status()>& f,
46 Status Retry(const std::function<Status()>& f, const std::string& description,
/external/python/python-api-core/google/api_core/
Dretry.py223 class Retry(object): class
306 return Retry(
325 return Retry(
346 return Retry(
/external/python/python-api-core/google/api_core/operations_v1/transports/
Dbase.py127 default_retry=retries.Retry(
141 default_retry=retries.Retry(
155 default_retry=retries.Retry(
169 default_retry=retries.Retry(
/external/python/python-api-core/docs/
Dretry.rst1 Retry title
8 Retry in AsyncIO
/external/clang/include/clang/Analysis/Support/
DBumpVector.h156 Retry: in push_back()
162 goto Retry; in push_back()
171 Retry: in insert()
180 goto Retry; in insert()
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs665 return Steal::Retry; in steal()
815 return Steal::Retry; in steal_batch_with_limit()
879 return Steal::Retry; in steal_batch_with_limit()
1057 return Steal::Retry; in steal_batch_with_limit_and_pop()
1073 return Steal::Retry; in steal_batch_with_limit_and_pop()
1472 return Steal::Retry; in steal()
1622 return Steal::Retry; in steal_batch_with_limit()
1819 return Steal::Retry; in steal_batch_with_limit_and_pop()
2045 Retry, enumerator
2101 Steal::Retry => true, in is_retry()
[all …]
/external/curl/docs/cmdline-opts/
Dretry-all-errors.d4 Help: Retry all errors (use with --retry)
11 Retry on any error. This option is used together with --retry.
Dretry.d6 Help: Retry request if transient problems occur
24 Since curl 7.66.0, curl will comply with the Retry-After: response header if
/external/python/python-api-core/google/api_core/gapic_v1/
Dconfig.py47 def _retry_from_retry_config(retry_params, retry_codes, retry_impl=retry.Retry):
112 def parse_method_configs(interface_config, retry_impl=retry.Retry):
/external/clang/include/clang/AST/
DASTVector.h159 Retry: in push_back()
165 goto Retry; in push_back()
223 Retry: in insert()
234 goto Retry; in insert()
/external/tensorflow/tensorflow/python/data/experimental/service/
Dserver_lib_wrapper.cc114 status = tensorflow::data::grpc_util::Retry( in PYBIND11_MODULE()
139 status = tensorflow::data::grpc_util::Retry( in PYBIND11_MODULE()

12345678910