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 65 class CommonRuntimeTest : public testing::Test {
75 CommonRuntimeTest();
76 ~CommonRuntimeTest();
common_runtime_test.cc 95 CommonRuntimeTest::CommonRuntimeTest() {}
96 CommonRuntimeTest::~CommonRuntimeTest() {}
98 void CommonRuntimeTest::SetUpAndroidRoot() {
140 void CommonRuntimeTest::SetUpAndroidData(std::string& android_data) {
159 void CommonRuntimeTest::TearDownAndroidData(const std::string& android_data, bool fail_on_error) {
168 const DexFile* CommonRuntimeTest::LoadExpectSingleDexFile(const char* location) {
180 void CommonRuntimeTest::SetUp() {
228 void CommonRuntimeTest::ClearDirectory(const char* dirpath)
    [all...]

Completed in 61 milliseconds