Searched defs:Retry (Results 1 – 6 of 6) sorted by relevance
| /external/syzkaller/vendor/github.com/googleapis/gax-go/ |
| D | call_option.go | 52 Retry(err error) (pause time.Duration, shouldRetry bool) methodSpec 83 func (r *boRetryer) Retry(err error) (time.Duration, bool) { func 153 Retry func() Retryer member
|
| /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/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/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringMIPS32.cpp | 4587 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4613 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4660 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4675 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4723 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local 4818 InstMIPS32Label *Retry = InstMIPS32Label::create(Func, this); in lowerIntrinsicCall() local
|
| D | IceTargetLoweringARM32.cpp | 4834 auto *Retry = Context.insert<InstARM32Label>(this); in lowerLoadLinkedStoreExclusive() local
|
| /external/v8/tools/release/ |
| D | common_includes.py | 461 def Retry(self, cb, retry_on=None, wait_plan=None): member in Step
|