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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 26 EXPECT_CALL(*gl_, BlendColor(0.0f, 0.0f, 0.0f, 0.0f))
29 EXPECT_CALL(*gl_, BlendEquationSeparate(GL_FUNC_ADD, GL_FUNC_ADD))
32 EXPECT_CALL(*gl_, BlendFuncSeparate(GL_ONE, GL_ZERO, GL_ONE, GL_ZERO))
35 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f))
38 EXPECT_CALL(*gl_, ClearDepth(1.0f))
41 EXPECT_CALL(*gl_, ClearStencil(0))
44 EXPECT_CALL(*gl_, ColorMask(true, true, true, true))
47 EXPECT_CALL(*gl_, CullFace(GL_BACK))
50 EXPECT_CALL(*gl_, DepthFunc(GL_LESS))
53 EXPECT_CALL(*gl_, DepthMask(true)
    [all...]
  /external/chromium_org/chrome/browser/sync/
sync_startup_tracker_unittest.cc 44 EXPECT_CALL(*mock_pss_, AddObserver(_)).Times(AnyNumber());
45 EXPECT_CALL(*mock_pss_, RemoveObserver(_)).Times(AnyNumber());
46 EXPECT_CALL(*mock_pss_, GetAuthError()).
57 EXPECT_CALL(*mock_pss_, GetAuthError())
59 EXPECT_CALL(*mock_pss_, sync_initialized()).WillRepeatedly(Return(false));
60 EXPECT_CALL(*mock_pss_, HasUnrecoverableError())
62 EXPECT_CALL(*mock_pss_, IsSyncEnabledAndLoggedIn())
74 EXPECT_CALL(*mock_pss_, sync_initialized()).WillRepeatedly(Return(true));
75 EXPECT_CALL(*mock_pss_, IsSyncEnabledAndLoggedIn())
77 EXPECT_CALL(observer_, SyncStartupCompleted())
    [all...]
sync_ui_util_unittest.cc 53 EXPECT_CALL(*service, HasSyncSetupCompleted())
57 EXPECT_CALL(*service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error));
83 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
85 EXPECT_CALL(service, IsPassphraseRequired())
87 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
101 EXPECT_CALL(service, QueryDetailedSyncStatus(_))
104 EXPECT_CALL(service, IsPassphraseRequired())
106 EXPECT_CALL(service, IsPassphraseRequiredForDecryption())
108 EXPECT_CALL(service, HasSyncSetupCompleted())
113 EXPECT_CALL(service, GetAuthError()).WillRepeatedly(ReturnRef(auth_error))
    [all...]
  /external/chromium_org/third_party/angle_dx11/tests/preprocessor_tests/
