/third_party/grpc/src/csharp/Grpc.Core/Internal/ |
D | ServerCallHandler.cs | 65 … 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/ |
D | inferrenceInfiniteLoopWithSubtyping.symbols | 55 public wrapArgs<NewContext>( 57 >NewContext : Symbol(NewContext, Decl(graphql-compose.d.ts, 16, 18))
|
D | inferrenceInfiniteLoopWithSubtyping.types | 38 public wrapArgs<NewContext>( 39 >wrapArgs : <NewContext>(cb: () => { [argName: string]: Thunk<Readonly<EnumTypeComposer>>; }) => vo…
|
D | inferrenceInfiniteLoopWithSubtyping.js | 20 public wrapArgs<NewContext>( field in Resolver
|
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/ |
D | static_analysis_test.cc | 297 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/ |
D | DWARFLinkerDeclContext.cpp | 184 DeclContext *NewContext = in getChildDeclContext() local 187 std::tie(ContextIter, Inserted) = Contexts.insert(NewContext); in getChildDeclContext()
|
/third_party/typescript/tests/cases/compiler/ |
D | inferrenceInfiniteLoopWithSubtyping.ts | 19 public wrapArgs<NewContext>(
|
/third_party/mindspore/mindspore/core/abstract/ |
D | analysis_context.h | 49 …AnalysisContextPtr NewContext(const FuncGraphPtr &func_graph, const AbstractBasePtrList &args_spec…
|
D | analysis_context.cc | 27 AnalysisContextPtr AnalysisContext::NewContext(const FuncGraphPtr &func_graph, in NewContext() function in mindspore::abstract::AnalysisContext
|
/third_party/node/tools/snapshot/ |
D | snapshot_builder.cc | 90 size_t index = creator.AddContext(NewContext(isolate)); in Generate()
|
/third_party/node/test/fuzzers/ |
D | fuzz_env.cc | 79 v8::Local<v8::Context> context_ = node::NewContext(isolate); in EnvTest()
|
/third_party/node/test/cctest/ |
D | test_platform.cc | 82 auto context = node::NewContext(isolate); in TEST_F()
|
D | node_test_fixture.h | 143 context_ = node::NewContext(isolate);
|
D | test_environment.cc | 488 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/ |
D | embedtest.cc | 81 Local<Context> context = node::NewContext(isolate); in RunNodeInstance()
|
/third_party/node/src/ |
D | node_main_instance.cc | 198 context = NewContext(isolate_); in CreateMainEnvironment()
|
D | node_worker.cc | 301 context = NewContext(isolate_); in Run()
|
D | node.h | 384 NODE_EXTERN v8::Local<v8::Context> NewContext(
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | stack_frame.cc | 96 auto new_context = parent_context->NewContext(fg, args_abs_list); in DoJump()
|
D | evaluator.cc | 216 auto context = parent_context_->NewContext(fg, args_abs_list); in Eval()
|
D | program_specialize.cc | 526 …AnalysisContextPtr new_context = evaluator->parent_context()->NewContext(fg, normalized_args_spec_… in MakeContext()
|
/third_party/node/doc/api/ |
D | embedding.md | 133 Local<Context> context = node::NewContext(isolate);
|
/third_party/node/src/api/ |
D | environment.cc | 534 Local<Context> NewContext(Isolate* isolate, in NewContext() function
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V9.md | 2356 * [[`2146c88bc7`](https://github.com/nodejs/node/commit/2146c88bc7)] - **src**: fix NewContext for …
|