Home
last modified time | relevance | path

Searched refs:dom (Results 1 – 10 of 10) sorted by relevance

/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DNdkApiXmlReport.java21 import org.w3c.dom.Attr;
22 import org.w3c.dom.Document;
23 import org.w3c.dom.Element;
24 import org.w3c.dom.Node;
44 import javax.xml.transform.dom.DOMSource;
132 Document dom; in main() local
139 dom = db.newDocument(); in main()
142 Element apiEle = dom.createElement(API_TAG); in main()
143 Element pkgEle = dom.createElement(PACKAGE_TAG); in main()
144 setAttribute(dom, pkgEle, ATTRIBUTE_NAME, NDK_PACKAGE_NAME); in main()
[all …]
/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesValidConfigTest.java34 import org.w3c.dom.Document;
35 import org.w3c.dom.Element;
36 import org.w3c.dom.NodeList;
113 Document dom = db.parse(getClass().getResourceAsStream("/cts_all_compat_config.xml")); in getExpectedCompatConfig() local
114 Element root = dom.getDocumentElement(); in getExpectedCompatConfig()
/cts/tools/utils/
Dandroid_api_description_splitter.py80 import xml.dom.minidom;
86 self.doc = xml.dom.minidom.parse(xmlfile)
106 if child.nodeType == xml.dom.minidom.Node.ELEMENT_NODE:
125 doc = xml.dom.minidom.Document()
Drerun.py19 from xml.dom import Node
20 from xml.dom import minidom
DbuildCts.py26 import xml.dom.minidom as dom namespace
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCurrentApiHelper.java24 import org.w3c.dom.Document;
25 import org.w3c.dom.Element;
26 import org.w3c.dom.NodeList;
129 Document dom = db.parse(apiFile.toURI().toString()); in parseXmlFile() local
131 return dom; in parseXmlFile()
/cts/hostsidetests/appcompat/host/lib/src/android/compat/cts/
DChange.java23 import org.w3c.dom.Element;
24 import org.w3c.dom.Node;
/cts/suite/cts/utils/
Dget_csv_report.py21 from xml.dom import Node
22 from xml.dom import minidom
/cts/tools/utils/cts/
Dtools.py20 import xml.dom.minidom as minidom
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java45 import org.w3c.dom.Document;
46 import org.w3c.dom.Element;