Home
last modified time | relevance | path

Searched refs:CommonRuntimeTest (Results 1 – 25 of 80) sorted by relevance

1234

/art/runtime/gc/
Dheap_test.cc30 class HeapTest : public CommonRuntimeTest {
44 CommonRuntimeTest::SetUp(); in SetUp()
99 class ZygoteHeapTest : public CommonRuntimeTest {
101 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
/art/dexlist/
Ddexlist_test.cc34 class DexListTest : public CommonRuntimeTest {
37 CommonRuntimeTest::SetUp(); in SetUp()
/art/dexdump/
Ddexdump_test.cc32 class DexDumpTest : public CommonRuntimeTest {
35 CommonRuntimeTest::SetUp(); in SetUp()
/art/runtime/
Ddex2oat_environment_test.h43 class Dex2oatEnvironmentTest : public CommonRuntimeTest {
46 CommonRuntimeTest::SetUp(); in SetUp()
130 CommonRuntimeTest::TearDown(); in TearDown()
Djava_vm_ext_test.cc28 class JavaVmExtTest : public CommonRuntimeTest {
31 CommonRuntimeTest::SetUp(); in SetUp()
38 CommonRuntimeTest::TearDown(); in TearDown()
Dvdex_file_test.cc27 class VdexFileTest : public CommonRuntimeTest {
Dprebuilt_tools_test.cc28 class PrebuiltToolsTest : public CommonRuntimeTest {
Dzip_archive_test.cc31 class ZipArchiveTest : public CommonRuntimeTest {};
Dparsed_options_test.cc29 CommonRuntimeTest::SetUpAndroidRoot(); in SetUpTestCase()
44 CommonRuntimeTest::GetLibCoreDexFileNames()) { in TEST_F()
Dexec_utils_test.cc28 class ExecUtilsTest : public CommonRuntimeTest {};
Druntime_callbacks_test.cc51 class RuntimeCallbacksTest : public CommonRuntimeTest {
54 CommonRuntimeTest::SetUp(); in SetUp()
72 CommonRuntimeTest::TearDown(); in TearDown()
378 CommonRuntimeTest::TearDown(); in TearDown()
/art/imgdiag/
Dimgdiag_test.cc48 class ImgDiagTest : public CommonRuntimeTest {
51 CommonRuntimeTest::SetUp(); in SetUp()
/art/libartbase/base/
Dlogging_test.cc34 class LoggingTest : public CommonRuntimeTest {
Dscoped_flock_test.cc23 class ScopedFlockTest : public CommonRuntimeTest {};
/art/dexlayout/
Ddexdiag_test.cc35 class DexDiagTest : public CommonRuntimeTest {
38 CommonRuntimeTest::SetUp(); in SetUp()
/art/runtime/verifier/
Dmethod_verifier_test.cc34 class MethodVerifierTest : public CommonRuntimeTest {
/art/oatdump/
Doatdump_test.h41 class OatDumpTest : public CommonRuntimeTest {
44 CommonRuntimeTest::SetUp(); in SetUp()
53 CommonRuntimeTest::TearDown(); in TearDown()
/art/compiler/utils/
Dswap_space_test.cc33 class SwapSpaceTest : public CommonRuntimeTest {
Datomic_dex_ref_map_test.cc28 class AtomicDexRefMapTest : public CommonRuntimeTest {};
/art/libartbase/
DAndroid.bp84 // For now many of these tests still use CommonRuntimeTest, almost universally because of
86 // TODO: Remove CommonRuntimeTest dependency from these tests.
/art/runtime/entrypoints/
Dmath_entrypoints_test.cc25 class MathEntrypointsTest : public CommonRuntimeTest {};
/art/compiler/
Dcommon_compiler_test.cc162 CommonRuntimeTest::SetUp(); in SetUp()
203 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()
233 CommonRuntimeTest::TearDown(); in TearDown()
/art/runtime/base/
Dfile_utils_test.cc27 class FileUtilsTest : public CommonRuntimeTest {};
/art/libartbase/base/unix_file/
Drandom_access_file_test.h38 art::CommonRuntimeTest::SetUpAndroidData(android_data_); in SetUp()
42 art::CommonRuntimeTest::TearDownAndroidData(android_data_, true); in TearDown()
/art/runtime/mirror/
Ddex_cache_test.cc33 class DexCacheTest : public CommonRuntimeTest {};
38 CommonRuntimeTest::SetUpRuntimeOptions(options); in SetUpRuntimeOptions()

1234