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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/media/video/
mock_video_decode_accelerator.cc 9 using ::testing::Invoke;
14 .WillByDefault(Invoke(this, &MockVideoDecodeAccelerator::DeleteThis));
  /external/chromium_org/chromeos/dbus/
mock_cryptohome_client.cc 10 using ::testing::Invoke;
27 .WillByDefault(Invoke(&RunCallbackWithTrue));
29 .WillByDefault(Invoke(&RunCallbackWithTrue));
  /external/chromium_org/chromeos/cryptohome/
mock_async_method_caller.cc 7 using ::testing::Invoke;
31 WithArgs<2>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
34 WithArgs<3>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
37 WithArgs<3>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
40 WithArgs<3>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
43 WithArgs<0>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
46 WithArgs<1>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
49 WithArgs<0>(Invoke(this,
53 WithArgs<1>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
56 WithArgs<1>(Invoke(this
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 21 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
23 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
  /external/chromium/chrome/browser/policy/
mock_configuration_policy_store.cc 10 using ::testing::Invoke;
14 Invoke(this, &MockConfigurationPolicyStore::ApplyToMap));
  /external/chromium_org/chrome/browser/sync_file_system/
mock_remote_file_sync_service.cc 16 using ::testing::Invoke;
25 .WillByDefault(Invoke(this, &self::AddServiceObserverStub));
27 .WillByDefault(Invoke(this, &self::AddFileStatusObserverStub));
29 .WillByDefault(Invoke(this, &self::RegisterOriginForTrackingChangesStub));
32 Invoke(this, &self::UnregisterOriginForTrackingChangesStub));
35 Invoke(this, &self::DeleteOriginDirectoryStub));
37 .WillByDefault(Invoke(this, &self::ProcessRemoteChangeStub));
45 .WillByDefault(Invoke(this, &self::SetConflictResolutionPolicyStub));
47 .WillByDefault(Invoke(this, &self::GetConflictResolutionPolicyStub));
mock_local_change_processor.cc 15 using ::testing::Invoke;
22 .WillByDefault(Invoke(this,
  /external/chromium_org/chromeos/attestation/
mock_attestation_flow.cc 11 using testing::Invoke;
37 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));
39 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendCertificateRequest));
  /external/chromium_org/content/browser/geolocation/
