Searched defs:CommonRuntimeTest (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.h66 class CommonRuntimeTest : public testing::Test { class in namespace:art
76 CommonRuntimeTest();
77 ~CommonRuntimeTest();
H A Dcommon_runtime_test.cc104 CommonRuntimeTest::CommonRuntimeTest() {} function in class:art::CommonRuntimeTest
105 CommonRuntimeTest::~CommonRuntimeTest() {}
107 void CommonRuntimeTest::SetUpAndroidRoot() {
149 void CommonRuntimeTest::SetUpAndroidData(std::string& android_data) {
168 void CommonRuntimeTest::TearDownAndroidData(const std::string& android_data, bool fail_on_error) {
177 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) {
189 void CommonRuntimeTest::SetUp() {
237 void CommonRuntimeTest
[all...]

Completed in 32 milliseconds