Home
last modified time | relevance | path

Searched refs:ET (Results 1 – 9 of 9) sorted by relevance

/tools/treble/split/
Dmanifest_split_test.py23 import xml.etree.ElementTree as ET namespace
235 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects,
241 ET.tostring(projects[0]).strip().decode(),
245 manifest = ET.ElementTree(ET.fromstring('<manifest></manifest>'))
246 manifest_sha1 = hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest()
248 ET.tostring(
352 split_manifest = ET.parse(split_manifest_file.name)
Dmanifest_split.py78 import xml.etree.ElementTree as ET namespace
107 root = ET.parse(config_file).getroot()
391 sha1_element = ET.Element("hash")
395 hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest())
535 original_manifest = ET.parse(manifest_file)
/tools/platform-compat/build/
Dprocess_compat_config.py25 import xml.etree.ElementTree as ET namespace
56 self.tree = ET.ElementTree()
57 self.tree._setroot(ET.Element("config"))
65 xml = ET.parse(xmlFile)
101 new_tree = ET.ElementTree()
102 new_tree._setroot(ET.Element("config"))
104 new_change = ET.Element("compat-change")
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py30 import xml.etree.ElementTree as ET namespace
551 xml_root = ET.parse(xml_file).getroot()
736 xml_root = ET.parse(xml_file).getroot()
774 xml_root = ET.parse(xml_file).getroot()
993 xml_root = ET.parse(xml_file).getroot()
/tools/tradefederation/core/atest/test_finders/
Dtest_finder_utils.py27 import xml.etree.ElementTree as ET namespace
540 xml_root = ET.parse(xml_file).getroot()
725 xml_root = ET.parse(xml_file).getroot()
763 xml_root = ET.parse(xml_file).getroot()
978 xml_root = ET.parse(xml_file).getroot()
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dlatency.py36 import xml.etree.ElementTree as ET namespace
69 root = ET.parse(xml_file).getroot()
/tools/treble/build/sandbox/
Dconfig.py17 import xml.etree.ElementTree as ET namespace
381 tree = ET.parse(config_filename)
Doverlay.py29 import xml.etree.ElementTree as ET namespace
345 allowed_projects = ET.parse(build_config.allowed_projects_file)
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py57 import xml.etree.ElementTree as ET namespace
732 rough_string = ET.tostring(self.xml_root,