Searched refs:Times (Results 176 - 200 of 510) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/service_process/
H A Dservice_process_control_browsertest.cc255 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/
H A Daccount_chooser_model_unittest.cc124 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);
/external/chromium_org/google_apis/gaia/
H A Dgaia_auth_fetcher_unittest.cc231 .Times(1);
250 .Times(1);
270 .Times(1);
317 .Times(1);
330 .Times(1);
361 .Times(1);
433 .Times(1);
449 .Times(1);
466 .Times(1);
491 .Times(
[all...]
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_1.cc116 .Times(1)
207 .Times(1)
211 .Times(1)
214 .Times(1)
293 .Times(1)
H A Dgpu_tracer_unittest.cc179 EXPECT_CALL(*gl_, GenQueriesARB(_, NotNull())).Times(AtLeast(1)).WillOnce(
183 .Times(AtLeast(2))
188 .Times(AtLeast(2))
193 .Times(AtLeast(2))
198 .Times(AtLeast(1))
H A Dgles2_cmd_decoder_unittest_framebuffers.cc75 EXPECT_CALL(*gl_, CheckFramebufferStatusEXT(_)).Times(0);
100 .Times(1)
109 EXPECT_CALL(*gl_, FramebufferRenderbufferEXT(_, _, _, _)).Times(0);
120 EXPECT_CALL(*gl_, FramebufferTexture2DEXT(_, _, _, _, _)).Times(0);
136 .Times(0);
158 .Times(1)
201 .Times(1)
264 EXPECT_CALL(*gl_, GetRenderbufferParameterivEXT(_, _, _)).Times(0);
284 EXPECT_CALL(*gl_, RenderbufferStorageEXT(_, _, _, _)).Times(0);
653 EXPECT_CALL(*gl_, ReadPixels(_, _, _, _, _, _, _)).Times(
[all...]
/external/chromium_org/media/blink/
H A Dwebaudiosourceprovider_impl_unittest.cc38 EXPECT_CALL(*mock_sink_.get(), Start()).Times(verify);
41 EXPECT_CALL(*mock_sink_.get(), Play()).Times(verify);
44 EXPECT_CALL(*mock_sink_.get(), Pause()).Times(verify);
47 EXPECT_CALL(*mock_sink_.get(), SetVolume(kTestVolume)).Times(verify);
50 EXPECT_CALL(*mock_sink_.get(), Stop()).Times(verify);
/external/chromium_org/net/quic/
H A Dquic_flow_controller_test.cc66 EXPECT_CALL(connection_, SendBlocked(stream_id_)).Times(1);
107 EXPECT_CALL(connection_, SendWindowUpdate(stream_id_, _)).Times(1);
162 EXPECT_CALL(connection_, SendBlocked(_)).Times(0);
171 EXPECT_CALL(connection_, SendWindowUpdate(_, _)).Times(0);
196 EXPECT_CALL(connection_, SendBlocked(stream_id_)).Times(2);
/external/chromium_org/remoting/host/
H A Dchromoting_host_unittest.cc81 .Times(AnyNumber())
85 .Times(AnyNumber())
125 .Times(AnyNumber());
127 .Times(AnyNumber());
129 .Times(AnyNumber())
132 .Times(AnyNumber())
163 .Times(AnyNumber());
165 .Times(AnyNumber());
167 .Times(AnyNumber());
169 .Times(AnyNumbe
[all...]
/external/chromium_org/sync/internal_api/
H A Dsync_rollback_manager_unittest.cc198 .Times(1)
200 EXPECT_CALL(delegate, OnChangesComplete(_)).Times(1);
201 EXPECT_CALL(*this, OnActionableError(Truly(IsRollbackDoneAction))).Times(1);
223 .Times(1)
225 EXPECT_CALL(delegate, OnChangesComplete(_)).Times(1);
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
H A Dversion_test.cpp23 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
45 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
77 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
94 EXPECT_CALL(mDiagnostics, print(_, _, _)).Times(0);
215 EXPECT_CALL(mDirectiveHandler, handleVersion(_, _)).Times(0);
/external/pdfium/fpdfsdk/src/javascript/
H A DConsts.cpp40 JS_STATIC_CONST_ENTRY_STRING(Times, Times-Roman)
41 JS_STATIC_CONST_ENTRY_STRING(TimesB, Times-Bold)
42 JS_STATIC_CONST_ENTRY_STRING(TimesI, Times-Italic)
43 JS_STATIC_CONST_ENTRY_STRING(TimesBI, Times-BoldItalic)
/external/chromium_org/net/dns/
H A Dmdns_client_unittest.cc441 .Times(2);
487 .Times(Exactly(1))
493 .Times(Exactly(1))
525 .Times(Exactly(1))
537 .Times(Exactly(1))
560 .Times(Exactly(1))
598 .Times(Exactly(1))
619 .Times(Exactly(1));
670 .Times(Exactly(1))
698 .Times(Exactl
[all...]
/external/chromium_org/android_webview/browser/net/
H A Dinput_stream_reader_unittest.cc102 .Times(1)
107 .Times(0);
158 .Times(0);
/external/chromium_org/base/
H A Dbind_unittest.cc330 EXPECT_CALL(has_ref_, AddRef()).Times(5);
331 EXPECT_CALL(has_ref_, Release()).Times(5);
332 EXPECT_CALL(has_ref_, VoidMethod0()).Times(2);
333 EXPECT_CALL(has_ref_, VoidConstMethod0()).Times(2);
371 EXPECT_CALL(has_ref_, AddRef()).Times(3);
372 EXPECT_CALL(has_ref_, Release()).Times(3);
398 EXPECT_CALL(has_ref_, AddRef()).Times(2);
399 EXPECT_CALL(has_ref_, Release()).Times(2);
586 EXPECT_CALL(no_ref_, VoidConstMethod0()).Times(2);
609 EXPECT_CALL(no_ref_, VoidConstMethod0()).Times(
[all...]
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page_unittest.cc85 .Times(1);
119 .Times(1);
145 .Times(1);
/external/chromium_org/chrome/service/cloud_print/
H A Dprinter_job_queue_handler_unittest.cc96 .Times(AtLeast(2))
114 Times(AtLeast(8));
144 Times(AtLeast(8));
/external/chromium_org/components/policy/core/common/cloud/
H A Dcomponent_cloud_policy_service_unittest.cc266 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
280 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()).Times(0);
281 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
288 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
302 EXPECT_CALL(delegate_, OnComponentCloudPolicyUpdated()).Times(0);
303 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
311 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
326 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
352 EXPECT_CALL(*client_, FetchPolicy()).Times(0);
362 EXPECT_CALL(*client_, FetchPolicy()).Times(
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediastream_unittest.cc82 .Times(Exactly(1));
87 .Times(Exactly(1));
134 .Times(Exactly(2));
/external/openfst/src/include/fst/
H A Dproduct-weight.h99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w, function in namespace:fst
101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
102 Times(w.Value2(), v.Value2()));
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_config_service_unittest.cc160 net::ProxyConfigService::CONFIG_VALID)).Times(1);
176 net::ProxyConfigService::CONFIG_VALID)).Times(1);
187 net::ProxyConfigService::CONFIG_VALID)).Times(1);
210 net::ProxyConfigService::CONFIG_VALID)).Times(1);
238 net::ProxyConfigService::CONFIG_VALID)).Times(1);
265 net::ProxyConfigService::CONFIG_VALID)).Times(1);
/external/chromium_org/components/policy/core/common/
H A Dschema_registry_unittest.cc117 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0);
126 EXPECT_CALL(observer, OnSchemaRegistryReady()).Times(0);
148 EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0);
160 EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0);
228 EXPECT_CALL(observer, OnSchemaRegistryUpdated(true)).Times(2);
237 EXPECT_CALL(observer, OnSchemaRegistryUpdated(_)).Times(0);
/external/chromium_org/content/browser/compositor/
H A Dbuffer_queue_unittest.cc183 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
185 CopyBufferDamage(_, _, small_damage, small_damage)).Times(1);
187 CopyBufferDamage(_, _, large_damage, small_damage)).Times(1);
200 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
212 CopyBufferDamage(_, _, small_damage, screen_rect)).Times(1);
215 .Times(1);
/external/chromium_org/chrome/browser/autofill/
H A Dcontent_autofill_driver_browsertest.cc124 EXPECT_CALL(autofill_client_, HideAutofillPopup()).Times(testing::AtLeast(1));
140 EXPECT_CALL(autofill_client_, HideAutofillPopup()).Times(testing::AtLeast(1));
/external/chromium_org/chrome/browser/net/
H A Dpref_proxy_config_tracker_impl_unittest.cc177 CONFIG_VALID)).Times(1);
187 CONFIG_VALID)).Times(1);
197 EXPECT_CALL(observer, OnProxyConfigChanged(_, _)).Times(0);
205 CONFIG_VALID)).Times(1);
214 CONFIG_VALID)).Times(1);
239 CONFIG_VALID)).Times(1);
252 CONFIG_VALID)).Times(1);
265 CONFIG_VALID)).Times(1);

Completed in 614 milliseconds

1234567891011>>