error_test.cpp 20 EXPECT_CALL(mDirectiveHandler, handleError(pp::SourceLocation(0, 1), ""));
22 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
33 EXPECT_CALL(mDirectiveHandler,
36 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
47 EXPECT_CALL(mDirectiveHandler,
50 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
71 EXPECT_CALL(mDirectiveHandler,
74 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
86 EXPECT_CALL(mDirectiveHandler,
89 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::EOF_IN_DIRECTIVE, _, _))
    [all...]
pragma_test.cpp 21 EXPECT_CALL(mDirectiveHandler, handlePragma(_, _, _)).Times(0);
23 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
34 EXPECT_CALL(mDirectiveHandler,
37 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
48 EXPECT_CALL(mDirectiveHandler,
51 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
76 EXPECT_CALL(mDirectiveHandler,
79 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
91 EXPECT_CALL(mDirectiveHandler,
94 EXPECT_CALL(mDiagnostics, print(pp::Diagnostics::EOF_IN_DIRECTIVE, _, _))
    [all...]
  /external/chromium/chrome/browser/automation/
automation_tab_helper_unittest.cc 65 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(_));
66 EXPECT_CALL(check, Call());
79 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
81 EXPECT_CALL(check, Call());
82 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()))
95 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()));
96 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents()));
108 EXPECT_CALL(mock_observer_, OnFirstPendingLoad(contents()))
110 EXPECT_CALL(check, Call());
111 EXPECT_CALL(mock_observer_, OnNoMorePendingLoads(contents())
    [all...]
  /external/chromium_org/chromeos/dbus/
mock_dbus_thread_manager.cc 68 EXPECT_CALL(*this, GetCryptohomeClient())
70 EXPECT_CALL(*this, GetBluetoothAdapterClient())
72 EXPECT_CALL(*this, GetBluetoothAgentManagerClient())
74 EXPECT_CALL(*this, GetBluetoothDeviceClient())
76 EXPECT_CALL(*this, GetBluetoothInputClient())
78 EXPECT_CALL(*this, GetBluetoothProfileManagerClient())
80 EXPECT_CALL(*this, GetShillDeviceClient())
82 EXPECT_CALL(*this, GetShillIPConfigClient())
84 EXPECT_CALL(*this, GetShillManagerClient())
86 EXPECT_CALL(*this, GetShillProfileClient()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
cros_in_process_browser_test.cc 37 EXPECT_CALL(*mock_network_library_, AddNetworkProfileObserver(_))
39 EXPECT_CALL(*mock_network_library_, AddNetworkManagerObserver(_))
41 EXPECT_CALL(*mock_network_library_, AddNetworkDeviceObserver(_, _))
43 EXPECT_CALL(*mock_network_library_, RemoveNetworkProfileObserver(_))
45 EXPECT_CALL(*mock_network_library_, RemoveNetworkManagerObserver(_))
47 EXPECT_CALL(*mock_network_library_, RemoveNetworkDeviceObserver(_, _))
49 EXPECT_CALL(*mock_network_library_, RemoveObserverForAllNetworks(_))
51 EXPECT_CALL(*mock_network_library_, FindCellularDevice())
54 EXPECT_CALL(*mock_network_library_, FindEthernetDevice())
57 EXPECT_CALL(*mock_network_library_, ethernet_available()
    [all...]
  /external/chromium_org/remoting/client/
key_event_mapper_unittest.cc 68 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(i, true)));
69 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(i, false)));
72 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(3, true)));
73 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(3, false)));
91 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, true)));
92 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, false)));
93 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, true)));
94 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, false)));
95 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(4, true)));
96 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(4, false)))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
network_screen_browsertest.cc 59 EXPECT_CALL(*mock_login_library_, EmitLoginPromptReady())
61 EXPECT_CALL(*mock_login_library_,RequestRetrieveProperty(_,_,_))
67 EXPECT_CALL(*mock_network_library_, ethernet_connected())
70 EXPECT_CALL(*mock_network_library_, ethernet_connecting())
73 EXPECT_CALL(*mock_network_library_, wifi_connected())
76 EXPECT_CALL(*mock_network_library_, FindWifiDevice())
78 EXPECT_CALL(*mock_network_library_, FindEthernetDevice())
84 EXPECT_CALL(*mock_network_library_, wifi_available())
87 EXPECT_CALL(*mock_network_library_, wifi_enabled())
90 EXPECT_CALL(*mock_network_library_, wifi_connecting()
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_tts_apitest.cc 64 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
66 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _))
68 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
75 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
77 EXPECT_CALL(mock_platform_impl_, Speak(_, _, _, _, _, _))
79 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
89 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
91 EXPECT_CALL(mock_platform_impl_, Speak("text 1", _, _, _, _, _))
95 EXPECT_CALL(mock_platform_impl_, IsSpeaking())
101 EXPECT_CALL(mock_platform_impl_, StopSpeaking()
    [all...]
  /external/chromium_org/remoting/client/plugin/
mac_key_event_processor_unittest.cc 55 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, true)));
56 EXPECT_CALL(stub, InjectKeyEvent(EqualsUsbEvent(kUsbCapsLock, false)));
71 EXPECT_CALL(stub, InjectKeyEvent(
73 EXPECT_CALL(stub, InjectKeyEvent(
91 EXPECT_CALL(stub, InjectKeyEvent(
93 EXPECT_CALL(stub, InjectKeyEvent(
95 EXPECT_CALL(stub, InjectKeyEvent(
97 EXPECT_CALL(stub, InjectKeyEvent(
101 EXPECT_CALL(stub, InjectKeyEvent(
103 EXPECT_CALL(stub, InjectKeyEvent
    [all...]
  /external/chromium_org/remoting/protocol/
input_event_tracker_unittest.cc 83 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, true)));
84 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, false)));
85 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, true)));
86 EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, false)));
88 EXPECT_CALL(mock_stub,
90 EXPECT_CALL(mock_stub,
112 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(3, true)));
113 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, true)));
114 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(1, false)));
115 injects += EXPECT_CALL(mock_stub, InjectKeyEvent(EqualsUsbEvent(2, true)))
    [all...]
