HomeSort by relevance Sort by last modified time
    Searched refs:Times (Results 1 - 25 of 138) sorted by null

1 2 3 4 5 6

  /external/webkit/Source/WebKit/chromium/tests/
CCThreadTaskTest.cpp 49 EXPECT_CALL(mock, method0()).Times(1);
50 EXPECT_CALL(mock, method1(9)).Times(1);
51 EXPECT_CALL(mock, method2(9, 8)).Times(1);
52 EXPECT_CALL(mock, method3(9, 8, 7)).Times(1);
53 EXPECT_CALL(mock, method4(9, 8, 7, 6)).Times(1);
  /external/chromium/chrome/browser/chromeos/cros/
cros_mock.cc 71 .Times(AnyNumber())
172 .Times(AnyNumber())
175 .Times(AnyNumber())
179 .Times(AnyNumber())
183 .Times(AnyNumber())
187 .Times(AnyNumber())
191 .Times(AnyNumber())
195 .Times(AnyNumber())
199 .Times(AnyNumber())
203 .Times(AnyNumber()
    [all...]
  /external/openfst/src/test/
weight-tester.h 65 // Tests (Plus, Times, Zero, One) defines a commutative semiring.
69 CHECK(Times(w1, w2).Member());
73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3)));
78 CHECK(Times(w1, Weight::One()) == w1);
79 CHECK(Times(Weight::One(), w1) == w1);
85 CHECK(!Times(w1, Weight::NoWeight()).Member());
86 CHECK(!Times(Weight::NoWeight(), w1).Member())
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_startup_unittest.cc 95 EXPECT_CALL(*data_type_manager, Configure(_)).Times(0);
102 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
111 EXPECT_CALL(*data_type_manager, Configure(_)).Times(3);
114 EXPECT_CALL(*data_type_manager, Stop()).Times(1);
115 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
129 EXPECT_CALL(*data_type_manager, Configure(_)).Times(2);
132 EXPECT_CALL(*data_type_manager, Stop()).Times(1);
134 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber());
146 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)).Times(0);
147 EXPECT_CALL(observer_, OnStateChanged()).Times(AnyNumber())
    [all...]
profile_sync_service_unittest.cc 138 EXPECT_CALL(factory_, CreateDataTypeManager(_, _)).Times(0);
139 EXPECT_CALL(factory_, CreateBookmarkSyncComponents(_, _)).Times(0);
182 HasArgs(JsArgList()))).Times(AtLeast(3));
188 .Times(AtMost(1));
190 .Times(AtMost(1));
192 .Times(AtMost(1));
222 .Times(AtMost(1));
224 .Times(AtMost(1));
226 .Times(AtMost(1));
280 .Times(AtMost(1))
    [all...]
  /external/chromium/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 56 EXPECT_CALL(*mock_var, Show()).Times(0); \
57 EXPECT_CALL(*mock_var, Hide()).Times(0);
127 EXPECT_CALL(*mock_network_screen_, Show()).Times(1);
151 EXPECT_CALL(*mock_network_screen_, Hide()).Times(1);
152 EXPECT_CALL(*mock_eula_screen_, Show()).Times(1);
156 EXPECT_CALL(*mock_eula_screen_, Hide()).Times(1);
157 EXPECT_CALL(*mock_update_screen_, StartUpdate()).Times(1);
158 EXPECT_CALL(*mock_update_screen_, Show()).Times(1);
164 EXPECT_CALL(*mock_update_screen_, Hide()).Times(0);
165 EXPECT_CALL(*mock_eula_screen_, Show()).Times(0)
    [all...]
update_screen_browsertest.cc 43 .Times(1);
52 .Times(1);
54 .Times(AtLeast(1));
56 .Times(1)
61 .Times(1) // also called by NetworkMenu::InitMenuItems()
65 .Times(1)
68 .Times(AnyNumber());
70 .Times(AnyNumber());
109 .Times(AtLeast(1))
112 .Times(1)
    [all...]
