Home
last modified time | relevance | path

Searched refs:TestType (Results 1 – 4 of 4) sorted by relevance

/art/test/721-osr/src/
DMain.java21 private enum TestType { enum in Main
26 private static TestType type = TestType.ONE;
/art/runtime/
Dcommon_transaction_test.h32 template <typename TestType>
33 class CommonTransactionTestBase : public TestType, public CommonTransactionTestImpl {};
Dcommon_runtime_test.h228 template <typename TestType>
229 class CommonRuntimeTestBase : public TestType, public CommonRuntimeTestImpl {
/art/libartbase/base/
Dcommon_art_test.h287 template <typename TestType>
288 class CommonArtTestBase : public TestType, public CommonArtTestImpl {