/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/ |
D | rx-retry.hpp | 91 class Retry = rxo::detail::retry::infinite<SourceValue, rxu::decay_t<Observable>>, 92 class Value = rxu::value_type_t<Retry>, 93 class Result = observable<Value, Retry> 96 return Result(Retry(std::forward<Observable>(o))); in member() 103 …class Retry = rxo::detail::retry::finite<SourceValue, rxu::decay_t<Observable>, rxu::decay_t<Count… 104 class Value = rxu::value_type_t<Retry>, 105 class Result = observable<Value, Retry> 108 return Result(Retry(std::forward<Observable>(o), std::forward<Count>(c))); in member()
|
/external/llvm-project/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/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/curl/tests/data/ |
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 | test1633 | 22 Retry-After: 1 36 Retry-After: 1 47 Retry-After: 1
|
D | test1595 | 27 HTTP Retry-After header extraction (without header) 45 Retry-After: 0
|
/external/llvm-project/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/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/llvm-project/llvm/test/Transforms/NewGVN/ |
D | cond_br2-xfail.ll | 17 ; CHECK: Retry.i10: 37 br i1 %cmp.i, label %Retry.i, label %if.end.i 39 Retry.i: ; preds = %.noexc, %entry 44 new.notnull.i: ; preds = %Retry.i 56 br label %Retry.i 58 invoke.cont: ; preds = %new.notnull.i, %Retry.i 65 Retry.i10: ; preds = %if.end.i14 70 new.notnull.i11: ; preds = %invoke.cont, %Retry.i10 71 %7 = phi i8* [ %.pre.i13, %Retry.i10 ], [ %add.ptr.i, %invoke.cont ] 79 to label %Retry.i10 unwind label %lpad [all …]
|
/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/llvm-project/clang/include/clang/Analysis/Support/ |
D | BumpVector.h | 161 Retry: in push_back() 167 goto Retry; in push_back() 176 Retry: in insert() 185 goto Retry; in insert()
|
/external/curl/docs/cmdline-opts/ |
D | retry-all-errors.d | 2 Help: Retry all errors (use with --retry) 6 Retry on any error. This option is used together with --retry.
|
D | retry.d | 4 Help: Retry request if transient problems occur 18 Since curl 7.66.0, curl will comply with the Retry-After: response header if
|
D | retry-connrefused.d | 2 Help: Retry on connection refused (use with --retry)
|
D | retry-max-time.d | 3 Help: Retry only within this period
|
/external/rust/crates/crossbeam-deque/src/ |
D | deque.rs | 646 return Steal::Retry; in steal() 755 return Steal::Retry; in steal_batch() 808 return Steal::Retry; in steal_batch() 944 return Steal::Retry; in steal_batch_and_pop() 961 return Steal::Retry; in steal_batch_and_pop() 1347 return Steal::Retry; in steal() 1458 return Steal::Retry; in steal_batch() 1616 return Steal::Retry; in steal_batch_and_pop() 1842 Retry, enumerator 1898 Steal::Retry => true, in is_retry() [all …]
|
/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/llvm-project/clang/include/clang/AST/ |
D | ASTVector.h | 164 Retry: in push_back() 170 goto Retry; in push_back() 226 Retry: in insert() 237 goto Retry; in insert()
|
/external/rust/crates/quiche/src/ |
D | packet.rs | 72 Retry, enumerator 119 Type::Retry => qlog::PacketType::Retry, in to_qlog() 223 0x03 => Type::Retry, in from_bytes() 250 Type::Retry => { in from_bytes() 319 Type::Retry => 0x03, in to_bytes() 351 Type::Retry => { in to_bytes() 610 ty: Type::Retry, in retry() 824 ty: Type::Retry, in retry()
|
/external/tensorflow/tensorflow/core/data/service/ |
D | grpc_util.h | 36 Status Retry(const std::function<Status()>& f, const std::string& description,
|
D | split_provider.cc | 31 return grpc_util::Retry( in GetNext()
|
D | grpc_util.cc | 40 Status Retry(const std::function<Status()>& f, const std::string& description, in Retry() function
|
/external/skia/ |
D | whitespace.txt | 16 Retry Mac bots.
|