| /external/webrtc/talk/app/webrtc/ |
| D | proxy.h | 67 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/ |
| D | call.go | 29 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/ |
| D | CallPromotionUtils.cpp | 48 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/ |
| D | function.bench.cpp | 185 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/ |
| D | nnapi_delegate_disabled.cc | 42 TfLiteStatus NNAPIDelegate::Invoke(Subgraph* subgraph) { return kTfLiteError; } in Invoke() function in tflite::NNAPIDelegate
|
| /external/syzkaller/vendor/github.com/googleapis/gax-go/ |
| D | invoke.go | 43 func Invoke(ctx context.Context, call APICall, opts ...CallOption) error { func
|
| /external/google-breakpad/src/testing/include/gmock/ |
| D | gmock-more-actions.h | 97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function 106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
|
| D | gmock-generated-function-mockers.h | 71 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/ |
| D | gmock-more-actions.h | 114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke( in Invoke() function 123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke( in Invoke() function
|
| D | gmock-generated-function-mockers.h | 75 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/ |
| D | string_number_conversions.cc | 106 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/ |
| D | thread.h | 159 ReturnT Invoke(const FunctorT& functor) { in Invoke() function
|
| /external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
| D | parse_testdata.cc | 258 class Invoke : public Message { class 260 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
|
| D | tflite_driver.cc | 347 void TfLiteDriver::Invoke() { in Invoke() function in tflite::testing::TfLiteDriver
|
| /external/tensorflow/tensorflow/lite/testing/ |
| D | parse_testdata.cc | 255 class Invoke : public Message { class 257 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) { in Invoke() function in tflite::testing::Invoke
|
| D | test_runner_test.cc | 35 void Invoke() override {} in Invoke() function in tflite::testing::__anon73a85d540111::ConcreteTestRunner
|
| D | tf_driver.cc | 248 void TfDriver::Invoke() { in Invoke() function in tflite::testing::TfDriver
|
| D | tflite_driver.cc | 355 void TfLiteDriver::Invoke() { in Invoke() function in tflite::testing::TfLiteDriver
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | test_util.cc | 147 void SingleOpModel::Invoke() { CHECK(interpreter_->Invoke() == kTfLiteOk); } in Invoke() function in tflite::SingleOpModel
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
| D | WasmEHPrepare.cpp | 361 if (const auto *Invoke = dyn_cast<InvokeInst>(TI)) in calculateWasmEHInfo() local
|
| /external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
| D | Interpreter.cs | 55 public void Invoke() { in Invoke() method in TensorFlowLite.Interpreter
|
| /external/tensorflow/tensorflow/lite/delegates/flex/ |
| D | test_util.cc | 26 bool FlexModelTest::Invoke() { return interpreter_->Invoke() == kTfLiteOk; } in Invoke() function in tflite::flex::testing::FlexModelTest
|
| /external/tensorflow/tensorflow/lite/experimental/micro/ |
| D | micro_interpreter.cc | 158 TfLiteStatus MicroInterpreter::Invoke() { in Invoke() function in tflite::MicroInterpreter
|
| /external/llvm/unittests/IR/ |
| D | InstructionsTest.cpp | 94 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/ |
| D | interpreter_wrapper.cc | 126 PyObject* InterpreterWrapper::Invoke() { in Invoke() function in tflite::interpreter_wrapper::InterpreterWrapper
|