Searched refs:minidom (Results 1 - 4 of 4) sorted by relevance

/development/testrunner/
H A Dandroid_manifest.py26 import xml.dom.minidom namespace
65 self._dom = xml.dom.minidom.parse(self._manifest_path)
H A Dcoverage_targets.py17 import xml.dom.minidom namespace
57 doc = xml.dom.minidom.parse(file_path)
/development/testrunner/test_defs/
H A Dtest_defs.py21 import xml.dom.minidom namespace
55 doc = xml.dom.minidom.parse(file_path)
69 doc = xml.dom.minidom.parseString(xml_string)
H A Dxml_suite_helper.py21 import xml.dom.minidom namespace

Completed in 4 milliseconds