HomeSort by relevance Sort by last modified time
    Searched refs:Times (Results 151 - 175 of 514) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_refresh_scheduler_unittest.cc 153 EXPECT_CALL(client_, FetchPolicy()).Times(1);
161 EXPECT_CALL(client_, FetchPolicy()).Times(1);
169 EXPECT_CALL(client_, FetchPolicy()).Times(1);
180 EXPECT_CALL(client_, FetchPolicy()).Times(1);
198 EXPECT_CALL(client_, FetchPolicy()).Times(1);
218 EXPECT_CALL(client_, FetchPolicy()).Times(1);
247 EXPECT_CALL(client_, FetchPolicy()).Times(1);
266 EXPECT_CALL(client_, FetchPolicy()).Times(1);
281 EXPECT_CALL(client_, FetchPolicy()).Times(1);
293 EXPECT_CALL(client_, FetchPolicy()).Times(1)
    [all...]
  /external/chromium_org/content/browser/
plugin_loader_posix_unittest.cc 118 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
138 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
148 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
173 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
213 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(2);
255 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
293 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
310 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
325 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1);
374 EXPECT_CALL(*plugin_loader(), LoadPluginsInternal()).Times(1)
    [all...]
  /external/chromium_org/base/prefs/
pref_service_unittest.cc 43 EXPECT_CALL(obs, OnPreferenceChanged(_)).Times(0);
54 EXPECT_CALL(obs, OnPreferenceChanged(_)).Times(0);
124 EXPECT_CALL(obs, OnPreferenceChanged(_)).Times(0);
258 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
274 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
284 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
300 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
310 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
scoped_user_pref_update_unittest.cc 47 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
74 EXPECT_CALL(observer_, OnPreferenceChanged(_)).Times(0);
  /external/chromium_org/cloud_print/service/
service_state_unittest.cc 78 .Times(Exactly(1))
81 .Times(Exactly(1))
  /external/chromium_org/google_apis/gaia/
gaia_oauth_client_unittest.cc 240 .Times(1);
255 kTestExpiresIn)).Times(1);
270 EXPECT_CALL(delegate, OnOAuthError()).Times(1);
285 kTestExpiresIn)).Times(1);
297 kTestExpiresIn)).Times(1);
314 kTestExpiresIn)).Times(1);
331 EXPECT_CALL(delegate, OnGetUserEmailResponse(kTestUserEmail)).Times(1);
342 EXPECT_CALL(delegate, OnGetUserIdResponse(kTestUserId)).Times(1);
merge_session_helper_unittest.cc 178 EXPECT_CALL(helper, StartFetching()).Times(2);
192 EXPECT_CALL(helper, StartFetching()).Times(2);
206 EXPECT_CALL(helper, StartFetching()).Times(2);
220 EXPECT_CALL(helper, StartFetching()).Times(4);
221 EXPECT_CALL(observer, MergeSessionCompleted(_, no_error())).Times(4);
248 EXPECT_CALL(helper, StartFetching()).Times(2);
273 // Total sign in 2 times, not enforcing ordered sequences.
274 EXPECT_CALL(helper, StartFetching()).Times(2);
316 EXPECT_CALL(helper, StartFetching()).Times(2);
319 MergeSessionCompleted("acc1@gmail.com", no_error())).Times(2)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
vertex_array_manager_unittest.cc 71 .Times(1)
89 .Times(1)
gles2_cmd_decoder_unittest_1_autogen.h 49 EXPECT_CALL(*gl_, BindBuffer(_, _)).Times(0);
79 EXPECT_CALL(*gl_, BindFramebufferEXT(_, _)).Times(0);
88 EXPECT_CALL(*gl_, BindFramebufferEXT(_, _)).Times(0);
119 EXPECT_CALL(*gl_, BindRenderbufferEXT(_, _)).Times(0);
149 EXPECT_CALL(*gl_, BindTexture(_, _)).Times(0);
158 EXPECT_CALL(*gl_, BindTexture(_, _)).Times(0);
185 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
194 EXPECT_CALL(*gl_, BlendEquation(_)).Times(0);
212 EXPECT_CALL(*gl_, BlendEquationSeparate(_, _)).Times(0);
221 EXPECT_CALL(*gl_, BlendEquationSeparate(_, _)).Times(0)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_mac_unittest.cc 81 .Times(2)
86 .Times(AnyNumber())
  /external/mockito/src/org/mockito/internal/verification/
