Searched refs:xml_root (Results 1 – 8 of 8) sorted by relevance
540 xml_root = ET.parse(xml_file).getroot()541 return get_targets_from_xml_root(xml_root, module_info)584 def get_targets_from_xml_root(xml_root, module_info): argument600 option_tags = xml_root.findall('.//option')620 nodes_with_class = xml_root.findall(".//*[@class]")662 def _specified_bitness(xml_root): argument671 option_tags = xml_root.findall('.//option')725 xml_root = ET.parse(xml_file).getroot()727 option_tags = xml_root.findall('.//include')763 xml_root = ET.parse(xml_file).getroot()[all …]
127 xml_root = self.tf_finder._load_xml_file(xml_file)128 include_tags = xml_root.findall('.//include')130 option_tags = xml_root.findall('.//option')
79 xml_root = self._load_xml_file(config_file)80 targets = test_finder_utils.get_targets_from_xml_root(xml_root,
610 xml_root = ET.parse(xml_file).getroot()611 return get_targets_from_xml_root(xml_root, module_info)654 def get_targets_from_xml_root(xml_root, module_info): argument670 option_tags = xml_root.findall('.//option')689 nodes_with_class = xml_root.findall(".//*[@class]")733 def _specified_bitness(xml_root): argument742 option_tags = xml_root.findall('.//option')796 xml_root = ET.parse(xml_file).getroot()798 option_tags = xml_root.findall('.//include')834 xml_root = ET.parse(xml_file).getroot()[all …]
132 xml_root = self.tf_finder._load_xml_file(xml_file)133 include_tags = xml_root.findall('.//include')135 option_tags = xml_root.findall('.//option')
88 xml_root = self._load_xml_file(config_file)89 targets = test_finder_utils.get_targets_from_xml_root(xml_root,
271 self.xml_root = Element("ARCHIVE")274 self.xml_root.append(version)729 self.xml_root.append(self.xml_pts_pixit)730 self.xml_root.append(self.xml_pts_running_log)731 self.xml_root.append(self.xml_pts_running_summary)732 rough_string = ET.tostring(self.xml_root,
1169 xml_root = ET.parse(test_config).getroot()1170 option_tags = xml_root.findall('.//option')1189 xml_root = ET.parse(test_config).getroot()1190 option_tags = xml_root.findall('.//option')