Home
last modified time | relevance | path

Searched refs:xmlpath (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/util/
Ddriconf_static.py83 def __init__(self, xmlpath): argument
85 root = ElementTree.parse(xmlpath).getroot()
/third_party/python/Lib/test/libregrtest/
Dmain.py176 if ns.xmlpath:
562 if not self.ns.xmlpath and not self.testsuite_xml:
581 xmlpath = os.path.join(os_helper.SAVEDCWD, self.ns.xmlpath)
582 with open(xmlpath, 'wb') as f:
Dsetup.py102 if ns.xmlpath:
Druntest.py189 support.junit_xml_list = xml_list = [] if ns.xmlpath else None
/third_party/mesa3d/src/compiler/isaspec/
Disa.py407 def __init__(self, xmlpath): argument
408 self.base_path = os.path.dirname(xmlpath)
433 root = ElementTree.parse(xmlpath).getroot()