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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
video_receiver_unittest.cc 61 EXPECT_CALL(decoder_, Decode(_, _, _, _, _)).Times(0);
71 EXPECT_CALL(packet_request_callback_, ResendPackets(_, _)).Times(0);
73 EXPECT_CALL(decoder_, Decode(_, _, _, _, _)).Times(1);
102 EXPECT_CALL(packet_request_callback_, ResendPackets(_, _)).Times(0);
147 EXPECT_CALL(packet_request_callback_, ResendPackets(_, 5)).Times(1);
149 EXPECT_CALL(packet_request_callback_, ResendPackets(_, 6)).Times(1);
151 EXPECT_CALL(packet_request_callback_, ResendPackets(_, _)).Times(0);
  /external/openfst/src/include/fst/
power-weight.h 36 // The Times operation is overloaded to provide the
107 // Semiring times operation
109 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w1,
113 w.SetValue(i, Times(w1.Value(i), w2.Value(i)));
130 inline PowerWeight<W, n> Times(const W &s, const PowerWeight<W, n> &w) {
133 sw.SetValue(i, Times(s, w.Value(i)));
139 inline PowerWeight<W, n> Times(const PowerWeight<W, n> &w, const W &s) {
142 ws.SetValue(i, Times(w.Value(i), s));
152 w = Plus(w, Times(w1.Value(i), w2.Value(i)));
sparse-power-weight.h 46 return Times(v1, v2);
76 // The Times operation is overloaded to provide the
158 // Semimodule times operation
160 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1,
183 const SparsePowerWeight<W, K>& product = Times(w1, w2);
202 inline SparsePowerWeight<W, K> Times(const W &k,
205 return Times(w1, w2);
209 inline SparsePowerWeight<W, K> Times(const SparsePowerWeight<W, K> &w1,
212 return Times(w1, w2);
expectation-weight.h 24 // Times: <a1, b1> * <a2, b2> = < (a1 * a2) , [(a1 * b2) + (a2 * b1)] >
125 inline ExpectationWeight<X1, X2> Times(const ExpectationWeight<X1, X2> &w,
127 return ExpectationWeight<X1, X2>(Times(w.Value1(), v.Value1()),
128 Plus(Times(w.Value1(), v.Value2()),
129 Times(w.Value2(), v.Value1())));
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_provider_unittest.cc 50 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
75 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
105 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
106 EXPECT_CALL(*this, SettingChanged(kReleaseChannel)).Times(1);
126 EXPECT_CALL(*this, SettingChanged(kStatsReportingPref)).Times(1);
149 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
150 EXPECT_CALL(*this, SettingChanged(kStatsReportingPref)).Times(1);
176 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
268 EXPECT_CALL(*this, SettingChanged(_)).Times(AnyNumber());
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_creation_browsertest.cc 85 EXPECT_CALL(*mock_async_method_caller_, AsyncRemove(_, _)).Times(1);
148 EXPECT_CALL(*mock_homedir_methods_, MountEx(_, _, _, _)).Times(1);
149 EXPECT_CALL(*mock_homedir_methods_, AddKeyEx(_, _, _, _, _)).Times(1);
  /external/chromium_org/chrome/browser/sync/
backend_migrator_unittest.cc 124 EXPECT_CALL(migration_observer, OnMigrationStateChange()).Times(4);
135 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
138 Configure(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
189 EXPECT_CALL(*manager(), Configure(_, _)).Times(0);
218 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(2);
230 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
232 .Times(1);
280 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
283 Configure(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1);
310 PurgeForMigration(_, syncer::CONFIGURE_REASON_MIGRATION)).Times(1)
    [all...]
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 165 ProcessUdpPacket(_, _, _)).Times(1).
225 EXPECT_CALL(*session1_, OnConnectionClosed(QUIC_PUBLIC_RESET, true)).Times(1)
240 ProcessPacket(_, _, connection_id, _, _)).Times(1);
256 EXPECT_CALL(dispatcher_, CreateQuicSession(_, _, _)).Times(0);
258 ProcessPacket(_, _, connection_id, _, _)).Times(1);
339 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
368 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
384 EXPECT_CALL(*connection1(), OnCanWrite()).Times(1);
394 EXPECT_CALL(*connection1(), OnCanWrite()).Times(0);
401 EXPECT_CALL(*connection1(), OnCanWrite()).Times(1)
    [all...]
quic_server_test.cc 58 EXPECT_CALL(dispatcher_, ProcessPacket(_, _, _)).Times(1);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_2.cc 40 EXPECT_CALL(*gl_, Uniform1i(1, _)).Times(AnyNumber());
41 EXPECT_CALL(*gl_, Uniform1iv(1, _, _)).Times(AnyNumber());
42 EXPECT_CALL(*gl_, Uniform2iv(1, _, _)).Times(AnyNumber());
43 EXPECT_CALL(*gl_, Uniform3iv(1, _, _)).Times(AnyNumber());
44 EXPECT_CALL(*gl_, Uniform4iv(1, _, _)).Times(AnyNumber());
45 EXPECT_CALL(*gl_, Uniform1f(1, _)).Times(AnyNumber());
46 EXPECT_CALL(*gl_, Uniform1fv(1, _, _)).Times(AnyNumber());
47 EXPECT_CALL(*gl_, Uniform2fv(1, _, _)).Times(AnyNumber());
48 EXPECT_CALL(*gl_, Uniform3fv(1, _, _)).Times(AnyNumber());
49 EXPECT_CALL(*gl_, Uniform4fv(1, _, _)).Times(AnyNumber())
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
protocol_manager_unittest.cc 381 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
386 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
418 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
423 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
460 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
465 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1);
508 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
513 EXPECT_CALL(test_delegate, UpdateFinished(false)).Times(1);
555 EXPECT_CALL(test_delegate, UpdateStarted()).Times(1);
560 EXPECT_CALL(test_delegate, UpdateFinished(true)).Times(1)
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
device_management_service_unittest.cc 207 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
218 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
230 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
241 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
252 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
402 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
428 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
454 EXPECT_CALL(*this, OnJobRetry(_)).Times(0);
483 EXPECT_CALL(*this, OnJobDone(_, _, _)).Times(0);
484 EXPECT_CALL(*this, OnJobRetry(_)).Times(0)
    [all...]
  /external/chromium_org/base/system_monitor/
system_monitor_unittest.cc 40 .Times(3)
  /external/chromium_org/chrome/browser/chromeos/dbus/
printer_service_provider_unittest.cc 43 .Times(1);
  /external/chromium_org/chrome/browser/ui/sync/
one_click_signin_sync_observer_unittest.cc 182 EXPECT_CALL(*web_contents_observer_, AboutToNavigateRenderView(_)).Times(0);
208 EXPECT_CALL(*web_contents_observer_, AboutToNavigateRenderView(_)).Times(0);
221 EXPECT_CALL(*web_contents_observer_, AboutToNavigateRenderView(_)).Times(0);
238 EXPECT_CALL(*web_contents_observer_, AboutToNavigateRenderView(_)).Times(0);
  /external/chromium_org/components/dom_distiller/core/
viewer_unittest.cc 99 EXPECT_CALL(*service_.get(), ViewEntryImpl()).Times(0);
111 EXPECT_CALL(*service_.get(), ViewUrlImpl()).Times(0);
119 EXPECT_CALL(*service_.get(), ViewEntryImpl()).Times(0);
120 EXPECT_CALL(*service_.get(), ViewUrlImpl()).Times(0);
  /external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
fonts.conf 11 <string>Times</string>
14 <string>Times New Roman</string>
37 that we don't fallback to Times New Roman for them -->
61 <string>Times New Roman</string>
115 <string>Times New Roman</string>
238 <string>Times New Roman</string>
  /external/chromium_org/jingle/glue/
task_pump_unittest.cc 41 EXPECT_CALL(*task, ProcessStart()).Times(0);
  /external/chromium_org/media/audio/
audio_output_proxy_unittest.cc 213 .Times(1);
236 .Times(1);
280 .Times(1);
315 .Times(2);
348 .Times(1);
353 .Times(1);
390 .Times(2)
394 .Times(2);
538 .Times(2)
555 .Times(2
    [all...]
  /external/chromium_org/net/quic/
quic_protocol_test.cc 67 EXPECT_CALL(log, Log(_, _, _)).Times(0);
91 EXPECT_CALL(log, Log(ERROR, _, "Unsupported QuicVersion: 0")).Times(1);
106 EXPECT_CALL(log, Log(_, _, _)).Times(0);
133 EXPECT_CALL(log, Log(INFO, _, "Unsupported QuicTag version: FAKE")).Times(1);
quic_server_test.cc 59 EXPECT_CALL(dispatcher_, ProcessPacket(_, _, _)).Times(1);
  /external/chromium_org/remoting/host/
host_change_notification_listener_unittest.cc 105 .Times(0);
119 .Times(0);
131 .Times(0);
143 .Times(0);
  /external/chromium_org/remoting/protocol/
clipboard_filter_unittest.cc 47 EXPECT_CALL(clipboard_stub, InjectClipboardEvent(_)).Times(0);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_unittest.cc 82 .Times(AnyNumber());
85 .Times(AnyNumber())
116 .Times(AnyNumber());
119 .Times(AnyNumber())
  /external/chromium_org/chrome/browser/sync_file_system/
sync_file_system_service_unittest.cc 147 AddServiceObserver(_)).Times(1);
149 AddFileStatusObserver(sync_service_.get())).Times(1);
154 SetRemoteChangeProcessor(local_service.get())).Times(1);
161 EXPECT_CALL(*mock_remote_service(), SetSyncEnabled(false)).Times(1);
179 RegisterOrigin(GURL(kOrigin), _)).Times(1);
184 .Times(AnyNumber())
217 .Times(AnyNumber())
259 EXPECT_CALL(*mock_remote_service(), SetSyncEnabled(true)).Times(1);
335 // 2. OnSyncEnabled x 3 times; 1) when CreateFile is finished, 2) when
339 .Times(AtLeast(1))
    [all...]

Completed in 644 milliseconds

1 2 3 4 56 7 8 91011>>