/external/python/python-api-core/tests/unit/ |
D | test_retry.py | 163 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/ |
D | 2011-06-21-phioperands.ll | 105 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/ |
D | kernel_interface.h | 72 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/ |
D | cond_br2.ll | 16 ; 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/ |
D | test1633 | 23 Retry-After: 1 37 Retry-After: 1 48 Retry-After: 1 62 --retry with a 429 response and Retry-After:
|
D | test1594 | 18 Retry-After: 22 28 HTTP Retry-After header parsing and extraction 46 Retry-After 22
|
D | test1596 | 18 Retry-After: Thu, 11 Jul 2024 02:26:59 GMT 28 HTTP Retry-After header parsing using a date 46 Retry-After 172066
|
D | test3010 | 18 Retry-After: 2 53 Retry-After 2 54 Retry-After 0
|
D | test1634 | 15 Retry-After: 1 30 Retry-After: 1 48 --retry with a 429 response and Retry-After: and --fail
|
D | test1595 | 27 HTTP Retry-After header extraction (without header) 45 Retry-After 0
|
D | test366 | 16 Retry-After: 200 30 HTTP --retry-max-time with too long Retry-After
|
D | test1635 | 15 Retry-After: 1 37 --retry with a 429 response and Retry-After: and --fail-with-body
|
/external/python/python-api-core/tests/unit/gapic/ |
D | test_method.py | 149 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/ |
D | grpc_util.cc | 45 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
|
D | grpc_util.h | 40 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/ |
D | retry.py | 223 class Retry(object): class 306 return Retry( 325 return Retry( 346 return Retry(
|
/external/python/python-api-core/google/api_core/operations_v1/transports/ |
D | base.py | 127 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/ |
D | retry.rst | 1 Retry title 8 Retry in AsyncIO
|
/external/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 156 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/ |
D | deque.rs | 665 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/ |
D | retry-all-errors.d | 4 Help: Retry all errors (use with --retry) 11 Retry on any error. This option is used together with --retry.
|
D | retry.d | 6 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/ |
D | config.py | 47 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/ |
D | ASTVector.h | 159 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/ |
D | server_lib_wrapper.cc | 114 status = tensorflow::data::grpc_util::Retry( in PYBIND11_MODULE() 139 status = tensorflow::data::grpc_util::Retry( in PYBIND11_MODULE()
|