Home
last modified time | relevance | path

Searched defs:Execute (Results 1 – 25 of 32) sorted by relevance

12

/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc22 void Execute() override { std::move(closure_).Run(); } in Execute() function in __anon44afa34d0111::CefOnceClosureTask
39 void Execute() override { in Execute() function in __anon44afa34d0111::CefRepeatingClosureTask
/third_party/gn/src/gn/
Dparse_tree.cc294 Value AccessorNode::Execute(Scope* scope, Err* err) const { in Execute() function in AccessorNode
494 Value BinaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in BinaryOpNode
539 Value BlockNode::Execute(Scope* enclosing_scope, Err* err) const { in Execute() function in BlockNode
661 Value ConditionNode::Execute(Scope* scope, Err* err) const { in Execute() function in ConditionNode
736 Value FunctionCallNode::Execute(Scope* scope, Err* err) const { in Execute() function in FunctionCallNode
806 Value IdentifierNode::Execute(Scope* scope, Err* err) const { in Execute() function in IdentifierNode
861 Value ListNode::Execute(Scope* scope, Err* err) const { in Execute() function in ListNode
1075 Value LiteralNode::Execute(Scope* scope, Err* err) const { in Execute() function in LiteralNode
1147 Value UnaryOpNode::Execute(Scope* scope, Err* err) const { in Execute() function in UnaryOpNode
1192 Value BlockCommentNode::Execute(Scope* scope, Err* err) const { in Execute() function in BlockCommentNode
[all …]
Doperators_unittest.cc37 Value Execute(Scope* scope, Err* err) const override { return value_; } in Execute() function in __anond059e0520111::TestParseNode
/third_party/openh264/codec/encoder/core/src/
Dwels_task_encoder.cpp67 WelsErrorType CWelsSliceEncodingTask::Execute() { in Execute() function in WelsEnc::CWelsSliceEncodingTask
334 WelsErrorType CWelsUpdateMbMapTask::Execute() { in Execute() function in WelsEnc::CWelsUpdateMbMapTask
/third_party/cef/libcef_dll/ctocpp/
Dtask_ctocpp.cc19 NO_SANITIZE("cfi-icall") void CefTaskCToCpp::Execute() { in Execute() function in CefTaskCToCpp
Dv8handler_ctocpp.cc21 bool CefV8HandlerCToCpp::Execute(const CefString& name, in Execute() function in CefV8HandlerCToCpp
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp45 auto Execute = in createDefaultPipeline() local
/third_party/openh264/test/common/
DWelsThreadPoolTest.h67 virtual int32_t Execute() { in Execute() function
/third_party/cef/tests/ceftests/
Dv8_unittest.cc1872 bool Execute(const CefString& name, in RunFunctionCreateTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionCreateTest::Handler
1918 bool Execute(const CefString& name, in RunFunctionHandlerTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerTest::Handler
1989 bool Execute(const CefString& name, in RunFunctionHandlerExceptionTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerExceptionTest::Handler
2035 bool Execute(const CefString& name, in RunFunctionHandlerFailTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerFailTest::Handler
2078 bool Execute(const CefString& name, in RunFunctionHandlerNoObjectTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerNoObjectTest::Handler
2127 bool Execute(const CefString& name, in RunFunctionHandlerWithContextTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerWithContextTest::Handler
2177 bool Execute(const CefString& name, in RunFunctionHandlerEmptyStringTest() function in __anonfc22d8d10111::V8RendererTest::RunFunctionHandlerEmptyStringTest::Handler
2357 bool Execute(const CefString& name, in RunStackTraceTest() function in __anonfc22d8d10111::V8RendererTest::RunStackTraceTest::Handler
2448 bool Execute(const CefString& name, in RunExtensionTest() function in __anonfc22d8d10111::V8RendererTest::RunExtensionTest::Handler
2523 bool Execute(const CefString& name, in OnContextCreated() function in __anonfc22d8d10111::V8RendererTest::OnContextCreated::Handler
[all …]
Dvalues_unittest.cc87 void Execute() override { TestBinary(value_, data_, data_size_); } in Execute() function in __anone402ef930111::BinaryTask
294 void Execute() override { in Execute() function in __anone402ef930111::DictionaryTask
564 void Execute() override { TestList(value_, binary_data_, binary_data_size_); } in Execute() function in __anone402ef930111::ListTask
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.h67 void (*Execute)(WebPWorker* const worker); member
Dthread_utils.c316 static void Execute(WebPWorker* const worker) { in Execute() function
/third_party/skia/third_party/externals/libwebp/src/utils/
Dthread_utils.h67 void (*Execute)(WebPWorker* const worker); member
Dthread_utils.c316 static void Execute(WebPWorker* const worker) { in Execute() function
/third_party/cef/tests/cefclient/renderer/
Dperformance_test.cc34 virtual bool Execute(const CefString& name, in Execute() function in client::performance_test::__anon88f729e70111::V8Handler
Dperformance_test_tests.cc92 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anon5a9833f90111::PERF_TEST_FUNC::Handler
114 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anon5a9833f90111::PERF_TEST_FUNC::Handler
139 virtual bool Execute(const CefString& name, in PERF_TEST_FUNC() function in client::performance_test::__anon5a9833f90111::PERF_TEST_FUNC::Handler
/third_party/benchmark/test/
Dbenchmark_random_interleaving_gtest.cc51 void Execute(const std::string& pattern) { in Execute() function in benchmark::internal::__anon9e5f40360111::BenchmarkTest
/third_party/vk-gl-cts/external/amber/src/src/
Dexecutor.cc57 Result Executor::Execute(Engine* engine, in Execute() function in amber::Executor
Damber.cc157 amber::Result Amber::Execute(const amber::Recipe* recipe, Options* opts) { in Execute() function in amber::Amber
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/null/
DDeviceNull.cpp60 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/
DRawConstants.h105 Execute = 1 << 2, // Segment is executable. enumerator
/third_party/node/test/node-api/test_async/
Dtest_async.c25 static void Execute(napi_env env, void* data) { in Execute() function
/third_party/node/src/
Dnode_http_parser.cc507 static void Execute(const FunctionCallbackInfo<Value>& args) { in Execute() function in node::__anonbfa2b8920111::Parser
718 Local<Value> Execute(const char* data, size_t len) { in Execute() function in node::__anonbfa2b8920111::Parser
/third_party/cef/libcef/browser/net_service/
Dresource_handler_wrapper.cc353 static void Execute(ResourceResponse::OpenCallback callback, in Execute() function in net_service::__anon72686b640111::OpenCallbackWrapper
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp343 void CommandBuffer::Execute() { in Execute() function in dawn_native::opengl::CommandBuffer

12