/tools/treble/split/ |
D | manifest_diff_test.py | 16 import xml.etree.ElementTree as ET namespace 32 p1 = ET.fromstring("""<project attr1="hello"> 38 p2 = ET.fromstring("""<project> 73 p1 = ET.fromstring("""<project attr1="hello"> 83 m1 = ET.fromstring("""<manifest> 88 m2 = ET.fromstring("""<manifest> 107 m1 = ET.fromstring("""<manifest> 113 m2 = ET.fromstring("""<manifest> 135 m1 = ET.fromstring("""<manifest> 140 m2 = ET.fromstring("""<manifest>
|
D | xml_diff_test.py | 16 import xml.etree.ElementTree as ET namespace 24 e1 = ET.fromstring('<node attr1="hello" attr2="hello2" ignored="me"/>') 25 e2 = ET.fromstring('<node attr3="hello3" attr2="bye2"/>') 34 p1 = ET.fromstring("""<parent> 40 p2 = ET.fromstring("""<parent>
|
D | manifest_split_test.py | 23 import xml.etree.ElementTree as ET namespace 62 manifest = ET.ElementTree(ET.fromstring(manifest_contents)) 288 ET.ElementTree(ET.fromstring(manifest_contents)), input_projects, 294 ET.tostring(projects[0]).strip().decode(), 396 split_manifest = ET.parse(split_manifest_file.name) 592 split_manifest = ET.parse(split_manifest_file.name)
|
D | manifest_diff.py | 24 import xml.etree.ElementTree as ET namespace 28 Element = ET.Element 245 e1 = ET.parse(manifest_a).getroot() 246 e2 = ET.parse(manifest_b).getroot()
|
D | xml_diff.py | 17 import xml.etree.ElementTree as ET namespace 20 Element = ET.Element 69 return ET.tostring(e).decode(encoding='UTF-8').strip()
|
D | manifest_split.py | 83 import xml.etree.ElementTree as ET namespace 147 root = ET.parse(config_file).getroot() 493 original_manifest = ET.parse(manifest_file)
|
/tools/platform-compat/build/ |
D | process_compat_config.py | 25 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-py2/test_finders/ |
D | test_finder_utils.py | 27 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/spirent_lib/ |
D | gss7000.py | 21 import xml.etree.ElementTree as ET namespace 39 root = ET.fromstring(xml_string) 164 root = ET.fromstring(xml)
|
/tools/asuite/atest/ |
D | atest_utils.py | 45 import xml.etree.ElementTree as ET namespace 1304 xml_root = ET.parse(test_config).getroot() 1324 xml_root = ET.parse(test_config).getroot() 1344 xml_root = ET.parse(test_config).getroot() 1360 xml_root = ET.parse(test_config).getroot() 1408 xml_root = ET.parse(test_config).getroot() 1510 xml_root = ET.parse(test_config).getroot()
|
/tools/asuite/atest/test_finders/ |
D | test_finder_utils.py | 32 import xml.etree.ElementTree as ET namespace 667 xml_root = ET.parse(xml_file).getroot() 855 xml_root = ET.parse(xml_file).getroot() 893 xml_root = ET.parse(xml_file).getroot() 1133 xml_root = ET.parse(xml_file).getroot() 1398 xml_root = ET.parse(test_xml).getroot()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | latency.py | 36 import xml.etree.ElementTree as ET namespace 69 root = ET.parse(xml_file).getroot()
|
/tools/treble/build/sandbox/ |
D | config.py | 16 import xml.etree.ElementTree as ET namespace 376 tree = ET.parse(config_filename)
|
D | overlay.py | 29 import xml.etree.ElementTree as ET namespace 412 allowed_projects = ET.parse(build_config.allowed_projects_file)
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | bluetooth_pts_device.py | 57 import xml.etree.ElementTree as ET namespace 732 rough_string = ET.tostring(self.xml_root,
|
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/ |
D | CellBroadcastTest.py | 20 import xml.etree.ElementTree as ET namespace 246 tree = ET.parse(self.carrier_test_conf)
|
/tools/metalava/gradle/ |
D | verification-keyring.keys | 961 2ydlx1nY3w8s/ET+HDsywl8Wz9f5B1wKyzbD0q006rM6dgZwvlzNKFrTf7IaJfs7
|