HomeSort by relevance Sort by last modified time
    Searched refs:Invoke (Results 26 - 50 of 342) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libchrome/base/strings/
string_number_conversions.cc 104 static bool Invoke(char c) {
111 static bool Invoke(char16 c) {
117 return WhitespaceHelper<CHAR>::Invoke(c);
135 static bool Invoke(const_iterator begin,
149 } else if (!Negative::Invoke(begin + 1, end, output)) {
156 if (!Positive::Invoke(begin, end, output)) {
173 static bool Invoke(const_iterator begin, const_iterator end,
310 return IteratorRangeToNumber<StringPieceToNumberTraits<VALUE, 10> >::Invoke(
323 return IteratorRangeToNumber<StringPiece16ToNumberTraits<VALUE, 10> >::Invoke(
466 return IteratorRangeToNumber<HexIteratorRangeToIntTraits>::Invoke(
    [all...]
  /system/tpm/tpm_manager/server/
binder_service_test.cc 31 using testing::Invoke;
74 .WillOnce(WithArgs<1>(Invoke(
90 .WillOnce(Invoke(
117 .WillOnce(Invoke(
136 .WillOnce(Invoke([&owner_dependency](
159 .WillOnce(Invoke([nvram_index, nvram_length](
180 .WillOnce(Invoke([nvram_index](
201 .WillOnce(Invoke([nvram_index, nvram_data](
223 .WillOnce(Invoke([nvram_index, nvram_data](
247 .WillOnce(Invoke(
    [all...]
dbus_service_test.cc 34 using testing::Invoke;
94 .WillOnce(WithArgs<1>(Invoke(
109 .WillOnce(Invoke(
135 .WillOnce(Invoke(
153 .WillOnce(Invoke([&owner_dependency](
176 .WillOnce(Invoke([nvram_index, nvram_length](
197 .WillOnce(Invoke([nvram_index](
218 .WillOnce(Invoke([nvram_index, nvram_data](
240 .WillOnce(Invoke([nvram_index, nvram_data](
264 .WillOnce(Invoke(
    [all...]
  /external/libbrillo/brillo/dbus/
dbus_signal_handler.h 47 // DBusParamReader::Invoke() needs a functor object, not a base::Callback.
56 DBusParamReader<false, Args...>::Invoke(
dbus_object_internal_impl.h 25 // DBusParamReader using a lambda in DBusInvoker::Invoke() and redirect the call
89 if (!DBusParamReader<false, Args...>::Invoke(
126 if (!DBusParamReader<true, Args...>::Invoke(
176 if (!DBusParamReader<true, Args...>::Invoke(
192 // message used to invoke the method handler.
228 if (!DBusParamReader<true, Args...>::Invoke(
269 if (!DBusParamReader<false, Args...>::Invoke(
316 if (!DBusParamReader<false, Args...>::Invoke(
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy_test.cc 27 using testing::Invoke;
70 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
106 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
139 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
tpm_nvram_dbus_proxy_test.cc 27 using testing::Invoke;
70 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
104 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
139 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
175 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
210 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
244 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
283 .WillOnce(WithArgs<0, 2>(Invoke(fake_dbus_call)));
  /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(ignore_result_helper.functor_,
260 static R Invoke(CallbackType&& callback, RunArgs&&... args) {
283 return Traits::Invoke(std::forward<Functor>(functor)
    [all...]
  /external/mdnsresponder/mDNSWindows/DLLX/
_IDNSSDEvents_CP.h 37 hr = pConnection->Invoke(1, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
66 hr = pConnection->Invoke(2, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
99 hr = pConnection->Invoke(3, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
132 hr = pConnection->Invoke(4, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
166 hr = pConnection->Invoke(5, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
197 hr = pConnection->Invoke(6, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
231 hr = pConnection->Invoke(7, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
256 hr = pConnection->Invoke(8, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
290 hr = pConnection->Invoke(9, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
327 hr = pConnection->Invoke(10, IID_NULL, LOCALE_USER_DEFAULT, DISPATCH_METHOD, &params, NULL, NULL, NULL);
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 80 .WillOnce(Invoke(this, &ScreenCapturerMacTest::CaptureDoneCallback1))
81 .WillOnce(Invoke(this, &ScreenCapturerMacTest::CaptureDoneCallback2));
  /system/tpm/trunks/
background_command_transceiver_test.cc 32 using testing::Invoke;
66 .WillRepeatedly(WithArgs<1>(Invoke(GetThreadNameAndCall)));
  /external/webrtc/webrtc/base/
thread_unittest.cc 171 // Function objects to test Thread::Invoke.
267 TEST(ThreadTest, Invoke) {
272 EXPECT_EQ(42, thread.Invoke<int>(FunctorA()));
275 thread.Invoke<void>(f2);
282 EXPECT_EQ(999, thread.Invoke<int>(&LocalFuncs::Func1));
283 thread.Invoke<void>(&LocalFuncs::Func2);
286 // Verifies that two threads calling Invoke on each other at the same time does
299 thread->Invoke<void>(Bind(&Set, out));
304 other_thread.Invoke<void>(
311 // to invoke A at the same time, thread A does not handle C's invoke whil
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportcontroller.cc 48 worker_thread_->Invoke<void>(
55 return worker_thread_->Invoke<bool>(rtc::Bind(
60 worker_thread_->Invoke<void>(
65 worker_thread_->Invoke<void>(
71 return worker_thread_->Invoke<bool>(rtc::Bind(
77 return worker_thread_->Invoke<bool>(rtc::Bind(
84 return worker_thread_->Invoke<bool>(
92 return worker_thread_->Invoke<bool>(
102 return worker_thread_->Invoke<bool>(
112 return worker_thread_->Invoke<bool>
    [all...]
  /external/clang/test/SemaCXX/
typo-correction.cpp 139 Invoke(); // expected-error{{use of undeclared identifier 'Invoke'}}
140 Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean 'revoke'?}}
141 Invoke("foo", "bar"); // expected-error{{use of undeclared identifier 'Invoke'}}
143 void Test2(void (*invoke)(const char *, int)) { // expected-note{{'invoke' declared here}}
144 Invoke(); // expected-error{{use of undeclared identifier 'Invoke'}}
    [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(
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/
transport_feedback_adapter_unittest.cc 27 using ::testing::Invoke;
145 .WillOnce(Invoke(
187 .WillOnce(Invoke([expected_packets,
224 .WillOnce(Invoke([expected_packets, this](
293 .WillOnce(Invoke([sent_packets, &received_feedback](
312 .WillOnce(Invoke(
  /system/tpm/attestation/server/
dbus_service_test.cc 31 using testing::Invoke;
85 Invoke([](const CreateGoogleAttestedKeyRequest& request,
117 Invoke([](const AttestationInterface::CreateGoogleAttestedKeyCallback&
141 Invoke([](const GetKeyInfoRequest& request,
175 .WillOnce(Invoke(
202 .WillOnce(Invoke([](
239 Invoke([](const ActivateAttestationKeyRequest& request,
272 .WillOnce(Invoke([](
307 Invoke([](const DecryptRequest& request,
334 .WillOnce(Invoke([](const SignRequest& request
    [all...]
  /art/runtime/interpreter/
unstarted_runtime.h 50 static void Invoke(Thread* self,
  /external/flatbuffers/tests/FlatBuffers.Test/
Program.cs 45 method.Invoke(inst, new object[] { });
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 138 .WillByDefault(Invoke(raw_foo, &MockFoo::Delete));
179 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete));
283 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete));
380 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete));
  /external/libbrillo/brillo/streams/
memory_containers_unittest.cc 16 using testing::Invoke;
112 .WillOnce(DoAll(WithArgs<1>(Invoke(OnReadError)), Return(nullptr)));
179 .WillOnce(DoAll(WithArgs<1>(Invoke(OnWriteError)), Return(false)));
201 .WillOnce(DoAll(WithArgs<1>(Invoke(OnWriteError)), Return(nullptr)));
  /external/v8/testing/gmock/test/
gmock-nice-strict_test.cc 138 .WillByDefault(Invoke(raw_foo, &MockFoo::Delete));
179 .WillByDefault(Invoke(nice_foo, &MockFoo::Delete));
283 .WillByDefault(Invoke(naggy_foo, &MockFoo::Delete));
380 .WillByDefault(Invoke(strict_foo, &MockFoo::Delete));
  /frameworks/rs/
rsScriptC.h 37 void Invoke(Context *rsc, uint32_t slot, const void *data, size_t len) override;

Completed in 607 milliseconds

12 3 4 5 6 7 8 91011>>