Searched defs:NewContext (Results 1 – 14 of 14) sorted by relevance
/external/syzkaller/vendor/golang.org/x/net/trace/ |
D | trace_go17.go | 13 func NewContext(ctx context.Context, tr Trace) context.Context { func
|
D | trace_go16.go | 13 func NewContext(ctx context.Context, tr Trace) context.Context { func
|
/external/syzkaller/vendor/google.golang.org/grpc/peer/ |
D | peer.go | 43 func NewContext(ctx context.Context, p *Peer) context.Context { func
|
/external/syzkaller/vendor/google.golang.org/appengine/aetest/ |
D | instance.go | 36 func NewContext() (context.Context, func(), error) { func
|
/external/tensorflow/tensorflow/go/ |
D | context.go | 79 func NewContext(options *ContextOptions) (*Context, error) { func
|
/external/syzkaller/vendor/google.golang.org/appengine/ |
D | appengine.go | 65 func NewContext(req *http.Request) context.Context { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DeclContext.cpp | 186 DeclContext *NewContext = in getChildDeclContext() local
|
/external/syzkaller/pkg/gce/ |
D | gce.go | 46 func NewContext() (*Context, error) { func
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 75 extractAndClone(Module &M, LLVMContext &NewContext, StringRef Suffix, in extractAndClone() 122 LLVMContext &NewContext) { in extractGlobals()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1690 DeclContext *NewContext = in getChildDeclContext() local
|
/external/llvm/bindings/go/llvm/ |
D | ir.go | 351 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
|
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/ |
D | ir.go | 321 func NewContext() Context { return Context{C.LLVMContextCreate()} } func
|
/external/clang/lib/Sema/ |
D | SemaExpr.cpp | 12822 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, in PushExpressionEvaluationContext() 12833 Sema::PushExpressionEvaluationContext(ExpressionEvaluationContext NewContext, in PushExpressionEvaluationContext()
|
/external/v8/src/ |
D | api.cc | 6223 Local<Context> NewContext( in NewContext() function
|