Home
last modified time | relevance | path

Searched refs:Exactly (Results 1 – 18 of 18) sorted by relevance

/external/chromium/testing/gmock/test/
Dgmock-cardinalities_test.cc49 using testing::Exactly;
70 Cardinality c = Exactly(1); in TEST()
76 c = Exactly(2); in TEST()
346 Exactly(-1); in TEST()
351 const Cardinality c = Exactly(0); in TEST()
365 const Cardinality c = Exactly(2); in TEST()
373 Exactly(1).DescribeTo(&ss1); in TEST()
383 Exactly(3).DescribeTo(&ss3); in TEST()
389 const Cardinality c = Exactly(3); in TEST()
/external/chromium/chrome/browser/password_manager/
Dpassword_manager_unittest.cc24 using ::testing::Exactly;
140 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0)); in TEST_F()
199 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0)); in TEST_F()
216 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0)); in TEST_F()
239 EXPECT_CALL(delegate_, FillPasswordForm(_)).Times(Exactly(0)); in TEST_F()
/external/chromium/testing/gmock/include/gmock/
Dgmock-cardinalities.h137 Cardinality Exactly(int n);
Dgmock-spec-builders.h919 return Times(Exactly(n)); in Times()
989 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
/external/chromium/testing/gmock/src/
Dgmock-cardinalities.cc153 Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
Dgmock-spec-builders.cc75 cardinality_(Exactly(1)), in ExpectationBase()
/external/chromium/chrome/browser/chromeos/
Dupdate_browsertest.cc22 using ::testing::Exactly;
/external/valgrind/main/exp-dhat/
Ddh_main.c210 enum { Unknown=999, Exactly, Mixed } xsize_tag; enumerator
341 api->xsize_tag = Exactly; in retire_Block()
352 case Exactly: in retire_Block()
377 if (api->xsize_tag == Exactly && api->histo && bk->histoW) { in retire_Block()
1150 if (api->histo && api->xsize_tag == Exactly) { in show_APInfo()
/external/jpeg/
Dfilelist.doc120 Exactly one of the system-dependent modules should be configured into an
/external/qemu/distrib/jpeg-6b/
Dfilelist.doc120 Exactly one of the system-dependent modules should be configured into an
/external/mesa3d/docs/
DRELNOTES-4.1190 ctx->Texture.Unit[i]._ReallyEnabled fields. Exactly 0 or 1 bits will
/external/protobuf/src/google/protobuf/
Ddescriptor.proto427 // identified it as during parsing. Exactly one of these should be set.
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DBaseRecognizer.as490 * What can follow that specific nested ref to atom? Exactly ')'
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseRecognizer.m653 * What can follow that specific nested ref to atom? Exactly ')'
/external/valgrind/main/
Dconfigure.in600 # Similarly, set up VGCONF_OS_IS_<os>. Exactly one of these becomes defined.
/external/chromium/base/third_party/dmg_fp/
Ddtoa.cc301 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
/external/guava/guava-tests/test/com/google/common/io/testdata/
Dalice_in_wonderland.txt1722 `Exactly so,' said Alice.
1871 `Exactly so,' said the Hatter: `as the things get used up.'
3459 Exactly as we were.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2011-02-1612413 Exactly the same design that has been followed while refactoring StringBuilder.