Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_split_test.py22 import xml.etree.ElementTree as ET namespace
179 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects,
185 ET.tostring(projects[0]).strip().decode(),
189 manifest = ET.ElementTree(ET.fromstring('<manifest></manifest>'))
190 manifest_sha1 = hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest()
192 ET.tostring(
275 split_manifest = ET.parse(split_manifest_file.name)
Dmanifest_split.py70 import xml.etree.ElementTree as ET namespace
94 root = ET.parse(config_file).getroot()
330 sha1_element = ET.Element("hash")
334 hashlib.sha1(ET.tostring(manifest.getroot())).hexdigest())
424 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/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/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/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/
Doverlay.py29 import xml.etree.ElementTree as ET namespace
382 tree = ET.parse(config_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,