Searched refs:Times (Results 51 - 75 of 510) sorted by relevance

1234567891011>>

/external/chromium_org/chromeos/attestation/
H A Dattestation_flow_unittest.cc87 .Times(1)
95 _)).Times(1)
103 .Times(1)
111 .Times(1)
116 _)).Times(1)
128 .Times(1)
135 .Times(1)
152 .Times(1);
164 .Times(1);
180 .Times(
[all...]
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_unittest_android.cc71 .Times(AnyNumber())
74 .Times(AnyNumber())
76 EXPECT_CALL(*settings, GetURLFetcherForAvailabilityCheck()).Times(0);
77 EXPECT_CALL(*settings, LogProxyState(_, _, _)).Times(0);
92 EXPECT_CALL(*settings, GetURLFetcherForAvailabilityCheck()).Times(0);
93 EXPECT_CALL(*settings, RecordProbeURLFetchResult(_)).Times(0);
95 EXPECT_CALL(*settings, RecordProbeURLFetchResult(result)).Times(1);
97 .Times(expected_calls)
/external/chromium_org/chrome/browser/sync/
H A Dsync_startup_tracker_unittest.cc41 EXPECT_CALL(*mock_pss_, AddObserver(_)).Times(AnyNumber());
42 EXPECT_CALL(*mock_pss_, RemoveObserver(_)).Times(AnyNumber());
105 EXPECT_CALL(observer_, SyncStartupCompleted()).Times(0);
106 EXPECT_CALL(observer_, SyncStartupFailed()).Times(0);
118 EXPECT_CALL(observer_, SyncStartupCompleted()).Times(0);
119 EXPECT_CALL(observer_, SyncStartupFailed()).Times(0);
138 EXPECT_CALL(observer_, SyncStartupCompleted()).Times(0);
139 EXPECT_CALL(observer_, SyncStartupFailed()).Times(0);
H A Dprofile_sync_service_startup_unittest.cc236 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(0);
240 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
252 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(1);
256 EXPECT_CALL(*data_type_manager, Stop()).Times(1);
257 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
280 CreateDataTypeManager(_, _, _, _, _)).Times(0);
281 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
322 EXPECT_CALL(*data_type_manager, Configure(_, _)).Times(0);
324 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
333 EXPECT_CALL(*data_type_manager, Stop()).Times(
[all...]
/external/chromium_org/content/child/
H A Dworker_task_runner_unittest.cc40 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
51 EXPECT_CALL(o, OnWorkerRunLoopStopped()).Times(1);
/external/openfst/src/include/fst/
H A Dreweight.h85 arc.weight = Divide(Times(arc.weight, nextweight), weight,
88 arc.weight = Divide(Times(weight, arc.weight), nextweight,
96 fst->SetFinal(state, Times(weight, fst->Final(state)));
103 fst->SetFinal(state, Times(Weight::Zero(), fst->Final(state)));
116 arc.weight = Times(startweight, arc.weight);
118 arc.weight = Times(
124 fst->SetFinal(state, Times(startweight, fst->Final(state)));
126 fst->SetFinal(state, Times(Divide(Weight::One(), startweight,
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dneteq_impl_unittest.cc99 EXPECT_CALL(*mock_delay_peak_detector_, Reset()).Times(1);
107 EXPECT_CALL(*mock_delay_manager_, set_streaming_mode(false)).Times(1);
173 EXPECT_CALL(*mock_buffer_level_filter_, Die()).Times(1);
176 EXPECT_CALL(*mock_decoder_database_, Die()).Times(1);
179 EXPECT_CALL(*mock_delay_manager_, Die()).Times(1);
182 EXPECT_CALL(*mock_delay_peak_detector_, Die()).Times(1);
185 EXPECT_CALL(*mock_dtmf_buffer_, Die()).Times(1);
188 EXPECT_CALL(*mock_dtmf_tone_generator_, Die()).Times(1);
191 EXPECT_CALL(*mock_packet_buffer_, Die()).Times(1);
281 EXPECT_CALL(mock_decoder, Die()).Times(
[all...]
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dvideo_coding_robustness_unittest.cc91 .Times(1);
99 .Times(1)
143 .Times(0);
145 .Times(1);
168 .Times(1);
171 .Times(1)
174 .Times(1)
182 .Times(1)
188 .Times(1)
194 .Times(
[all...]
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dmock_auto_enrollment_check_screen.cc23 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dmock_eula_screen.cc26 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
H A Dmock_network_screen.cc22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
H A Dmock_update_screen.cc22 EXPECT_CALL(*this, MockSetDelegate(NotNull())).Times(AtLeast(1));
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_unittest.cc69 EXPECT_CALL(zoom_observer_, OnZoomChanged(zoom_change_data)).Times(1);
84 EXPECT_CALL(zoom_observer_, OnZoomChanged(zoom_change_data)).Times(1);
105 EXPECT_CALL(zoom_observer_, OnZoomChanged(zoom_change_data1)).Times(1);
115 EXPECT_CALL(zoom_observer_, OnZoomChanged(zoom_change_data2)).Times(1);
/external/chromium_org/chromeos/dbus/
H A Dmock_cryptohome_client.cc27 EXPECT_CALL(*this, Init(_)).Times(AnyNumber());
/external/chromium_org/components/password_manager/core/browser/
H A Dbrowser_save_password_progress_logger_unittest.cc36 EXPECT_CALL(client, LogSavePasswordProgress(kTestText)).Times(1);
/external/chromium_org/net/quic/
H A Dquic_ack_notifier_test.cc37 EXPECT_CALL(*delegate_, OnAckNotification(3, 123, 0, 0, zero_)).Times(1);
46 EXPECT_CALL(*delegate_, OnAckNotification(_, _, _, _, _)).Times(0);
58 EXPECT_CALL(*delegate_, OnAckNotification(3, 123, 2, 20 + 3, _)).Times(1);
72 .Times(1);
/external/chromium_org/remoting/host/
H A Dconfig_file_watcher_unittest.cc103 .Times(1)
106 .Times(0);
119 .Times(1)
122 .Times(0);
H A Dipc_desktop_environment_unittest.cc246 .Times(AnyNumber());
248 .Times(AnyNumber())
252 .Times(AnyNumber())
258 .Times(AnyNumber())
262 .Times(AnyNumber())
267 .Times(AnyNumber())
270 .Times(AnyNumber())
274 .Times(0);
276 .Times(0);
321 .Times(
[all...]
H A Dremote_input_filter_unittest.cc52 .Times(10);
65 .Times(5);
81 .Times(10);
96 .Times(5);
113 .Times(5);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/
H A Drtp_rtcp_extensions.cc199 EXPECT_CALL(mock_network_, Release()).Times(1);
206 EXPECT_CALL(mock_network_, Release()).Times(1);
210 .Times(AtLeast(1));
219 EXPECT_CALL(mock_network_, Release()).Times(1);
223 .Times(AtLeast(1));
234 EXPECT_CALL(mock_network_, Release()).Times(1);
238 .Times(AtLeast(1));
249 EXPECT_CALL(mock_network_, Release()).Times(1);
253 .Times(AtLeast(1));
265 EXPECT_CALL(mock_network_2, Release()).Times(
[all...]
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_tab_reloader_unittest.cc121 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
149 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
171 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
215 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
223 EXPECT_CALL(tab_reloader(), MaybeOpenCaptivePortalLoginTab()).Times(1);
243 EXPECT_CALL(tab_reloader(), ReloadTab()).Times(1);
253 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(1);
261 EXPECT_CALL(tab_reloader(), MaybeOpenCaptivePortalLoginTab()).Times(1);
275 EXPECT_CALL(tab_reloader(), ReloadTab()).Times(1);
288 EXPECT_CALL(tab_reloader(), CheckForCaptivePortal()).Times(
[all...]
/external/chromium_org/extensions/browser/api/bluetooth/
H A Dbluetooth_event_router_unittest.cc64 EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_)).Times(1);
74 EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_)).Times(1);
91 EXPECT_CALL(*mock_adapter_, RemoveObserver(testing::_)).Times(1);
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_apitest.cc252 .Times(1)
255 EXPECT_CALL(*conn, Disconnect(_)).Times(0);
270 .Times(3)
275 .Times(2)
298 .Times(3)
303 .Times(2)
367 .Times(1)
370 .Times(1)
385 EXPECT_CALL(*mock_adapter_, GetDevice(_)).Times(0);
386 EXPECT_CALL(*device0_, GetGattService(kTestServiceId0)).Times(
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_drawing.cc118 .Times(1)
147 .Times(1)
161 .Times(0);
179 EXPECT_CALL(*gl_, DepthMask(true)).Times(0).RetiresOnSaturation();
198 .Times(1)
212 .Times(0);
228 EXPECT_CALL(*gl_, StencilMask(kMask)).Times(0).RetiresOnSaturation();
247 .Times(1)
261 .Times(0);
299 .Times(
[all...]
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_setup_flow_unittest.cc135 EXPECT_CALL(delegate_, GetWiFiCredentials(_)).Times(0);
136 EXPECT_CALL(delegate_, SwitchToSetupWiFi(_)).Times(0);
137 EXPECT_CALL(delegate_, ConfirmSecurityCode(_, _)).Times(0);
138 EXPECT_CALL(delegate_, RestoreWifi(_)).Times(0);
139 EXPECT_CALL(delegate_, OnSetupDone()).Times(0);
140 EXPECT_CALL(delegate_, OnSetupError()).Times(0);
166 EXPECT_CALL(delegate_, OnSetupError()).Times(1);
172 EXPECT_CALL(delegate_, OnSetupError()).Times(1);
173 EXPECT_CALL(delegate_, ConfirmSecurityCode(_, _)).Times(1).WillOnce(
182 EXPECT_CALL(delegate_, OnSetupDone()).Times(
[all...]

Completed in 700 milliseconds

1234567891011>>