signed_settings_helper_unittest.cc 115 .Times(2)
118 .Times(5)
122 .Times(5)
125 .Times(3)
132 .Times(1);
135 .Times(1);
140 .Times(1);
145 .Times(1);
148 .Times(1);
165 .Times(2
    [all...]
existing_user_controller_browsertest.cc 123 .Times(1);
125 .Times(AnyNumber());
131 .Times(AnyNumber())
135 .Times(1)
143 .Times(1)
146 .Times(1)
149 .Times(1);
180 .Times(1);
182 .Times(1);
186 .Times(1)
    [all...]
network_screen_browsertest.cc 60 .Times(1);
62 .Times(AnyNumber());
68 .Times(2)
71 .Times(2)
74 .Times(1)
77 .Times(AnyNumber());
79 .Times(AnyNumber());
85 .Times(AnyNumber())
88 .Times(AnyNumber())
91 .Times(AnyNumber()
    [all...]
screen_locker_browsertest.cc 113 .Times(1)
116 .Times(1)
158 .Times(1)
161 .Times(1)
181 .Times(1)
185 .Times(1)
188 .Times(1)
224 .Times(1)
227 .Times(1)
283 .Times(2
    [all...]
cookie_fetcher_unittest.cc 59 .Times(1);
66 .Times(1);
88 .Times(1);
110 .Times(1);
115 .Times(1);
137 .Times(1);
161 .Times(1);
166 .Times(1);
  /external/v8/test/cctest/
test-diy-fp.cc 31 DiyFp product = DiyFp::Times(diy_fp1, diy_fp2);
41 product = DiyFp::Times(diy_fp1, diy_fp2);
48 product = DiyFp::Times(diy_fp1, diy_fp2);
54 product = DiyFp::Times(diy_fp1, diy_fp2);
64 product = DiyFp::Times(diy_fp1, diy_fp2);
  /external/chromium/chrome/browser/chromeos/
network_state_notifier_browsertest.cc 36 .Times(1)
69 .Times(1)
83 .Times(1)
87 .Times(1)
101 .Times(1)
105 .Times(1)
  /external/openfst/src/include/fst/
reweight.h 85 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/chrome/browser/policy/
profile_policy_connector_unittest.cc 27 EXPECT_CALL(store0, Apply(_, _)).Times(1);
37 EXPECT_CALL(store1, Apply(_, _)).Times(2);
49 EXPECT_CALL(store2, Apply(_, _)).Times(2);
configuration_policy_store_interface_unittest.cc 15 EXPECT_CALL(store, Apply(_, _)).Times(3);
34 EXPECT_CALL(store_pass, Apply(_, _)).Times(1);
47 EXPECT_CALL(store_block, Apply(_, _)).Times(0);
managed_prefs_banner_base_unittest.cc 73 EXPECT_CALL(banner, OnUpdateVisibility()).Times(0);
75 EXPECT_CALL(banner, OnUpdateVisibility()).Times(1);
78 EXPECT_CALL(banner, OnUpdateVisibility()).Times(1);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
reweight.h 71 arc.weight = Divide(Times(arc.weight, potential[arc.nextstate]),
75 arc.weight = Divide(Times(potential[state], arc.weight),
84 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
96 arc.weight = Times(potential[state], arc.weight);
98 arc.weight = Times(
104 fst->SetFinal(state, Times(potential[state], fst->Final(state)));
106 fst->SetFinal(state, Times(Divide(Weight::One(), potential[state],
prune.h 53 // 'opts.threshold' Times() the weight of the shortest path. Weights
90 Weight ceiling = Times((*fdistance)[fst->Start()], opts.threshold);
93 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))) {
102 Weight weight = Times(Times((*idistance)[state], arc.weight),
109 if (less(ceiling, Times((*idistance)[state], fst->Final(state))))
125 // more than 'opts.threshold' Times() the weight of the shortest
137 // 'ifst' whose weight is no more than 'opts.threshold' Times() the
175 Weight ceiling = Times((*fdistance)[ifst.Start()], opts.threshold);
188 if (less(ceiling, Times((*idistance)[state], (*fdistance)[state]))
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
power_menu_button_browsertest.cc 98 .Times(NUM_TIMES)
102 .Times(NUM_TIMES)
106 .Times(NUM_TIMES)
110 .Times(NUM_TIMES)
114 .Times(NUM_TIMES)
156 .Times(NUM_TIMES)
160 .Times(NUM_TIMES)
164 .Times(NUM_TIMES)
168 .Times(NUM_TIMES)
172 .Times(NUM_TIMES
    [all...]
  /external/chromium/chrome/browser/
autocomplete_history_manager_unittest.cc 69 EXPECT_CALL(*web_data_service_, AddFormFields(_)).Times(0);
93 EXPECT_CALL(*(web_data_service_.get()), AddFormFields(_)).Times(1);
114 EXPECT_CALL(*web_data_service_, AddFormFields(_)).Times(0);
  /external/chromium/chrome/browser/automation/
automation_provider_unittest.cc 36 -1))).Times(1);
  /external/webkit/Tools/DumpRenderTree/chromium/
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>
  /external/chromium/chrome/browser/extensions/
extension_event_router_forwarder_unittest.cc 98 CallExtensionEventRouter(incognito, _, _, _, _, _)).Times(0);
141 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0);
158 CallExtensionEventRouter(incognito, _, _, _, _, _)).Times(0);
160 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0);
174 CallExtensionEventRouter(profile1_, _, _, _, _, _)).Times(0);
179 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0);
194 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0);
211 CallExtensionEventRouter(incognito, _, _, _, _, _)).Times(0);
213 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0);
241 CallExtensionEventRouter(profile2_, _, _, _, _, _)).Times(0)
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 6