Home
last modified time | relevance | path

Searched refs:WithContext (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/core/platform/default/
Dcontext.h29 class WithContext {
31 explicit WithContext(const Context& x) {} in WithContext() function
32 ~WithContext() {} in ~WithContext()
/external/syzkaller/vendor/google.golang.org/appengine/
Dappengine.go72 func WithContext(parent context.Context, req *http.Request) context.Context { func
73 return internal.WithContext(parent, req)
/external/syzkaller/vendor/google.golang.org/appengine/internal/
Dapi_classic.go63 return WithContext(netcontext.Background(), req)
66 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func
Dapi.go93 r = r.WithContext(withContext(r.Context(), c))
271 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func
328 req = req.WithContext(ctx)
Dapi_pre17.go258 return WithContext(netcontext.Background(), req)
261 func WithContext(parent netcontext.Context, req *http.Request) netcontext.Context { func
/external/syzkaller/vendor/cloud.google.com/go/storage/
Dgo17.go25 return r.WithContext(ctx)
/external/tensorflow/tensorflow/core/platform/
Dcontext.h35 class WithContext; variable
/external/syzkaller/vendor/google.golang.org/grpc/
Dgo17.go42 req = req.WithContext(ctx)
/external/syzkaller/vendor/golang.org/x/net/context/ctxhttp/
Dctxhttp.go30 resp, err := client.Do(req.WithContext(ctx))
/external/syzkaller/vendor/golang.org/x/net/http2/
Dgo17.go35 return req.WithContext(ctx)
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc81 WithContext wc(t.f->context); in ExecuteTask()
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc1612 WithContext wc(context_); in Process()