Home
last modified time | relevance | path

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

12

/test/vts/testcases/template/gtest_binary_test/
Dgtest_binary_test.py190 root = self._ParseResultXmlString(xml_str)
191 asserts.assertEqual(root.get('tests'), '1', 'No tests available')
193 if root.get('errors') != '0' or root.get('failures') != '0':
194 messages = [x.get('message') for x in root.findall('.//failure')]
208 asserts.skipIf(root.get('disabled') == '1', 'Gtest test case disabled')
238 root = self._ParseResultXmlString(xml_str)
240 for test_suite in root:
/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/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/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/tools/cts-instant-tradefed/tests/src/com/android/compatibility/tradefed/
DCtsInstantTradefedTest.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_instant"); in testSuiteInfoLoad()
71 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_config.py138 for root, dirs, files in os.walk(path):
140 full_path = os.path.join(root, config_file)
Dcommand_dut.py99 adb_proxy.root()
/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/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/vti/test_serving/gae/frontend/
D.editorconfig2 root = true
/test/suite_harness/tools/cts-instant-tradefed/
DREADME63 <android source root>/cts/tools/tradefed-host
69 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/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/testcases/host/reboot/RebootRootRemountTest/
DRebootRootRemountTest.py54 self.dut.adb.root()
/test/vts-testcase/hal/usb/gadget/V1_0/host/
DVtsHalUsbGadgetV1_0HostTest.py44 self.adb.root()
/test/mlts/benchmark/
Dbuild_and_run_benchmark.sh60 adb root
/test/vts/tools/build/tasks/
Dvts_package.mk193 $< --pretty --package-root $(vts_hidl_hals_package_roots) \
/test/vts/proto/
DVtsReportMessage.proto188 // the path to the source file from the project root.
/test/vts/utils/python/controllers/
Dandroid_device.py759 self.adb.root()

12