Searched refs:Exactly (Results 1 - 11 of 11) sorted by relevance

/external/chromium/testing/gmock/test/
H A Dgmock-cardinalities_test.cc49 using testing::Exactly;
70 Cardinality c = Exactly(1);
76 c = Exactly(2);
342 // Tests Exactly(n).
346 Exactly(-1);
351 const Cardinality c = Exactly(0);
365 const Cardinality c = Exactly(2);
373 Exactly(1).DescribeTo(&ss1);
383 Exactly(3).DescribeTo(&ss3);
389 const Cardinality c = Exactly(
[all...]
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-cardinalities.h137 Cardinality Exactly(int n);
H A Dgmock-spec-builders.h919 return Times(Exactly(n));
989 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size())));
/external/chromium/chrome/browser/password_manager/
H A Dpassword_manager_unittest.cc24 using ::testing::Exactly;
140 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
199 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
216 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
239 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0));
/external/chromium/testing/gmock/src/
H A Dgmock-cardinalities.cc153 Cardinality Exactly(int n) { return Between(n, n); } function in namespace:testing
H A Dgmock-spec-builders.cc75 cardinality_(Exactly(1)),
/external/chromium/chrome/browser/chromeos/
H A Dupdate_browsertest.cc22 using ::testing::Exactly;
/external/valgrind/main/exp-dhat/
H A Ddh_main.c207 Exactly xsize all retiring blocks are of this size
210 enum { Unknown=999, Exactly, Mixed } xsize_tag; enumerator in enum:__anon14473::__anon14474
341 api->xsize_tag = Exactly;
343 if (0) VG_(printf)("api %p --> Exactly(%lu)\n", api, api->xsize);
352 case Exactly:
377 if (api->xsize_tag == Exactly && api->histo && bk->histoW) {
1150 if (api->histo && api->xsize_tag == Exactly) {
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as490 * What can follow that specific nested ref to atom? Exactly ')'
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc301 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas2133 /// What can follow that specific nested ref to atom? Exactly ')'

Completed in 316 milliseconds