/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/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/swiftshader/third_party/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | cond_br2.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/syzkaller/vendor/github.com/googleapis/gax-go/ |
D | call_option.go | 52 Retry(err error) (pause time.Duration, shouldRetry bool) methodSpec 58 s.Retry = o 83 func (r *boRetryer) Retry(err error) (time.Duration, bool) { func 153 Retry func() Retryer member
|
D | invoke.go | 74 if settings.Retry == nil { 78 if r := settings.Retry(); r != nil { 84 if d, ok := retryer.Retry(err); !ok {
|
/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/v8/src/heap/ |
D | local-allocator-inl.h | 69 return AllocationResult::Retry(OLD_SPACE); in AllocateInLAB() 74 return AllocationResult::Retry(OLD_SPACE); in AllocateInLAB()
|
D | spaces-inl.h | 272 if (new_top > allocation_info_.limit()) return AllocationResult::Retry(); in AllocateRawAligned() 320 return AllocationResult::Retry(identity()); in AllocateRawUnaligned() 344 return AllocationResult::Retry(identity()); in AllocateRawAligned() 405 return AllocationResult::Retry(); in AllocateRawAligned() 432 return AllocationResult::Retry(); in AllocateRawUnaligned()
|
/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/syzkaller/vendor/cloud.google.com/go/storage/ |
D | invoke.go | 26 return internal.Retry(ctx, gax.Backoff{}, func() (stop bool, err error) {
|
/external/honggfuzz/examples/bind/ |
D | test.zone | 5 7200 ; Retry
|
/external/curl/docs/cmdline-opts/ |
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
|
D | retry.d | 4 Help: Retry request if transient problems occur
|
/external/syzkaller/vendor/cloud.google.com/go/internal/ |
D | retry.go | 32 func Retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error)) error { func
|
/external/syzkaller/vendor/google.golang.org/api/gensupport/ |
D | retry.go | 28 func Retry(ctx context.Context, f func() (*http.Response, error), backoff BackoffStrategy) (*http.R… func
|
/external/e2fsprogs/lib/et/test_cases/ |
D | simple.et | 64 "Retry count exceeded"
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | SmallVector.h | 324 Retry: in push_back() 330 goto Retry; in push_back() 408 Retry: in insert() 426 goto Retry; in insert()
|
/external/v8/tools/release/ |
D | common_includes.py | 461 def Retry(self, cb, retry_on=None, wait_plan=None): member in Step 504 return self.Retry(cmd, None, [5]) 509 result = self.Retry(cmd, retry_on, [5, 30]) 525 return self.Retry(cmd, retry_on, wait_plan)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/ |
D | Path.inc | 442 for (unsigned Retry = 0; Retry != 200; ++Retry) { 541 // Retry this a few times to defeat badly behaved file system scanners. 542 for (unsigned Retry = 0; Retry != 200; ++Retry) { 543 if (Retry != 0)
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.cpp | 4587 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4591 Context.insert(Retry); in lowerIntrinsicCall() 4596 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall() 4613 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4624 Context.insert(Retry); in lowerIntrinsicCall() 4630 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall() 4660 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4665 Context.insert(Retry); in lowerIntrinsicCall() 4669 _br(NoTarget, NoTarget, RegAt, getZero(), Retry, CondMIPS32::Cond::EQ); in lowerIntrinsicCall() 4675 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local [all …]
|