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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/google_apis/gaia/
gaia_auth_fetcher_unittest.cc 231 .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(1)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_1.cc 116 .Times(1)
207 .Times(1)
211 .Times(1)
214 .Times(1)
293 .Times(1)
gpu_tracer_unittest.cc 179 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))
gles2_cmd_decoder_unittest_framebuffers.cc 75 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(0)
    [all...]
  /external/chromium_org/media/blink/
webaudiosourceprovider_impl_unittest.cc 38 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/
quic_flow_controller_test.cc 66 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/
chromoting_host_unittest.cc 81 .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(AnyNumber())
    [all...]
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_unittest.cc 198 .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/
version_test.cpp 23 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/
Consts.cpp 40 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/
mdns_client_unittest.cc 441 .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(Exactly(1)
    [all...]
  /external/chromium_org/android_webview/browser/net/
input_stream_reader_unittest.cc 102 .Times(1)
107 .Times(0);
158 .Times(0);
  /external/chromium_org/base/
bind_unittest.cc 330 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(2)
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
instant_page_unittest.cc 85 .Times(1);
119 .Times(1);
145 .Times(1);
  /external/chromium_org/chrome/service/cloud_print/
printer_job_queue_handler_unittest.cc 96 .Times(AtLeast(2))
114 Times(AtLeast(8));
144 Times(AtLeast(8));
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service_unittest.cc 266 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(0)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastream_unittest.cc 82 .Times(Exactly(1));
87 .Times(Exactly(1));
134 .Times(Exactly(2));
  /external/openfst/src/include/fst/
lexicographic-weight.h 22 // path property and Times() must be (strongly) cancellative
23 // (for all a,b,c != Zero(): Times(c, a) = Times(c, b) => a = b,
24 // Times(a, c) = Times(b, c) => a = b).
135 inline LexicographicWeight<W1, W2> Times(const LexicographicWeight<W1, W2> &w,
137 return LexicographicWeight<W1, W2>(Times(w.Value1(), v.Value1()),
138 Times(w.Value2(), v.Value2()));
product-weight.h 99 inline ProductWeight<W1, W2> Times(const ProductWeight<W1, W2> &w,
101 return ProductWeight<W1, W2>(Times(w.Value1(), v.Value1()),
102 Times(w.Value2(), v.Value2()));
  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_config_service_unittest.cc 160 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/
schema_registry_unittest.cc 117 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/
buffer_queue_unittest.cc 183 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/
content_autofill_driver_browsertest.cc 124 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/
pref_proxy_config_tracker_impl_unittest.cc 177 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);
  /external/chromium_org/chrome/browser/notifications/
login_state_notification_blocker_chromeos_browsertest.cc 90 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);
125 EXPECT_CALL(login_utils(), DoBrowserLaunch(_, _)).Times(1);

Completed in 587 milliseconds

1 2 3 4 5 6 78 91011>>