Home
last modified time | relevance | path

Searched refs:NewContext (Results 1 – 24 of 24) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Core/Internal/
DServerCallHandler.cs65 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
123 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
182 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
239 … var context = HandlerUtils.NewContext(newRpc, responseStream, asyncCall.CancellationToken); in HandleCall()
322 …public static ServerCallContext NewContext(ServerRpcNew newRpc, IServerResponseStream serverRespon… in NewContext() method in Grpc.Core.Internal.HandlerUtils
/third_party/typescript/tests/baselines/reference/
DinferrenceInfiniteLoopWithSubtyping.symbols55 public wrapArgs<NewContext>(
57 >NewContext : Symbol(NewContext, Decl(graphql-compose.d.ts, 16, 18))
DinferrenceInfiniteLoopWithSubtyping.types38 public wrapArgs<NewContext>(
39 >wrapArgs : <NewContext>(cb: () => { [argName: string]: Thunk<Readonly<EnumTypeComposer>>; }) => vo…
DinferrenceInfiniteLoopWithSubtyping.js20 public wrapArgs<NewContext>( field in Resolver
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/
Dstatic_analysis_test.cc297 AnalysisContextPtr f_context = dummy_context->NewContext(graph_f_, AbstractBasePtrList()); in TEST_F()
301 AnalysisContextPtr g_context = f_context->NewContext(graph_g_, AbstractBasePtrList()); in TEST_F()
306 AnalysisContextPtr alpha_context = dummy_context->NewContext(graph_alpha_, AbstractBasePtrList()); in TEST_F()
310 AnalysisContextPtr beta_context = alpha_context->NewContext(graph_beta_, AbstractBasePtrList()); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerDeclContext.cpp184 DeclContext *NewContext = in getChildDeclContext() local
187 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
/third_party/typescript/tests/cases/compiler/
DinferrenceInfiniteLoopWithSubtyping.ts19 public wrapArgs<NewContext>(
/third_party/mindspore/mindspore/core/abstract/
Danalysis_context.h49 …AnalysisContextPtr NewContext(const FuncGraphPtr &func_graph, const AbstractBasePtrList &args_spec…
Danalysis_context.cc27 AnalysisContextPtr AnalysisContext::NewContext(const FuncGraphPtr &func_graph, in NewContext() function in mindspore::abstract::AnalysisContext
/third_party/node/tools/snapshot/
Dsnapshot_builder.cc90 size_t index = creator.AddContext(NewContext(isolate)); in Generate()
/third_party/node/test/fuzzers/
Dfuzz_env.cc79 v8::Local<v8::Context> context_ = node::NewContext(isolate); in EnvTest()
/third_party/node/test/cctest/
Dtest_platform.cc82 auto context = node::NewContext(isolate); in TEST_F()
Dnode_test_fixture.h143 context_ = node::NewContext(isolate);
Dtest_environment.cc488 v8::Local<v8::Context> context = node::NewContext(isolate); in TEST_F()
612 auto context = node::NewContext(isolate); in TEST_F()
/third_party/node/test/embedding/
Dembedtest.cc81 Local<Context> context = node::NewContext(isolate); in RunNodeInstance()
/third_party/node/src/
Dnode_main_instance.cc198 context = NewContext(isolate_); in CreateMainEnvironment()
Dnode_worker.cc301 context = NewContext(isolate_); in Run()
Dnode.h384 NODE_EXTERN v8::Local<v8::Context> NewContext(
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dstack_frame.cc96 auto new_context = parent_context->NewContext(fg, args_abs_list); in DoJump()
Devaluator.cc216 auto context = parent_context_->NewContext(fg, args_abs_list); in Eval()
Dprogram_specialize.cc526 …AnalysisContextPtr new_context = evaluator->parent_context()->NewContext(fg, normalized_args_spec_… in MakeContext()
/third_party/node/doc/api/
Dembedding.md133 Local<Context> context = node::NewContext(isolate);
/third_party/node/src/api/
Denvironment.cc534 Local<Context> NewContext(Isolate* isolate, in NewContext() function
/third_party/node/doc/changelogs/
DCHANGELOG_V9.md2356 * [[`2146c88bc7`](https://github.com/nodejs/node/commit/2146c88bc7)] - **src**: fix NewContext for …