Home
last modified time | relevance | path

Searched refs:root (Results 1 – 25 of 28) sorted by relevance

12

/test/vts/utils/native/testability_checker/
DVtsTestabilityCheckerMain.cpp145 Json::Value root(Json::objectValue); in main() local
146 root["Testable"] = Json::Value(result); in main()
147 root["instances"] = Json::Value(Json::arrayValue); in main()
149 root["instances"].append(instance); in main()
153 std::string json_output = writer.write(root); in main()
/test/mts/tools/mts-tradefed/tests/src/com/android/compatibility/tradefed/
DMtsTradefedTest.java44 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
45 System.setProperty(PROPERTY_NAME, root.getAbsolutePath()); in testSuiteInfoLoad()
46 File base = new File(root, "android-mts"); in testSuiteInfoLoad()
64 FileUtil.recursiveDelete(root); in testSuiteInfoLoad()
/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py193 root = self._ParseResultXmlString(xml_str)
194 asserts.assertEqual(root.get('tests'), '1', 'No tests available')
196 if root.get('errors') != '0' or root.get('failures') != '0':
197 messages = [x.get('message') for x in root.findall('.//failure')]
211 asserts.skipIf(root.get('disabled') == '1', 'Gtest test case disabled')
241 root = self._ParseResultXmlString(xml_str)
243 for test_suite in root:
/test/suite_harness/tools/cts-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsTradefedTest.java57 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
58 System.setProperty(PROPERTY_NAME, root.getAbsolutePath()); in testSuiteInfoLoad()
59 File base = new File(root, "android-cts"); in testSuiteInfoLoad()
71 FileUtil.recursiveDelete(root); in testSuiteInfoLoad()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicFactory.java106 JSONObject root = new JSONObject(businessLogicString); in createBL() local
108 if (root.has(AUTHENTICATION_STATUS)){ in createBL()
109 String authStatus = root.getString(AUTHENTICATION_STATUS); in createBL()
112 if (root.has(CONDITIONAL_TESTS_ENABLED)){ in createBL()
113 boolean enabled = root.getBoolean(CONDITIONAL_TESTS_ENABLED); in createBL()
116 if (root.has(TIMESTAMP)) { in createBL()
117 bl.mTimestamp = parseTimestamp(root.getString(TIMESTAMP)); in createBL()
120 jsonRulesLists = root.getJSONArray(BUSINESS_LOGIC_RULES_LISTS); in createBL()
/test/vts/tools/vts-core-tradefed/tests/src/com/android/compatibility/tradefed/
DVtsCoreTradefedTest.java58 File root = FileUtil.createTempDir("root"); in testSuiteInfoLoad() local
59 System.setProperty(PROPERTY_NAME, root.getAbsolutePath()); in testSuiteInfoLoad()
60 File base = new File(root, "android-vts"); in testSuiteInfoLoad()
72 FileUtil.recursiveDelete(root); in testSuiteInfoLoad()
/test/framework/harnesses/host_controller/command_processor/
Dcommand_dut_test.py88 mock_adb_proxy.root.assert_called_once()
103 mock_adb_proxy.root.assert_called_once()
121 mock_adb_proxy.root.assert_called_once()
135 mock_adb_proxy.root.assert_called_once()
152 mock_adb_proxy.root.assert_called_once()
Dcommand_dut.py99 adb_proxy.root()
Dcommand_config.py138 for root, dirs, files in os.walk(path):
140 full_path = os.path.join(root, config_file)
/test/vts-testcase/kernel/checkpoint/
DVtsKernelCheckpointTest.py32 self.dut.adb.root()
80 self.dut.adb.root()
117 self.dut.adb.root()
149 self.dut.adb.root()
/test/vts/script/
Drun_cts_with_profiling.sh37 adb -s $serial_no root
41 adb -s $serial_no root
72 adb -s $serial_no root
Dsetup-gce.sh17 adb root
Dsetup-local.sh21 adb root
/test/vts-testcase/fuzz/kernel/syzkaller/
Dsyzkaller_test.py85 for root, dirs, files in os.walk(self._env['syzkaller_bin_dir']):
87 os.chmod(os.path.join(root, filepath), 0755)
/test/vti/test_serving/gae/frontend/
D.editorconfig2 root = true
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py67 root = ElementTree.parse(xml_file_path).getroot()
68 plans = [e.attrib["value"] for e in root.iterfind("option") if
/test/vts/utils/python/reporting/
Dreport_file_utils_test.py27 root = "/root"
31 return [(root, dirs, files)]
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh177 adb root
188 adb wait-for-usb-device root
/test/vts/tools/vts-core-tradefed/
DREADME69 <android source root>/test/vts/tools/vts-tradefed
75 cd <path to android source root>
/test/suite_harness/tools/cts-tradefed/
DREADME71 <android source root>/cts/tools/tradefed-host
77 cd <path to android source root>
/test/vts/testcases/host/reboot/RebootRootRemountTest/
DRebootRootRemountTest.py54 self.dut.adb.root()
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.cpp572 Json::Value root(Json::objectValue); in GetTestListForHal() local
573 root["Hal_name"] = Json::Value(it->first); in GetTestListForHal()
582 root["Test_list"] = arr; in GetTestListForHal()
583 fout << root.toStyledString(); in GetTestListForHal()
/test/vts-testcase/hal/usb/gadget/V1_0/host/
DVtsHalUsbGadgetV1_0HostTest.py44 self.adb.root()
/test/mts/tools/mts-tradefed/
DREADME55 cd <path to android source root>
/test/vts/proto/
DVtsReportMessage.proto188 // the path to the source file from the project root.

12