HomeSort by relevance Sort by last modified time
    Searched refs:Invoke (Results 1 - 25 of 366) 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 12 using ::testing::Invoke;
29 .WillByDefault(Invoke(&RunCallbackWithTrue));
31 .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<1>(Invoke(this,
53 WithArgs<2>(Invoke(this, &MockAsyncMethodCaller::DoCallback)));
56 WithArgs<4>(Invoke(this
    [all...]
mock_homedir_methods.cc 9 using ::testing::Invoke;
24 WithArgs<2>(Invoke(this, &MockHomedirMethods::DoCallback)));
26 WithArgs<3>(Invoke(this, &MockHomedirMethods::DoMountCallback)));
28 WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
30 WithArgs<4>(Invoke(this, &MockHomedirMethods::DoCallback)));
32 WithArgs<3>(Invoke(this, &MockHomedirMethods::DoCallback)));
  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 23 .WillByDefault(Invoke(fake, &FakeLoginUtils::DoBrowserLaunch));
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::PrepareProfile));
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/mock/
mock_external_decoder_pcm16b.h 24 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/chromeos/attestation/
mock_attestation_flow.cc 12 using testing::Invoke;
40 .WillByDefault(Invoke(&fake_, &FakeServerProxy::SendEnrollRequest));
42 .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/chrome/browser/sync_file_system/
mock_local_change_processor.cc 15 using ::testing::Invoke;
22 .WillByDefault(Invoke(this,
mock_remote_file_sync_service.cc 16 using ::testing::Invoke;
26 .WillByDefault(Invoke(this, &self::AddServiceObserverStub));
28 .WillByDefault(Invoke(this, &self::AddFileStatusObserverStub));
30 .WillByDefault(Invoke(this, &self::RegisterOriginStub));
33 Invoke(this, &self::DeleteOriginDirectoryStub));
35 .WillByDefault(Invoke(this, &self::ProcessRemoteChangeStub));
39 .WillByDefault(Invoke(this, &self::GetCurrentStateStub));
  /external/chromium_org/content/browser/download/
mock_download_file.cc 24 .WillByDefault(::testing::Invoke(SuccessRun));
  /external/chromium_org/components/policy/core/common/
mock_configuration_policy_provider.cc 14 using testing::Invoke;
34 Invoke(this, &MockConfigurationPolicyProvider::RefreshWithSamePolicies));
  /external/chromium_org/tools/cr/cr/actions/
debugger.py 13 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):
45 """Invoke the program within a debugger."""
runner.py 50 def Invoke(self, targets, arguments):
51 """Invoke a target.
65 Default implementation is to do a Kill Invoke sequence.
69 self.Invoke(targets, arguments)
  /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/chrome/browser/chromeos/attestation/
attestation_policy_observer_unittest.cc 24 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(DBusCallbackFalse)))
    [all...]
  /external/chromium_org/tools/gn/
template.h 36 // Invoke the template. The values correspond to the state of the code
38 Value Invoke(Scope* scope,
  /external/chromium_org/sync/engine/
sync_scheduler_unittest.cc 32 using testing::Invoke;
285 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
301 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateNormalSuccess),
314 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
344 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
346 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
371 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureSuccess),
392 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
423 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed),
441 .WillOnce(DoAll(Invoke(sessions::test_util::SimulateConfigureFailed)
    [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_org/third_party/libjingle/source/talk/session/media/
channelmanager.cc 298 worker_thread_->Invoke<void>(Bind(&ChannelManager::Terminate_w, this));
322 return worker_thread_->Invoke<VoiceChannel*>(
348 worker_thread_->Invoke<void>(
369 return worker_thread_->Invoke<VideoChannel*>(
399 worker_thread_->Invoke<void>(
420 return worker_thread_->Invoke<DataChannel*>(
452 worker_thread_->Invoke<void>(
471 return worker_thread_->Invoke<Soundclip*>(
491 worker_thread_->Invoke<void>(
545 ret = worker_thread_->Invoke<bool>
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_processing/
audio_processing_impl_unittest.cc 19 using ::testing::Invoke;
37 .WillByDefault(Invoke(&mock, &MockInitialize::RealInitializeLocked));
  /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/remoting/host/setup/
daemon_installer_win.cc 126 HRESULT hr = dispatch::Invoke(update3_.get(), L"createAppBundleWeb",
137 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"initialize", DISPATCH_METHOD,
148 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"createApp", DISPATCH_METHOD,
155 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"checkForUpdate",
162 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"appWeb",
183 HRESULT hr = dispatch::Invoke(V_DISPATCH(&app_), L"currentState",
195 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"stateValue",
216 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"download",
228 hr = dispatch::Invoke(V_DISPATCH(&bundle_), L"install",
244 hr = dispatch::Invoke(V_DISPATCH(&current_state), L"errorCode"
    [all...]

Completed in 1014 milliseconds

1 2 3 4 5 6 7 8 91011>>