/test/vts/testcases/template/gtest_binary_test/ |
D | gtest_binary_test.py | 190 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/ |
D | VtsTestabilityCheckerMain.cpp | 145 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/ |
D | BusinessLogicFactory.java | 106 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/ |
D | CtsTradefedTest.java | 57 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/ |
D | CtsInstantTradefedTest.java | 57 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/ |
D | command_dut_test.py | 88 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()
|
D | command_config.py | 138 for root, dirs, files in os.walk(path): 140 full_path = os.path.join(root, config_file)
|
D | command_dut.py | 99 adb_proxy.root()
|
/test/vts-testcase/kernel/checkpoint/ |
D | VtsKernelCheckpointTest.py | 32 self.dut.adb.root() 80 self.dut.adb.root() 117 self.dut.adb.root() 149 self.dut.adb.root()
|
/test/vts/script/ |
D | run_cts_with_profiling.sh | 37 adb -s $serial_no root 41 adb -s $serial_no root 72 adb -s $serial_no root
|
D | setup-gce.sh | 17 adb root
|
D | setup-local.sh | 21 adb root
|
/test/vts-testcase/fuzz/kernel/syzkaller/ |
D | syzkaller_test.py | 85 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/ |
D | config_gen.py | 67 root = ElementTree.parse(xml_file_path).getroot() 68 plans = [e.attrib["value"] for e in root.iterfind("option") if
|
/test/vts/utils/python/reporting/ |
D | report_file_utils_test.py | 27 root = "/root" 31 return [(root, dirs, files)]
|
/test/vti/test_serving/gae/frontend/ |
D | .editorconfig | 2 root = true
|
/test/suite_harness/tools/cts-instant-tradefed/ |
D | README | 63 <android source root>/cts/tools/tradefed-host 69 cd <path to android source root>
|
/test/suite_harness/tools/cts-tradefed/ |
D | README | 71 <android source root>/cts/tools/tradefed-host 77 cd <path to android source root>
|
/test/vts/utils/native/trace_processor/ |
D | VtsTraceProcessor.cpp | 572 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/ |
D | RebootRootRemountTest.py | 54 self.dut.adb.root()
|
/test/vts-testcase/hal/usb/gadget/V1_0/host/ |
D | VtsHalUsbGadgetV1_0HostTest.py | 44 self.adb.root()
|
/test/mlts/benchmark/ |
D | build_and_run_benchmark.sh | 60 adb root
|
/test/vts/tools/build/tasks/ |
D | vts_package.mk | 193 $< --pretty --package-root $(vts_hidl_hals_package_roots) \
|
/test/vts/proto/ |
D | VtsReportMessage.proto | 188 // the path to the source file from the project root.
|
/test/vts/utils/python/controllers/ |
D | android_device.py | 759 self.adb.root()
|