mouse_input_filter_unittest.cc 49 EXPECT_CALL(mock_stub, InjectMouseEvent(_))
61 EXPECT_CALL(mock_stub, InjectMouseEvent(_))
73 EXPECT_CALL(mock_stub, InjectMouseEvent(_))
89 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(0, 10))).
91 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(15, 39))).
93 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(15, 25))).
96 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(10, 0))).
98 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(39, 15))).
100 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(25, 15))).
117 EXPECT_CALL(mock_stub, InjectMouseEvent(EqualsMouseMoveEvent(0, 20)))
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 70 EXPECT_CALL(*loader_, Load(_))
171 EXPECT_CALL(*mock_input_method_library_, AddObserver(_))
174 EXPECT_CALL(*mock_input_method_library_, GetActiveInputMethods())
178 EXPECT_CALL(*mock_input_method_library_, GetSupportedInputMethods())
182 EXPECT_CALL(*mock_input_method_library_, GetKeyboardOverlayId(_))
186 EXPECT_CALL(*mock_input_method_library_, current_input_method())
190 EXPECT_CALL(*mock_input_method_library_, previous_input_method())
194 EXPECT_CALL(*mock_input_method_library_, current_ime_properties())
198 EXPECT_CALL(*mock_input_method_library_, GetNumActiveInputMethods())
202 EXPECT_CALL(*mock_input_method_library_, SetImeConfig(_, _, _)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 66 EXPECT_CALL(profile_, GetBookmarkModel()).
68 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(true));
72 EXPECT_CALL(*model_associator_, CryptoReadyIfNecessary()).
74 EXPECT_CALL(*profile_sync_factory_, CreateBookmarkSyncComponents(_, _));
75 EXPECT_CALL(*model_associator_, SyncModelHasUserCreatedNodes(_)).
77 EXPECT_CALL(*model_associator_, AssociateModels()).
79 EXPECT_CALL(service_, ActivateDataType(_, _));
83 EXPECT_CALL(service_, DeactivateDataType(_, _));
84 EXPECT_CALL(*model_associator_, DisassociateModels());
105 EXPECT_CALL(start_callback_, Run(DataTypeController::OK, _))
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller_mock.cc 14 EXPECT_CALL(*this, GetHeader()).
16 EXPECT_CALL(*this, GetSubtext()).
  /external/chromium/chrome/browser/sync/
js_event_handler_list_unittest.cc 34 EXPECT_CALL(backend, SetParentJsEventRouter(&event_handlers)).Times(2);
36 EXPECT_CALL(backend, RemoveParentJsEventRouter()).Times(2);
37 EXPECT_CALL(backend, ProcessMessage("test1", HasArgs(args2), &handler1));
38 EXPECT_CALL(backend, ProcessMessage("test2", HasArgs(args1), &handler2));
40 EXPECT_CALL(handler1, HandleJsEvent("reply1", HasArgs(args2)));
41 EXPECT_CALL(handler1, HandleJsEvent("allreply", HasArgs(args1)));
43 EXPECT_CALL(handler2, HandleJsEvent("reply2", HasArgs(args1)));
44 EXPECT_CALL(handler2, HandleJsEvent("allreply", HasArgs(args1)));
45 EXPECT_CALL(handler2, HandleJsEvent("anotherreply2", HasArgs(args2)));
46 EXPECT_CALL(handler2, HandleJsEvent("anotherallreply", HasArgs(args2)))
    [all...]
profile_sync_service_startup_unittest.cc 80 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)).
95 EXPECT_CALL(*data_type_manager, Configure(_)).Times(0);
102 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
111 EXPECT_CALL(*data_type_manager, Configure(_)).Times(3);
112 EXPECT_CALL(*data_type_manager, state()).
114 EXPECT_CALL(*data_type_manager, Stop()).Times(1);
115 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
129 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
130 EXPECT_CALL(*data_type_manager, state()).
132 EXPECT_CALL(*data_type_manager, Stop()).Times(1)
    [all...]
  /external/chromium_org/chrome/browser/speech/extension_api/
