Searched refs:Invoke (Results 1 - 25 of 247) sorted by relevance

12345678910

/external/chromium_org/media/video/
H A Dmock_video_decode_accelerator.cc9 using ::testing::Invoke;
14 .WillByDefault(Invoke(this, &MockVideoDecodeAccelerator::DeleteThis));
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.cc12 using ::testing::Invoke;
29 .WillByDefault(Invoke(&RunCallbackWithTrue));
31 .WillByDefault(Invoke(&RunCallbackWithTrue));
/external/chromium_org/chromeos/cryptohome/
H A Dmock_async_method_caller.cc7 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<1>(Invoke(this,
53 WithArgs<2>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
56 WithArgs<4>(Invoke(thi
[all...]
H A Dmock_homedir_methods.cc12 using ::testing::Invoke;
27 WithArgs<2>(Invoke(this, &MockHomedirMethods::DoGetDataCallback)));
29 WithArgs<2>(Invoke(this, &MockHomedirMethods::DoCallback)));
31 WithArgs<3>(Invoke(this, &MockHomedirMethods::DoMountCallback)));
33 WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
35 WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
37 WithArgs<3>(Invoke(this, &MockHomedirMethods::DoCallback)));
/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_login_utils.cc23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
/external/chromium_org/chromeos/attestation/
H A Dmock_attestation_flow.cc12 using testing::Invoke;
40 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));
42 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendCertificateRequest));
/external/chromium_org/content/browser/geolocation/
H A Dfake_access_token_store.cc14 using testing::Invoke;
21 .WillByDefault(Invoke(this,
24 .WillByDefault(Invoke(this,
/external/chromium_org/content/renderer/media/
H A Dmock_web_rtc_peer_connection_handler_client.cc18 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/chrome/browser/sync_file_system/
H A Dmock_local_change_processor.cc16 using ::testing::Invoke;
23 .WillByDefault(Invoke(this,
H A Dmock_remote_file_sync_service.cc17 using ::testing::Invoke;
27 .WillByDefault(Invoke(this, &self::AddServiceObserverStub));
29 .WillByDefault(Invoke(this, &self::AddFileStatusObserverStub));
31 .WillByDefault(Invoke(this, &self::RegisterOriginStub));
34 Invoke(this, &self::DeleteOriginDirectoryStub));
36 .WillByDefault(Invoke(this, &self::ProcessRemoteChangeStub));
40 .WillByDefault(Invoke(this, &self::GetCurrentStateStub));
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
H A Dmock_external_decoder_pcm16b.h24 using ::testing::Invoke;
59 .WillByDefault(Invoke(&real_, &ExternalPcm16B::Decode));
61 .WillByDefault(Invoke(&real_, &ExternalPcm16B::HasDecodePlc));
63 .WillByDefault(Invoke(&real_, &ExternalPcm16B::DecodePlc));
65 .WillByDefault(Invoke(&real_, &ExternalPcm16B::Init));
67 .WillByDefault(Invoke(&real_, &ExternalPcm16B::IncomingPacket));
69 .WillByDefault(Invoke(&real_, &ExternalPcm16B::ErrorCode));
71 .WillByDefault(Invoke(&real_, &ExternalPcm16B::codec_type));
/external/chromium_org/content/browser/download/
H A Dmock_download_file.cc24 .WillByDefault(::testing::Invoke(SuccessRun));
/external/chromium_org/components/policy/core/common/
H A Dmock_configuration_policy_provider.cc14 using testing::Invoke;
34 Invoke(this, &MockConfigurationPolicyProvider::RefreshWithSamePolicies));
/external/chromium_org/gpu/command_buffer/service/
H A Dmocks.cc10 using testing::Invoke;
21 .WillByDefault(Invoke(this, &AsyncAPIMock::FakeDoCommands));
/external/chromium_org/tools/cr/cr/actions/
H A Ddebugger.py13 Implementations must override the Invoke and Attach methods.
33 Defaults to a Kill Invoke sequence.
36 self.Invoke(targets, arguments)
44 def Invoke(self, targets, arguments): member in class:Debugger
45 """Invoke the program within a debugger."""
H A Dgdb.py20 def Invoke(self, targets, arguments): member in class:GdbDebugger
H A Drunner.py50 def Invoke(self, targets, arguments): member in class:Runner
51 """Invoke a target.
65 Default implementation is to do a Kill Invoke sequence.
69 self.Invoke(targets, arguments)
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp138 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'}}
143 Invoke(); // expected-error{{use of undeclared identifier 'Invoke'}}
144 Invoke("foo"); // expected-error{{use of undeclared identifier 'Invoke'; di
[all...]
/external/chromium_org/chrome/browser/chromeos/attestation/
H A Dattestation_policy_observer_unittest.cc24 using testing::Invoke;
114 .WillRepeatedly(WithArgs<3>(Invoke(DBusCallbackTrue)));
116 .WillRepeatedly(WithArgs<3>(Invoke(FakeDBusData(certificate))));
119 .WillRepeatedly(WithArgs<3>(Invoke(DBusCallbackFalse)));
126 .WillRepeatedly(WithArgs<3>(Invoke(
138 .WillOnce(WithArgs<1>(Invoke(StatusCallbackSuccess)));
141 .WillOnce(WithArgs<4>(Invoke(DBusCallbackTrue)));
149 .WillOnce(WithArgs<4>(Invoke(CertCallbackSuccess)));
237 .WillOnce(WithArgs<3>(Invoke(DBusCallbackError)))
238 .WillRepeatedly(WithArgs<3>(Invoke(DBusCallbackFals
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DTypeExtensions.cs79 return method.Invoke( obj, parameters );
97 return type.GetConstructor( new Type[0] ).Invoke( new object[0] );
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannelmanager.cc143 worker_thread_->Invoke<bool>(
296 worker_thread_->Invoke<void>(Bind(&ChannelManager::Terminate_w, this));
320 return worker_thread_->Invoke<VoiceChannel*>(
346 worker_thread_->Invoke<void>(
367 return worker_thread_->Invoke<VideoChannel*>(
397 worker_thread_->Invoke<void>(
418 return worker_thread_->Invoke<DataChannel*>(
450 worker_thread_->Invoke<void>(
469 return worker_thread_->Invoke<Soundclip*>(
489 worker_thread_->Invoke<voi
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/
H A Daudio_processing_impl_unittest.cc19 using ::testing::Invoke;
37 .WillByDefault(Invoke(&mock, &MockInitialize::RealInitializeLocked));
/external/chromium_org/sync/engine/
H A Dsync_scheduler_unittest.cc32 using testing::Invoke;
305 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
321 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
334 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
364 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
366 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
391 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
412 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
443 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
461 .WillOnce(DoAll(Invoke(session
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dproxy.h66 void Invoke(C* c, M m) { r_ = (c->*m)(); } function in class:webrtc::ReturnType
68 void Invoke(C* c, M m, T1 a1) { r_ = (c->*m)(a1); } function in class:webrtc::ReturnType
70 void Invoke(C* c, M m, T1 a1, T2 a2) { r_ = (c->*m)(a1, a2); } function in class:webrtc::ReturnType
72 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { r_ = (c->*m)(a1, a2, a3); } function in class:webrtc::ReturnType
84 void Invoke(C* c, M m) { (c->*m)(); } function in class:webrtc::ReturnType
86 void Invoke(C* c, M m, T1 a1) { (c->*m)(a1); } function in class:webrtc::ReturnType
88 void Invoke(C* c, M m, T1 a1, T2 a2) { (c->*m)(a1, a2); } function in class:webrtc::ReturnType
90 void Invoke(C* c, M m, T1 a1, T2 a2, T3 a3) { (c->*m)(a1, a2, a3); } function in class:webrtc::ReturnType
108 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_);}
128 void OnMessage(rtc::Message*) { r_.Invoke(c
[all...]
/external/chromium_org/chrome/browser/chromeos/dbus/
H A Dservice_provider_test_helper.cc16 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));

Completed in 4001 milliseconds

12345678910