Home
last modified time | relevance | path

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

123456789

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-retry.hpp91 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/
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/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/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/llvm-project/llvm/test/Transforms/NewGVN/
Dcond_br2-xfail.ll17 ; 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/llvm-project/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/
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
Dtest163322 Retry-After: 1
36 Retry-After: 1
47 Retry-After: 1
Dtest159527 HTTP Retry-After header extraction (without header)
45 Retry-After: 0
/external/llvm-project/clang/include/clang/Analysis/Support/
DBumpVector.h161 Retry: in push_back()
167 goto Retry; in push_back()
176 Retry: in insert()
185 goto Retry; in insert()
/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/curl/docs/cmdline-opts/
Dretry-all-errors.d2 Help: Retry all errors (use with --retry)
6 Retry on any error. This option is used together with --retry.
Dretry.d4 Help: Retry request if transient problems occur
18 Since curl 7.66.0, curl will comply with the Retry-After: response header if
Dretry-connrefused.d2 Help: Retry on connection refused (use with --retry)
Dretry-max-time.d3 Help: Retry only within this period
/external/rust/crates/crossbeam-deque/src/
Ddeque.rs646 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/llvm-project/clang/include/clang/AST/
DASTVector.h164 Retry: in push_back()
170 goto Retry; in push_back()
226 Retry: in insert()
237 goto Retry; in insert()
/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/rust/crates/quiche/src/
Dpacket.rs72 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/
Dgrpc_util.h36 Status Retry(const std::function<Status()>& f, const std::string& description,
Dsplit_provider.cc31 return grpc_util::Retry( in GetNext()
Dgrpc_util.cc40 Status Retry(const std::function<Status()>& f, const std::string& description, in Retry() function
/external/skia/
Dwhitespace.txt16 Retry Mac bots.

123456789