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

  /external/chromium/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/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/libvpx/libvpx/third_party/googletest/src/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.
  /external/llvm/lib/IR/
PassRegistry.cpp 55 SmallPtrSet<const PassInfo *, 8> Implementations;
172 assert(AGI.Implementations.count(ImplementationInfo) == 0 &&
174 AGI.Implementations.insert(ImplementationInfo);

Completed in 273 milliseconds