Times.java 22 public class Times implements VerificationInOrderMode, VerificationMode {
26 public Times(int wantedNumberOfInvocations) {
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_url_operation_unittest.cc 156 .Times(AtLeast(1));
160 .Times(AnyNumber());
164 .Times(AnyNumber());
194 .Times(AtLeast(1));
198 .Times(AtLeast(1));
202 100)).Times(AtLeast(1));
  /external/chromium_org/chromeos/dbus/
shill_profile_client_unittest.cc 74 ValueEq(value))).Times(1);
89 EXPECT_CALL(observer, OnPropertyChanged(_, _)).Times(0);
124 EXPECT_CALL(error_callback, Run(_, _)).Times(0);
158 EXPECT_CALL(error_callback, Run(_, _)).Times(0);
182 EXPECT_CALL(mock_closure, Run()).Times(1);
183 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
shill_manager_client_unittest.cc 89 ValueEq(ByRef(kOfflineMode)))).Times(1);
101 EXPECT_CALL(observer, OnPropertyChanged(_, _)).Times(0);
201 EXPECT_CALL(mock_closure, Run()).Times(1);
202 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
221 EXPECT_CALL(mock_closure, Run()).Times(1);
222 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
241 EXPECT_CALL(mock_closure, Run()).Times(1);
242 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0);
261 EXPECT_CALL(mock_closure, Run()).Times(1);
262 EXPECT_CALL(mock_error_callback, Run(_, _)).Times(0)
    [all...]
  /external/chromium_org/content/renderer/media/
audio_renderer_mixer_manager_unittest.cc 81 EXPECT_CALL(*mock_sink_.get(), Start()).Times(2);
82 EXPECT_CALL(*mock_sink_.get(), Stop()).Times(2);
123 EXPECT_CALL(*mock_sink_.get(), Start()).Times(2);
124 EXPECT_CALL(*mock_sink_.get(), Stop()).Times(2);
175 EXPECT_CALL(*mock_sink_.get(), Start()).Times(2);
176 EXPECT_CALL(*mock_sink_.get(), Stop()).Times(2);
  /external/openfst/src/include/fst/
float-weight.h 260 inline TropicalWeightTpl<T> Times(const TropicalWeightTpl<T> &w1,
273 inline TropicalWeightTpl<float> Times(const TropicalWeightTpl<float> &w1,
275 return Times<float>(w1, w2);
278 inline TropicalWeightTpl<double> Times(const TropicalWeightTpl<double> &w1,
280 return Times<double>(w1, w2);
395 inline LogWeightTpl<T> Times(const LogWeightTpl<T> &w1,
408 inline LogWeightTpl<float> Times(const LogWeightTpl<float> &w1,
410 return Times<float>(w1, w2);
413 inline LogWeightTpl<double> Times(const LogWeightTpl<double> &w1,
415 return Times<double>(w1, w2)
    [all...]
  /external/chromium_org/sync/internal_api/
sync_encryption_handler_impl_unittest.cc 256 OnCryptographerStateChanged(_)).Times(AtLeast(1));
260 OnEncryptionComplete()).Times(AtLeast(1));
287 OnCryptographerStateChanged(_)).Times(AtLeast(1));
289 OnEncryptedTypesChanged(_, true)).Times(AtLeast(1));
291 OnEncryptionComplete()).Times(AtLeast(1));
324 OnCryptographerStateChanged(_)).Times(AtLeast(1));
551 EXPECT_CALL(*observer(), OnCryptographerStateChanged(_)).Times(AnyNumber());
568 EXPECT_CALL(*observer(), OnCryptographerStateChanged(_)).Times(AnyNumber());
611 EXPECT_CALL(*observer(), OnBootstrapTokenUpdated(_, _)).Times(0);
743 OnCryptographerStateChanged(_)).Times(AnyNumber())
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api_prefs_unittest.cc 331 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
332 EXPECT_CALL(incognito_observer, OnPreferenceChanged(_)).Times(0);
346 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
354 EXPECT_CALL(observer, OnPreferenceChanged(_)).Times(0);
431 EXPECT_CALL(*v1, Die()).Times(0);
432 EXPECT_CALL(*v1i, Die()).Times(0);
438 EXPECT_CALL(*v1, Die()).Times(1);
439 EXPECT_CALL(*v1i, Die()).Times(1);
440 EXPECT_CALL(*v2, Die()).Times(1);
441 EXPECT_CALL(*v2i, Die()).Times(1)
    [all...]
  /external/chromium_org/chrome/browser/prefs/
