Home
last modified time | relevance | path

Searched refs:xml_root (Results 1 – 6 of 6) sorted by relevance

/tools/asuite/atest/test_finders/
Dtest_finder_utils.py572 xml_root = ET.parse(xml_file).getroot()
573 return get_targets_from_xml_root(xml_root, module_info)
616 def get_targets_from_xml_root(xml_root, module_info): argument
632 option_tags = xml_root.findall('.//option')
653 nodes_with_class = xml_root.findall('.//*[@class]')
698 def _specified_bitness(xml_root): argument
707 option_tags = xml_root.findall('.//option')
762 xml_root = ET.parse(xml_file).getroot()
764 option_tags = xml_root.findall('.//include')
800 xml_root = ET.parse(xml_file).getroot()
[all …]
Dtf_integration_finder_unittest.py148 xml_root = self.tf_finder._load_xml_file(xml_file)
149 include_tags = xml_root.findall('.//include')
151 option_tags = xml_root.findall('.//option')
Dtf_integration_finder.py90 xml_root = self._load_xml_file(config_file)
92 xml_root, self.module_info
/tools/asuite/atest/
Datest_utils.py1180 xml_root = ET.parse(xml).getroot()
1188 default_tags = xml_root.findall('./default')
1200 xml_root = ET.parse(xml).getroot()
1208 include_tags = xml_root.findall('./include')
1347 xml_root = ET.parse(test_config).getroot()
1348 option_tags = xml_root.findall('.//option')
1369 xml_root = ET.parse(test_config).getroot()
1370 option_tags = xml_root.findall('.//option')
1392 xml_root = ET.parse(test_config).getroot()
1393 device_tags = xml_root.findall('.//device')
[all …]
Dbazel_mode.py1142 xml_root = ET.parse(test_xml_config_template).getroot()
1143 option = xml_root.find(".//option[@name='java-folder']")
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py270 self.xml_root = Element("ARCHIVE")
273 self.xml_root.append(version)
728 self.xml_root.append(self.xml_pts_pixit)
729 self.xml_root.append(self.xml_pts_running_log)
730 self.xml_root.append(self.xml_pts_running_summary)
731 rough_string = ET.tostring(self.xml_root,