fake_access_token_store.cc 14 using testing::Invoke;
21 .WillByDefault(Invoke(this,
24 .WillByDefault(Invoke(this,
  /external/chromium_org/content/renderer/media/
mock_web_rtc_peer_connection_handler_client.cc 18 ON_CALL(*this, didGenerateICECandidate(_)).WillByDefault(testing::Invoke(
21 ON_CALL(*this, didAddRemoteStream(_)).WillByDefault(testing::Invoke(
24 ON_CALL(*this, didRemoveRemoteStream(_)).WillByDefault(testing::Invoke(
  /external/chromium_org/content/browser/download/
mock_download_file.cc 24 .WillByDefault(::testing::Invoke(SuccessRun));
  /art/runtime/entrypoints/interpreter/
interpreter_entrypoints.cc 40 method->Invoke(self, arg_array.GetArray(), arg_array.GetNumBytes(), result, mh.GetShorty()[0]);
42 method->Invoke(self, shadow_frame->GetVRegArgs(arg_offset),
  /external/chromium/chrome/browser/chromeos/login/
mock_auth_response_handler.cc 18 using ::testing::Invoke;
33 .WillByDefault(Invoke(this, &MockAuthResponseHandler::MockNetwork));
  /external/chromium/base/
string_number_conversions.cc 145 static bool Invoke(char c) {
152 static bool Invoke(char16 c) {
158 return WhitespaceHelper<CHAR>::Invoke(c);
176 static bool Invoke(const_iterator begin,
187 if (!Negative::Invoke(begin + 1, end, output)) {
194 if (!Positive::Invoke(begin, end, output)) {
211 static bool Invoke(const_iterator begin, const_iterator end,
392 return IteratorRangeToNumber<IteratorRangeToIntTraits>::Invoke(input.begin(),
401 return IteratorRangeToNumber<IteratorRangeToIntTraits>::Invoke(begin,
408 return IteratorRangeToNumber<CharBufferToIntTraits>::Invoke(begin
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
mock_cryptohome_library.h 14 using ::testing::Invoke;
30 WithArgs<2>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
33 WithArgs<3>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
36 WithArgs<3>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
39 WithArgs<0>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
42 WithArgs<1>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
45 WithArgs<0>(Invoke(this, &MockCryptohomeLibrary::DoCallback)));
  /external/clang/test/SemaCXX/
typo-correction.cpp 138 Invoke(); // expected-error{{use of undeclared identifier 'Invoke'}}
139 Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; did you mean 'revoke'?}}
140 Invoke("foo", "bar"); // expected-error{{use of undeclared identifier 'Invoke'}}
142 void Test2(void (*invoke)(const char *, int)) { // expected-note{{'invoke' declared here}}
143 Invoke(); // expected-error{{use of undeclared identifier 'Invoke'}}
    [all...]
  /external/chromium_org/chromeos/dbus/ibus/
ibus_panel_service_unittest.cc 24 using testing::Invoke;
231 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
238 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
245 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
252 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
259 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
266 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
273 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
280 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported));
286 .WillRepeatedly(Invoke(this, &IBusPanelServiceTest::OnMethodExported))
    [all...]
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 28 using testing::Invoke;
266 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
282 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
295 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
321 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
336 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
356 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
370 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
382 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
388 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_unittest.cc 22 using testing::Invoke;
210 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
228 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
250 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
277 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed),
279 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
310 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed),
312 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed),
314 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateSuccess),
348 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateCommitFailed)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
TypeExtensions.cs 77 public static object invoke( this MethodInfo method, object obj, params object[] parameters ) method in class:Antlr.Runtime.JavaExtensions.TypeExtensions
79 return method.Invoke( obj, parameters );
97 return type.GetConstructor( new Type[0] ).Invoke( new object[0] );
  /external/chromium/testing/gmock/test/
gmock-more-actions_test.cc 58 using testing::Invoke;
75 // Sample functions and functors for testing Invoke() and etc.
232 // Tests using Invoke() with a nullary function.
234 Action<int()> a = Invoke(Nullary); // NOLINT
238 // Tests using Invoke() with a unary function.
240 Action<bool(int)> a = Invoke(Unary); // NOLINT
245 // Tests using Invoke() with a binary function.
247 Action<const char*(const char*, short)> a = Invoke(Binary); // NOLINT
252 // Tests using Invoke() with a ternary function.
254 Action<int(int, char, short)> a = Invoke(Ternary); // NOLIN
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api_unittest.cc 30 using testing::Invoke;
118 .WillByDefault(Invoke(DoesKeyExistCallbackFalse));
120 .WillByDefault(Invoke(RegisterKeyCallbackTrue));
123 .WillByDefault(Invoke(SignChallengeCallbackTrue));
125 .WillByDefault(Invoke(GetCertificateCallbackTrue));
231 .WillRepeatedly(Invoke(DoesKeyExistCallbackFailed));
240 .WillRepeatedly(Invoke(GetCertificateCallbackFalse));
250 .WillRepeatedly(Invoke(SignChallengeCallbackFalse));
258 .WillRepeatedly(Invoke(DoesKeyExistCallbackTrue));
351 .WillRepeatedly(Invoke(DoesKeyExistCallbackFailed))
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
proxy.h 66 void Invoke(C* c, M m) { r_ = (c->*m)(); }
68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); }
70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); }
72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); }
84 void Invoke(C* c, M m) { (c->*m)(); }
86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); }
88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); }
90 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); }
108 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_);}
128 void OnMessage(talk_base::Message*) { r_.Invoke(c_, m_);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/dbus/
service_provider_test_helper.cc 16 using ::testing::Invoke;
52 .WillOnce(Invoke(this, &ServiceProviderTestHelper::MockExportMethod));
70 Invoke(this, &ServiceProviderTestHelper::MockCallMethodAndBlock));
90 .WillOnce(Invoke(this, &ServiceProviderTestHelper::MockSendSignal));
96 .WillOnce(Invoke(this, &ServiceProviderTestHelper::MockConnectToSignal));
  /external/chromium_org/chrome_frame/
com_type_info_holder.h 39 // to dispids. Also offers an Invoke method that simply forwards the call
40 // to ITypeInfo::Invoke.
51 // Calls ITypeInfo::Invoke.
52 HRESULT Invoke(IDispatch* p, DISPID dispid, WORD flags, DISPPARAMS* params,
122 HRESULT Invoke(IDispatch* p, DISPID dispid, REFIID riid, LCID lcid,
128 return type_info_->Invoke(p, dispid, flags, params, result, excepinfo,
157 STDMETHOD(Invoke)(DISPID dispid, REFIID riid, LCID lcid, WORD flags,
160 return type_info_.Invoke(static_cast<IDispatch*>(this), dispid, riid, lcid,

Completed in 2087 milliseconds

1 2 3 4 5 6 7 8 91011>>