Searched refs:Exactly (Results 1 – 18 of 18) sorted by relevance
/external/chromium/testing/gmock/test/ |
D | gmock-cardinalities_test.cc | 49 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/ |
D | password_manager_unittest.cc | 24 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/ |
D | gmock-cardinalities.h | 137 Cardinality Exactly(int n);
|
D | gmock-spec-builders.h | 919 return Times(Exactly(n)); in Times() 989 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
|
/external/chromium/testing/gmock/src/ |
D | gmock-cardinalities.cc | 153 Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
|
D | gmock-spec-builders.cc | 75 cardinality_(Exactly(1)), in ExpectationBase()
|
/external/chromium/chrome/browser/chromeos/ |
D | update_browsertest.cc | 22 using ::testing::Exactly;
|
/external/valgrind/main/exp-dhat/ |
D | dh_main.c | 210 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/ |
D | filelist.doc | 120 Exactly one of the system-dependent modules should be configured into an
|
/external/qemu/distrib/jpeg-6b/ |
D | filelist.doc | 120 Exactly one of the system-dependent modules should be configured into an
|
/external/mesa3d/docs/ |
D | RELNOTES-4.1 | 190 ctx->Texture.Unit[i]._ReallyEnabled fields. Exactly 0 or 1 bits will
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.proto | 427 // identified it as during parsing. Exactly one of these should be set.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
D | BaseRecognizer.as | 490 * What can follow that specific nested ref to atom? Exactly ')'
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseRecognizer.m | 653 * What can follow that specific nested ref to atom? Exactly ')'
|
/external/valgrind/main/ |
D | configure.in | 600 # Similarly, set up VGCONF_OS_IS_<os>. Exactly one of these becomes defined.
|
/external/chromium/base/third_party/dmg_fp/ |
D | dtoa.cc | 301 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1722 `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/ |
D | ChangeLog-2011-02-16 | 12413 Exactly the same design that has been followed while refactoring StringBuilder.
|