/third_party/gn/src/gn/ |
D | parse_tree.cc | 192 Value AccessorNode::Execute(Scope* scope, Err* err) const { in Execute() function in AccessorNode 366 Value BinaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in BinaryOpNode 398 Value BlockNode::Execute(Scope* enclosing_scope, Err* err) const { in Execute() function in BlockNode 480 Value ConditionNode::Execute(Scope* scope, Err* err) const { in Execute() function in ConditionNode 536 Value FunctionCallNode::Execute(Scope* scope, Err* err) const { in Execute() function in FunctionCallNode 591 Value IdentifierNode::Execute(Scope* scope, Err* err) const { in Execute() function in IdentifierNode 638 Value ListNode::Execute(Scope* scope, Err* err) const { in Execute() function in ListNode 833 Value LiteralNode::Execute(Scope* scope, Err* err) const { in Execute() function in LiteralNode 897 Value UnaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in UnaryOpNode 931 Value BlockCommentNode::Execute(Scope* scope, Err* err) const { in Execute() function in BlockCommentNode [all …]
|
D | operators_unittest.cc | 37 Value Execute(Scope* scope, Err* err) const override { return value_; } in Execute() function in __anon360ea3180111::TestParseNode
|
/third_party/grpc/src/csharp/Grpc.Tools/ |
D | ProtoToolsPlatform.cs | 44 public override bool Execute() in Execute() method in Grpc.Tools.ProtoToolsPlatform
|
D | ProtoReadDependencies.cs | 51 public override bool Execute() in Execute() method in Grpc.Tools.ProtoReadDependencies
|
D | ProtoCompilerOutputs.cs | 67 public override bool Execute() in Execute() method in Grpc.Tools.ProtoCompilerOutputs
|
D | ProtoCompile.cs | 535 public override bool Execute() in Execute() method in Grpc.Tools.ProtoCompile
|
/third_party/cef/libcef_dll/ctocpp/ |
D | task_ctocpp.cc | 19 NO_SANITIZE("cfi-icall") void CefTaskCToCpp::Execute() { in Execute() function in CefTaskCToCpp
|
D | v8handler_ctocpp.cc | 21 bool CefV8HandlerCToCpp::Execute(const CefString& name, in Execute() function in CefV8HandlerCToCpp
|
/third_party/cef/libcef_dll/wrapper/ |
D | cef_closure_task.cc | 15 virtual void Execute() OVERRIDE { in Execute() function in __anon7ae15e530111::CefClosureTask
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/ |
D | Context.cpp | 45 auto Execute = in createDefaultPipeline() local
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | context_list.cc | 43 void ContextList::Execute(void* arg, grpc_core::Timestamps* ts, in Execute() function in grpc_core::ContextList
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.h | 67 void (*Execute)(WebPWorker* const worker); member
|
D | thread_utils.c | 316 static void Execute(WebPWorker* const worker) { in Execute() function
|
/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | thread_utils.h | 67 void (*Execute)(WebPWorker* const worker); member
|
D | thread_utils.c | 316 static void Execute(WebPWorker* const worker) { in Execute() function
|
/third_party/cef/tests/cefclient/renderer/ |
D | performance_test.cc | 34 virtual bool Execute(const CefString& name, in Execute() function in client::performance_test::__anon7826916d0111::V8Handler
|
D | performance_test_tests.cc | 92 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anonaa74a7ff0111::PERF_TEST_FUNC::Handler 114 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anonaa74a7ff0111::PERF_TEST_FUNC::Handler 139 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anonaa74a7ff0111::PERF_TEST_FUNC::Handler
|
/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 1872 bool Execute(const CefString& name, in RunFunctionCreateTest() function in __anona21365170111::V8RendererTest::RunFunctionCreateTest::Handler 1918 bool Execute(const CefString& name, in RunFunctionHandlerTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerTest::Handler 1989 bool Execute(const CefString& name, in RunFunctionHandlerExceptionTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerExceptionTest::Handler 2035 bool Execute(const CefString& name, in RunFunctionHandlerFailTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerFailTest::Handler 2078 bool Execute(const CefString& name, in RunFunctionHandlerNoObjectTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerNoObjectTest::Handler 2127 bool Execute(const CefString& name, in RunFunctionHandlerWithContextTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerWithContextTest::Handler 2177 bool Execute(const CefString& name, in RunFunctionHandlerEmptyStringTest() function in __anona21365170111::V8RendererTest::RunFunctionHandlerEmptyStringTest::Handler 2357 bool Execute(const CefString& name, in RunStackTraceTest() function in __anona21365170111::V8RendererTest::RunStackTraceTest::Handler 2448 bool Execute(const CefString& name, in RunExtensionTest() function in __anona21365170111::V8RendererTest::RunExtensionTest::Handler 2523 bool Execute(const CefString& name, in OnContextCreated() function in __anona21365170111::V8RendererTest::OnContextCreated::Handler [all …]
|
D | values_unittest.cc | 87 void Execute() override { TestBinary(value_, data_, data_size_); } in Execute() function in __anonec4c2ed90111::BinaryTask 294 void Execute() override { in Execute() function in __anonec4c2ed90111::DictionaryTask 564 void Execute() override { TestList(value_, binary_data_, binary_data_size_); } in Execute() function in __anonec4c2ed90111::ListTask
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/ |
D | DeviceNull.cpp | 60 virtual void Execute() { in Execute() function 213 virtual void Execute() { in Execute() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | RawConstants.h | 105 Execute = 1 << 2, // Segment is executable. enumerator
|
/third_party/node/test/node-api/test_async/ |
D | test_async.c | 25 static void Execute(napi_env env, void* data) { in Execute() function
|
/third_party/node/src/ |
D | node_http_parser.cc | 507 static void Execute(const FunctionCallbackInfo<Value>& args) { in Execute() function in node::__anon439301180111::Parser 718 Local<Value> Execute(const char* data, size_t len) { in Execute() function in node::__anon439301180111::Parser
|
/third_party/grpc/test/cpp/microbenchmarks/ |
D | bm_chttp2_transport.cc | 170 static void Execute(void* arg, grpc_error* error) { in MakeTestClosure() function 182 static void Execute(void* arg, grpc_error* error) { in MakeOnceClosure() function
|
/third_party/cef/libcef/browser/net_service/ |
D | resource_handler_wrapper.cc | 342 static void Execute(ResourceResponse::OpenCallback callback, in Execute() function in net_service::__anon83cb726a0111::OpenCallbackWrapper
|