HomeSort by relevance Sort by last modified time
    Searched defs:CommonRuntimeTest (Results 1 - 2 of 2) sorted by null

  /art/runtime/
common_runtime_test.h 66 class CommonRuntimeTest : public testing::Test {
76 CommonRuntimeTest();
77 ~CommonRuntimeTest();
common_runtime_test.cc 104 CommonRuntimeTest::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::ClearDirectory(const char* dirpath)
    [all...]

Completed in 2711 milliseconds