/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() 494 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) 94 ET.indent(self.tree) 102 new_tree = ET.ElementTree() 103 new_tree._setroot(ET.Element("config")) 105 new_change = ET.Element("compat-change")
|
/tools/security/fuzzing/llm/tinyxml2_fuzzer/ |
D | gen_corpus2.py | 1 import xml.etree.ElementTree as ET namespace 20 element = ET.Element(tag_name) 50 tree = ET.ElementTree(root_element)
|
/tools/asuite/atest/ |
D | atest_utils.py | 46 import xml.etree.ElementTree as ET namespace 1180 xml_root = ET.parse(xml).getroot() 1181 except (IOError, OSError, ET.ParseError): 1200 xml_root = ET.parse(xml).getroot() 1201 except (IOError, OSError, ET.ParseError): 1347 xml_root = ET.parse(test_config).getroot() 1369 xml_root = ET.parse(test_config).getroot() 1392 xml_root = ET.parse(test_config).getroot() 1397 except ET.ParseError as e: 1414 xml_root = ET.parse(test_config).getroot() [all …]
|
D | bazel_mode.py | 49 from xml.etree import ElementTree as ET unknown 1142 xml_root = ET.parse(test_xml_config_template).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/test_finders/ |
D | test_finder_utils.py | 34 import xml.etree.ElementTree as ET namespace 572 xml_root = ET.parse(xml_file).getroot() 762 xml_root = ET.parse(xml_file).getroot() 800 xml_root = ET.parse(xml_file).getroot() 1008 xml_root = ET.parse(xml_file).getroot() 1258 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 | 56 import xml.etree.ElementTree as ET namespace 731 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 346 tree = ET.parse(self.carrier_test_conf)
|