Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 25 of 62) sorted by relevance

123

/external/webrtc/talk/app/webrtc/
Dproxy.h67 void Invoke(C* c, M m) { r_ = (c->*m)(); } in Invoke() function
69 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } in Invoke() function
71 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } in Invoke() function
73 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } in Invoke() function
76 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4) { in Invoke() function
81 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) { in Invoke() function
95 void Invoke(C* c, M m) { (c->*m)(); } in Invoke() function
97 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } in Invoke() function
99 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } in Invoke() function
101 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } in Invoke() function
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dtest_util.cc71 Status SingleOpModel::Invoke(const CompilationOptions& compile_options, in Invoke() function in tflite::gpu::gl::SingleOpModel
131 Status SingleOpModel::Invoke(const NodeShader& shader) { in Invoke() function in tflite::gpu::gl::SingleOpModel
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DCallPromotionUtils.cpp48 static void fixupPHINodeForNormalDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForNormalDest()
79 static void fixupPHINodeForUnwindDest(InvokeInst *Invoke, BasicBlock *OrigBlock, in fixupPHINodeForUnwindDest()
173 if (auto *Invoke = dyn_cast<InvokeInst>(CS.getInstruction())) in createRetBitCast() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DCoreWindowNativeWindow.h71 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
DSwapChainPanelNativeWindow.h65 IFACEMETHOD(Invoke) in IFACEMETHOD() argument
/external/libcxx/benchmarks/
Dfunction.bench.cpp185 struct Invoke { struct
186 static void run(benchmark::State& state) { in run()
195 static bool skip() { return FunctionType() == ::FunctionType::Null; } in skip()
197 static std::string name() { return "BM_Invoke" + FunctionType::name(); } in name()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-more-actions.h97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function
106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
Dgmock-generated-function-mockers.h71 R Invoke() { in Invoke() function
92 R Invoke(A1 a1) { in Invoke() function
113 R Invoke(A1 a1, A2 a2) { in Invoke() function
135 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke() function
157 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { in Invoke() function
181 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { in Invoke() function
206 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { in Invoke() function
231 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { in Invoke() function
256 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { in Invoke() function
282 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { in Invoke() function
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-more-actions.h114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
Dgmock-generated-function-mockers.h75 R Invoke() { in Invoke() function
96 R Invoke(A1 a1) { in Invoke() function
117 R Invoke(A1 a1, A2 a2) { in Invoke() function
139 R Invoke(A1 a1, A2 a2, A3 a3) { in Invoke() function
161 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4) { in Invoke() function
184 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5) { in Invoke() function
209 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6) { in Invoke() function
234 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7) { in Invoke() function
259 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8) { in Invoke() function
285 R Invoke(A1 a1, A2 a2, A3 a3, A4 a4, A5 a5, A6 a6, A7 a7, A8 a8, A9 a9) { in Invoke() function
[all …]
/external/libchrome/base/strings/
Dstring_number_conversions.cc106 static bool Invoke(char c) { in Invoke() function in base::__anondcb0c14e0111::WhitespaceHelper
113 static bool Invoke(char16 c) { in Invoke() function in base::__anondcb0c14e0111::WhitespaceHelper
137 static bool Invoke(const_iterator begin, in Invoke() function in base::__anondcb0c14e0111::IteratorRangeToNumber
175 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anondcb0c14e0111::IteratorRangeToNumber::Base
/external/webrtc/webrtc/base/
Dthread.h159 ReturnT Invoke(const FunctorT& functor) { in Invoke() function
/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
Dparse_testdata.cc258 class Invoke : public Message { class
260 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
Dtflite_driver.cc347 void TfLiteDriver::Invoke() { in Invoke() function in tflite::testing::TfLiteDriver
/external/tensorflow/tensorflow/lite/testing/
Dparse_testdata.cc255 class Invoke : public Message { class
257 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
Dtest_runner_test.cc36 void Invoke() override {} in Invoke() function in tflite::testing::__anonf42bde560111::ConcreteTestRunner
Dtf_driver.cc248 void TfDriver::Invoke() { in Invoke() function in tflite::testing::TfDriver
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DWasmEHPrepare.cpp361 if (const auto *Invoke = dyn_cast<InvokeInst>(TI)) in calculateWasmEHInfo() local
/external/tensorflow/tensorflow/lite/micro/
Dmicro_interpreter.cc134 TfLiteStatus MicroInterpreter::Invoke() { in Invoke() function in tflite::MicroInterpreter
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs55 public void Invoke() { in Invoke() method in TensorFlowLite.Interpreter
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/
Dhexagon_delegate_kernel.cc131 TfLiteStatus HexagonDelegateKernel::Invoke(TfLiteContext* context, in Invoke() function in tflite::HexagonDelegateKernel
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc26 bool FlexModelTest::Invoke() { return interpreter_->Invoke() == kTfLiteOk; } in Invoke() function in tflite::flex::testing::FlexModelTest
/external/llvm/unittests/IR/
DInstructionsTest.cpp94 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create(F, BB1, BB2, Args)); in TEST_F() local
561 std::unique_ptr<InvokeInst> Invoke(InvokeInst::Create( in TEST() local
/external/tensorflow/tensorflow/lite/delegates/gpu/
Ddelegate.cc146 Status Invoke(TfLiteContext* context) { in Invoke() function in tflite::gpu::__anonc9b3f0640111::Delegate
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dgpu_api_delegate.cc217 Status Invoke(TfLiteContext* context) { in Invoke() function in tflite::gpu::cl::__anond3033cc60111::Delegate

123