Home
last modified time | relevance | path

Searched defs:Invoke (Results 1 – 25 of 66) 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/syzkaller/vendor/google.golang.org/grpc/
Dcall.go29 func (cc *ClientConn) Invoke(ctx context.Context, method string, args, reply interface{}, opts ...C… func
59 func Invoke(ctx context.Context, method string, args, reply interface{}, cc *ClientConn, opts ...Ca… func
/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/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/tensorflow/tensorflow/lite/
Dnnapi_delegate_disabled.cc42 TfLiteStatus NNAPIDelegate::Invoke(Subgraph* subgraph) { return kTfLiteError; } in Invoke() function in tflite::NNAPIDelegate
/external/syzkaller/vendor/github.com/googleapis/gax-go/
Dinvoke.go43 func Invoke(ctx context.Context, call APICall, opts ...CallOption) error { func
/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::__anon208f710c0111::WhitespaceHelper
113 static bool Invoke(char16 c) { in Invoke() function in base::__anon208f710c0111::WhitespaceHelper
137 static bool Invoke(const_iterator begin, in Invoke() function in base::__anon208f710c0111::IteratorRangeToNumber
175 static bool Invoke(const_iterator begin, const_iterator end, in Invoke() function in base::__anon208f710c0111::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.cc35 void Invoke() override {} in Invoke() function in tflite::testing::__anon73a85d540111::ConcreteTestRunner
Dtf_driver.cc248 void TfDriver::Invoke() { in Invoke() function in tflite::testing::TfDriver
Dtflite_driver.cc355 void TfLiteDriver::Invoke() { in Invoke() function in tflite::testing::TfLiteDriver
/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.cc147 void SingleOpModel::Invoke() { CHECK(interpreter_->Invoke() == kTfLiteOk); } in Invoke() function in tflite::SingleOpModel
/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/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/
DInterpreter.cs55 public void Invoke() { in Invoke() method in TensorFlowLite.Interpreter
/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/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc158 TfLiteStatus MicroInterpreter::Invoke() { in Invoke() function in tflite::MicroInterpreter
/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/python/interpreter_wrapper/
Dinterpreter_wrapper.cc126 PyObject* InterpreterWrapper::Invoke() { in Invoke() function in tflite::interpreter_wrapper::InterpreterWrapper

123