HomeSort by relevance Sort by last modified time
    Searched refs:Implementations (Results 1 - 8 of 8) 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/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/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.
  /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/lib/IR/
PassRegistry.cpp 56 SmallPtrSet<const PassInfo *, 8> Implementations;
173 assert(AGI.Implementations.count(ImplementationInfo) == 0 &&
175 AGI.Implementations.insert(ImplementationInfo);
  /external/chromium_org/chrome/renderer/resources/extensions/
send_request.js 68 // caller has provided a callback. Implementations of api

Completed in 2479 milliseconds