HomeSort by relevance Sort by last modified time
    Searched defs:Invoke (Results 1 - 25 of 131) sorted by null

1 2 3 4 5 6

  /external/libbrillo/brillo/dbus/
dbus_param_reader.h 11 // arguments to the back to the next call to DBusInvoke::Invoke's arguments as
47 // DBusParamReader::Invoke() is a member function that actually extracts the
55 static bool Invoke(const CallbackType& handler,
100 // Call DBusParamReader::Invoke() to process the rest of parameters.
104 // all the parameters to the arguments of Invoke() and append the current
108 return DBusParamReader<allow_out_params, RestOfParams...>::Invoke(
128 // Call DBusParamReader::Invoke() to process the rest of parameters.
132 // all the parameters to the arguments of Invoke() and append the current
134 return DBusParamReader<allow_out_params, RestOfParams...>::Invoke(
147 static bool Invoke(const CallbackType& handler
    [all...]
  /external/google-breakpad/src/testing/include/gmock/
gmock-more-actions.h 46 // Implements the Invoke(f) action. The template argument
48 // function pointer or a functor. Invoke(f) can be used as an
61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
70 // Implements the Invoke(object_ptr, &Class::Method) action.
92 // Various overloads for Invoke().
97 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
106 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /external/googletest/googlemock/include/gmock/
gmock-more-actions.h 46 // Implements the Invoke(f) action. The template argument
48 // function pointer or a functor. Invoke(f) can be used as an
61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
70 // Implements the Invoke(object_ptr, &Class::Method) action.
109 // Various overloads for Invoke().
114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /external/v8/testing/gmock/include/gmock/
gmock-more-actions.h 46 // Implements the Invoke(f) action. The template argument
48 // function pointer or a functor. Invoke(f) can be used as an
61 return InvokeHelper<Result, ArgumentTuple>::Invoke(function_impl_, args);
70 // Implements the Invoke(object_ptr, &Class::Method) action.
109 // Various overloads for Invoke().
114 PolymorphicAction<internal::InvokeAction<FunctionImpl> > Invoke(
123 PolymorphicAction<internal::InvokeMethodAction<Class, MethodPtr> > Invoke(
  /frameworks/rs/
rsScriptIntrinsic.cpp 76 void ScriptIntrinsic::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) {
rsScriptC.cpp 241 void ScriptC::Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) {
253 ALOGV("%p ScriptC::Invoke invoking slot %i, ptr %p", rsc, slot, this);
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.cc 172 void TfDriver::Invoke() {
177 Invalidate("Failed to invoke interpreter");
parse_testdata.cc 250 // Process an 'invoke' message, triggering execution of the test runner, as
251 // well as verification of outputs. An 'invoke' message looks like:
252 // invoke {
257 class Invoke : public Message {
259 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) {
282 test_runner_->Invoke();
335 if (s == "invoke") {
337 return Store(new Invoke(test_runner_));
tflite_driver.cc 231 void TfLiteDriver::Invoke() {
233 if (interpreter_->Invoke() != kTfLiteOk) {
234 Invalidate("Failed to invoke interpreter");
  /frameworks/ml/nn/common/operations/
EmbeddingLookupTest.cpp 91 void Invoke() {
162 m.Invoke();
HashtableLookupTest.cpp 105 void Invoke() {
173 m.Invoke();
LSHProjectionTest.cpp 101 void Invoke() {
150 m.Invoke();
161 m.Invoke();
RNNTest.cpp 215 void Invoke() {
323 rnn.Invoke();
LSTMTest.cpp 185 void Invoke() {
373 lstm.Invoke();
479 lstm.Invoke();
    [all...]
SVDFTest.cpp 254 void Invoke() {
373 svdf.Invoke();
435 svdf.Invoke();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msdaosp.h 65 HRESULT (WINAPI *Invoke)(DataSourceObject *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
78 #define DataSourceObject_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
certmod.h 76 HRESULT (WINAPI *Invoke)(ICertManageModule *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr);
92 #define ICertManageModule_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr)
  /external/libchrome/base/
bind_internal.h 150 Invoke(const Functor& functor, RunArgs&&... args) {
163 static R Invoke(R (*function)(Args...), RunArgs&&... args) {
178 static R Invoke(R(__stdcall* function)(Args...), RunArgs&&... args) {
191 static R Invoke(R(__fastcall* function)(Args...), RunArgs&&... args) {
206 static R Invoke(R (Receiver::*method)(Args...),
226 static R Invoke(R (Receiver::*method)(Args...) const,
245 static void Invoke(IgnoreResultType&& ignore_result_helper,
247 FunctorTraits<T>::Invoke(
262 static R Invoke(CallbackType&& callback, RunArgs&&... args) {
285 return Traits::Invoke(std::forward<Functor>(functor)
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/
nnapi_delegate.cc 391 TfLiteStatus NNAPIDelegate::Invoke(Interpreter* interpreter) {
interpreter.cc 373 TfLiteStatus Interpreter::Invoke() {
375 ReportError(&context_, "Invoke called on model that is not consistent.");
379 ReportError(&context_, "Invoke called on model that is not ready.");
386 TF_LITE_ENSURE_OK(&context_, nnapi_delegate_->Invoke(this));
399 // Note that calling Invoke repeatedly will cause the original memory plan to
  /external/webrtc/talk/app/webrtc/
proxy.h 67 void Invoke(C* c, M m) { r_ = (c->*m)(); }
69 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); }
71 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); }
73 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); }
76 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4) {
81 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3, T4 a4, T5 a5) {
95 void Invoke(C* c, M m) { (c->*m)(); }
97 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); }
99 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); }
101 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3);
    [all...]
  /external/webrtc/webrtc/base/
thread.h 107 // (Invoke) for a given scope. If a synchronous call is made while this is in
151 // Convenience method to invoke a functor on another thread. Caller must
155 // Ex: bool result = thread.Invoke<bool>(&MyFunctionReturningBool);
159 ReturnT Invoke(const FunctorT& functor) {
257 // Used for tracking performance of Invoke calls.
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method.h 79 // Utility class to invoke a method with arguments packed in a tuple.
83 // Utility class to invoke a method with arguments packed in a tuple.
98 Return Invoke() {
205 .Invoke();
242 .Invoke();
282 .Invoke();
336 static typename rpc::EnableIfDirectReturn<R, Status<R>> Invoke(Client& client,
346 static typename rpc::EnableIfNotDirectReturn<R, Status<R>> Invoke(
457 template Invoke<typename RemoteMethodType::Return>(
  /external/tensorflow/tensorflow/contrib/lite/kernels/
test_util.cc 197 void SingleOpModel::Invoke() { CHECK(interpreter_->Invoke() == kTfLiteOk); }
  /external/v8/src/
execution.cc 58 MUST_USE_RESULT MaybeHandle<Object> Invoke(
181 return Invoke(isolate, false, callable, receiver, argc, argv,
207 return Invoke(isolate, true, constructor,

Completed in 748 milliseconds

1 2 3 4 5 6