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 67 class CommonRuntimeTest : public testing::Test {
77 CommonRuntimeTest();
78 ~CommonRuntimeTest();
common_runtime_test.cc 119 CommonRuntimeTest::CommonRuntimeTest() {}
120 CommonRuntimeTest::~CommonRuntimeTest() {
126 void CommonRuntimeTest::SetUpAndroidRoot() {
168 void CommonRuntimeTest::SetUpAndroidData(std::string& android_data) {
187 void CommonRuntimeTest::TearDownAndroidData(const std::string& android_data, bool fail_on_error) {
237 std::string CommonRuntimeTest::GetAndroidHostToolsDir() {
243 std::string CommonRuntimeTest::GetAndroidTargetToolsDir(InstructionSet isa) {
271 std::string CommonRuntimeTest::GetCoreArtLocation()
    [all...]

Completed in 195 milliseconds