HomeSort by relevance Sort by last modified time
    Searched defs:Implementations (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/testing/gtest/samples/
sample6_unittest.cc 33 // implementations of the same interface (aka interface tests).
35 // The interface and its implementations are in this header.
41 // the implementations. You may be able to skip this step if all your
42 // implementations can be constructed the same way.
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
96 TYPED_TEST_CASE(PrimeTableTest, Implementations);
149 // implementations will be written in the future.
  /external/protobuf/gtest/samples/
sample6_unittest.cc 33 // implementations of the same interface (aka interface tests).
35 // The interface and its implementations are in this header.
41 // the implementations. You may be able to skip this step if all your
42 // implementations can be constructed the same way.
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
96 TYPED_TEST_CASE(PrimeTableTest, Implementations);
149 // implementations will be written in the future.
  /ndk/sources/third_party/googletest/googletest/samples/
sample6_unittest.cc 33 // implementations of the same interface (aka interface tests).
35 // The interface and its implementations are in this header.
41 // the implementations. You may be able to skip this step if all your
42 // implementations can be constructed the same way.
94 typedef Types<OnTheFlyPrimeTable, PreCalculatedPrimeTable> Implementations;
96 TYPED_TEST_CASE(PrimeTableTest, Implementations);
149 // implementations will be written in the future.
  /external/llvm/include/llvm/
PassRegistry.h 53 SmallPtrSet<const PassInfo *, 8> Implementations;
  /external/chromium_org/components/enhanced_bookmarks/
image_store_unittest.cc 65 // Factory functions for creating instances of the implementations.
116 // The list of implementations of the abstract API that are going to be tested.
118 PersistentImageStore> Implementations;
120 TYPED_TEST_CASE(ImageStoreUnitTest, Implementations);
122 // All those tests are run on all the implementations.

Completed in 1349 milliseconds