leveldb_pref_store_unittest.cc 100 EXPECT_CALL(mock_observer, OnInitializationCompleted(true)).Times(1);
105 EXPECT_CALL(mock_observer, OnPrefValueChanged(key)).Times(1);
117 EXPECT_CALL(mock_observer, OnPrefValueChanged(key)).Times(0);
164 EXPECT_CALL(mock_observer, OnPrefValueChanged(key)).Times(1);
201 EXPECT_CALL(mock_observer, OnInitializationCompleted(true)).Times(1);
228 .Times(1);
229 EXPECT_CALL(mock_observer, OnInitializationCompleted(true)).Times(1);
  /external/chromium_org/sync/internal_api/public/util/
weak_handle_unittest.cc 135 EXPECT_CALL(b, Test()).Times(0);
148 EXPECT_CALL(b, Test()).Times(0);
174 EXPECT_CALL(b, Test()).Times(0);
185 EXPECT_CALL(b, Test()).Times(0);
196 EXPECT_CALL(b, Test()).Times(0);
239 EXPECT_CALL(b, Test()).Times(3);
266 EXPECT_CALL(d, Test()).Times(2);
  /external/chromium_org/components/autofill/core/browser/
autofill_external_delegate_unittest.cc 242 .Times(0);
342 .Times(0);
343 EXPECT_CALL(autofill_client_, HideAutofillPopup()).Times(1);
361 EXPECT_CALL(*autofill_manager_, FillOrPreviewForm(_, _, _, _, _)).Times(0);
362 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
367 EXPECT_CALL(*autofill_manager_, FillOrPreviewForm(_, _, _, _, _)).Times(0);
376 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
379 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
387 EXPECT_CALL(*autofill_driver_, RendererShouldClearPreviewedForm()).Times(1);
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
fec_receiver_unittest.cc 63 void VerifyReconstructedMediaPacket(const RtpPacket* packet, int times) {
65 // content of |packet|, and that the same content is received |times| number
66 // of times in a row.
70 .Times(times).WillRepeatedly(Return(true));
254 .Times(1).WillRepeatedly(Return(true));
269 .Times(1).WillRepeatedly(Return(true));
276 .Times(1).WillRepeatedly(Return(true));
298 .Times(1).WillRepeatedly(Return(true));
313 .Times(1).WillRepeatedly(Return(true))
    [all...]
  /external/chromium_org/base/
logging_unittest.cc 56 EXPECT_CALL(mock_log_source, Log()).Times(DEBUG_MODE ? 16 : 8).
126 EXPECT_CALL(mock_log_source, Log()).Times(0);
158 EXPECT_CALL(mock_log_source, Log()).Times(8).
160 EXPECT_CALL(uncalled_mock_log_source, Log()).Times(0);
188 EXPECT_CALL(mock_log_source, Log()).Times(0);
  /external/chromium_org/chrome/browser/service_process/
service_process_control_browsertest.cc 255 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0);
266 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0);
271 EXPECT_CALL(*this, MockHistogramsCallback()).Times(1);
280 EXPECT_CALL(*this, MockHistogramsCallback()).Times(0);
286 EXPECT_CALL(*this, MockHistogramsCallback()).Times(1);
  /external/chromium_org/chrome/browser/ui/autofill/
account_chooser_model_unittest.cc 124 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(1);
125 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(1);
138 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(1);
139 EXPECT_CALL(*delegate(), UpdateAccountChooserView()).Times(2);
178 EXPECT_CALL(*delegate(), AccountChoiceChanged()).Times(2);

Completed in 301 milliseconds

1 2 3 4 5 67 8 91011>>