Home
last modified time | relevance | path

Searched defs:Retry (Results 1 – 6 of 6) sorted by relevance

/external/syzkaller/vendor/github.com/googleapis/gax-go/
Dcall_option.go52 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/
Dretry.go28 func Retry(ctx context.Context, f func() (*http.Response, error), backoff BackoffStrategy) (*http.R… func
/external/syzkaller/vendor/cloud.google.com/go/internal/
Dretry.go32 func Retry(ctx context.Context, bo gax.Backoff, f func() (stop bool, err error)) error { func
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.cpp4587 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
DIceTargetLoweringARM32.cpp4834 auto *Retry = Context.insert<InstARM32Label>(this); in lowerLoadLinkedStoreExclusive() local
/external/v8/tools/release/
Dcommon_includes.py461 def Retry(self, cb, retry_on=None, wait_plan=None): member in Step