Searched refs:xml_root (Results 1 – 7 of 7) 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,
551 xml_root = ET.parse(xml_file).getroot()552 return get_targets_from_xml_root(xml_root, module_info)595 def get_targets_from_xml_root(xml_root, module_info): argument611 option_tags = xml_root.findall('.//option')631 nodes_with_class = xml_root.findall(".//*[@class]")673 def _specified_bitness(xml_root): argument682 option_tags = xml_root.findall('.//option')736 xml_root = ET.parse(xml_file).getroot()738 option_tags = xml_root.findall('.//include')774 xml_root = ET.parse(xml_file).getroot()[all …]
131 xml_root = self.tf_finder._load_xml_file(xml_file)132 include_tags = xml_root.findall('.//include')134 option_tags = xml_root.findall('.//option')
81 xml_root = self._load_xml_file(config_file)82 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,