OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Implementations
(Results
1 - 7
of
7
) 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/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 548 milliseconds