Home
last modified time | relevance | path

Searched refs:CommonRuntimeTestWithParam (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dtype_lookup_table_test.cc29 class TypeLookupTableTest : public CommonRuntimeTestWithParam<DescriptorClassDefIdxPair> {};
Dcommon_runtime_test.h259 using CommonRuntimeTestWithParam = CommonRuntimeTestBase<testing::TestWithParam<Param>>; variable
/art/runtime/gc/space/
Dspace_create_test.cc32 class SpaceCreateTest : public SpaceTest<CommonRuntimeTestWithParam<MallocSpaceType>> {