Home
last modified time | relevance | path

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

/xnu-12377.81.4/tests/unit/tools/
H A Dgenerate_ut_proj.py6 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.81.4/tools/lldbmacros/
H A Dsysreg.py15 import xml.etree.ElementTree as ET namespace
65 tree = ET.parse(xmlfilename)