tts_extension_apitest.cc 148 EXPECT_CALL(mock_platform_impl_, GetVoices(_))
157 EXPECT_CALL(mock_platform_impl_, IsSpeaking());
160 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
162 EXPECT_CALL(mock_platform_impl_, Speak(_, "", _, _, _))
164 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
166 EXPECT_CALL(mock_platform_impl_, Speak(_, "Alpha", _, _, _))
168 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
170 EXPECT_CALL(mock_platform_impl_, Speak(_, "Bravo", _, _, _))
172 EXPECT_CALL(mock_platform_impl_, StopSpeaking())
174 EXPECT_CALL(mock_platform_impl_, Speak(_, "Charlie", _, _, _)
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
kernel_wrap_test.cc 88 EXPECT_CALL(mock, open(_, _))
93 EXPECT_CALL(mock, mount(_, _, _, _, _))
111 EXPECT_CALL(mock, access(StrEq("access"), 12)).Times(1);
116 EXPECT_CALL(mock, chdir(StrEq("chdir"))).Times(1);
121 EXPECT_CALL(mock, chmod(StrEq("chmod"), 23)).Times(1);
128 EXPECT_CALL(mock, chown(StrEq("chown"), uid, gid)).Times(1);
133 EXPECT_CALL(mock, close(34)).Times(1);
138 EXPECT_CALL(mock, dup(DUMMY_FD)).Times(1);
143 EXPECT_CALL(mock, dup2(DUMMY_FD, 234)).Times(1);
150 EXPECT_CALL(mock, fchown(DUMMY_FD, uid, gid)).Times(1)
    [all...]
  /external/chromium_org/chrome/browser/download/
all_download_item_notifier_unittest.cc 62 EXPECT_CALL(*download_manager_.get(), AddObserver(_));
86 EXPECT_CALL(manager(), GetAllDownloads(_))
88 EXPECT_CALL(item(), AddObserver(_));
91 EXPECT_CALL(observer(), OnDownloadUpdated(&manager(), &item()));
94 EXPECT_CALL(observer(), OnDownloadOpened(&manager(), &item()));
97 EXPECT_CALL(observer(), OnDownloadRemoved(&manager(), &item()));
100 EXPECT_CALL(item(), RemoveObserver(NotifierAsItemObserver()));
101 EXPECT_CALL(manager(), RemoveObserver(NotifierAsManagerObserver()));
107 EXPECT_CALL(manager(), GetAllDownloads(_));
110 EXPECT_CALL(item(), AddObserver(NotifierAsItemObserver()))
    [all...]
  /external/chromium_org/chrome/common/
content_settings_pattern_parser_unittest.cc 35 EXPECT_CALL(builder, WithSchemeWildcard()).Times(1).WillOnce(
37 EXPECT_CALL(builder, WithDomainWildcard()).Times(1).WillOnce(
39 EXPECT_CALL(builder, WithPortWildcard()).Times(1).WillOnce(
44 EXPECT_CALL(builder, WithScheme("http")).Times(1).WillOnce(
46 EXPECT_CALL(builder, WithHost("www.youtube.com")).Times(1).WillOnce(
48 EXPECT_CALL(builder, WithPort("8080")).Times(1).WillOnce(
54 EXPECT_CALL(builder, WithSchemeWildcard()).Times(1).WillOnce(
56 EXPECT_CALL(builder, WithHost("www.gmail.com")).Times(1).WillOnce(
58 EXPECT_CALL(builder, WithPort("80")).Times(1).WillOnce(
63 EXPECT_CALL(builder, WithScheme("http")).Times(1).WillOnce
    [all...]
  /external/chromium/testing/gmock/test/
gmock_output_test_.cc 70 EXPECT_CALL(foo_, Bar2(0, _));
79 EXPECT_CALL(foo_, Bar3(0, _));
86 EXPECT_CALL(foo_, Bar2(_, _))
90 foo_.Bar2(1, 1); // Explicit actions in EXPECT_CALL run out.
94 EXPECT_CALL(foo_, Bar2(0, _));
101 EXPECT_CALL(foo_, Bar3(0, _));
108 EXPECT_CALL(foo_, Bar2(0, _));
115 EXPECT_CALL(foo_, Bar3(0, _));
130 EXPECT_CALL(foo_, Bar2(_, _))
132 EXPECT_CALL(foo_, Bar2(0, 0))
    [all...]
  /external/chromium_org/chrome/renderer/safe_browsing/
phishing_classifier_delegate_browsertest.cc 112 EXPECT_CALL(*classifier, CancelPendingClassification()).Times(2);
121 EXPECT_CALL(*classifier, CancelPendingClassification());
122 EXPECT_CALL(*classifier, BeginClassification(Pointee(page_text), _));
130 EXPECT_CALL(*classifier, CancelPendingClassification()).Times(2);
136 EXPECT_CALL(*classifier, CancelPendingClassification());
143 EXPECT_CALL(*classifier, CancelPendingClassification());
150 EXPECT_CALL(*classifier, CancelPendingClassification());
156 EXPECT_CALL(*classifier, CancelPendingClassification());
161 EXPECT_CALL(*classifier, CancelPendingClassification());
166 EXPECT_CALL(*classifier, CancelPendingClassification())
    [all...]

Completed in 698 milliseconds

1 2 3 4 5 6 7 8 91011>>