Searched refs:ET (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/tests/unit/tools/ |
| H A D | generate_ut_proj.py | 6 import xml.etree.ElementTree as ET namespace 638 comp = ET.SubElement(root, tag) 648 root = ET.parse(path).getroot() 651 root = ET.Element('project') 656 tree = ET.ElementTree(root) 657 ET.indent(tree, space=' ', level=0) 680 target = ET.SubElement(comp, "target") 685 conf = ET.SubElement(target, "configuration") 708 conf = ET.SubElement(comp, "configuration", name=t, 720 ET.SubElement(conf, "method", v="2")
|
| /xnu-12377.61.12/tools/lldbmacros/ |
| H A D | sysreg.py | 15 import xml.etree.ElementTree as ET namespace 65 tree = ET.parse(xmlfilename)
|