Home
last modified time | relevance | path

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

/tools/treble/split/
Dmanifest_diff_test.py16 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>
Dxml_diff_test.py16 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>
Dmanifest_split_test.py23 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)
Dmanifest_diff.py24 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()
Dxml_diff.py17 import xml.etree.ElementTree as ET namespace
20 Element = ET.Element
69 return ET.tostring(e).decode(encoding='UTF-8').strip()
Dmanifest_split.py83 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/
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)
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/
Dgen_corpus2.py1 import xml.etree.ElementTree as ET namespace
20 element = ET.Element(tag_name)
50 tree = ET.ElementTree(root_element)
/tools/asuite/atest/
Datest_utils.py46 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 …]
Dbazel_mode.py49 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/
Dgss7000.py21 import xml.etree.ElementTree as ET namespace
39 root = ET.fromstring(xml_string)
164 root = ET.fromstring(xml)
/tools/asuite/atest/test_finders/
Dtest_finder_utils.py34 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/
Dlatency.py36 import xml.etree.ElementTree as ET namespace
69 root = ET.parse(xml_file).getroot()
/tools/treble/build/sandbox/
Dconfig.py16 import xml.etree.ElementTree as ET namespace
376 tree = ET.parse(config_filename)
Doverlay.py29 import xml.etree.ElementTree as ET namespace
412 allowed_projects = ET.parse(build_config.allowed_projects_file)
/tools/test/connectivity/acts/framework/acts/controllers/
Dbluetooth_pts_device.py56 import xml.etree.ElementTree as ET namespace
731 rough_string = ET.tostring(self.xml_root,
/tools/test/connectivity/acts_tests/tests/google/nr/cbr/
DCellBroadcastTest.py20 import xml.etree.ElementTree as ET namespace
346 tree = ET.parse(self.carrier_test_conf)