OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:minidom
(Results
1 - 18
of
18
) sorted by null
/cts/tools/utils/
android_api_description_splitter.py
80
import xml.dom.
minidom
;
namespace
86
self.doc = xml.dom.
minidom
.parse(xmlfile)
106
if child.nodeType == xml.dom.
minidom
.Node.ELEMENT_NODE:
125
doc = xml.dom.
minidom
.Document()
buildCts.py
24
import xml.dom.
minidom
as dom
/external/gtest/test/
gtest_xml_outfiles_test.py
42
from xml.dom import
minidom
, Node
namespace
120
expected =
minidom
.parseString(expected_xml)
122
actual =
minidom
.parse(output_file1)
124
actual =
minidom
.parse(output_file2)
gtest_xml_output_unittest.py
43
from xml.dom import
minidom
, Node
namespace
166
expected =
minidom
.parseString(expected_xml)
167
actual =
minidom
.parse(xml_path)
gtest_xml_test_utils.py
39
from xml.dom import
minidom
, Node
namespace
/external/protobuf/gtest/test/
gtest_xml_outfiles_test.py
37
from xml.dom import
minidom
, Node
namespace
118
expected =
minidom
.parseString(expected_xml)
120
actual =
minidom
.parse(output_file1)
122
actual =
minidom
.parse(output_file2)
gtest_xml_output_unittest.py
39
from xml.dom import
minidom
, Node
namespace
212
expected =
minidom
.parseString(expected_xml)
213
actual =
minidom
.parse(xml_path)
gtest_xml_test_utils.py
37
from xml.dom import
minidom
, Node
namespace
/development/testrunner/
android_manifest.py
26
import xml.dom.
minidom
namespace
65
self._dom = xml.dom.
minidom
.parse(self._manifest_path)
coverage_targets.py
17
import xml.dom.
minidom
namespace
57
doc = xml.dom.
minidom
.parse(file_path)
/external/webkit/WebKitTools/Scripts/
update-sources-list.py
30
from xml.dom import
minidom
namespace
46
doc =
minidom
.parse(filepath)
sort-Xcode-project-file
44
minidom
/development/testrunner/test_defs/
test_defs.py
21
import xml.dom.
minidom
namespace
55
doc = xml.dom.
minidom
.parse(file_path)
69
doc = xml.dom.
minidom
.parseString(xml_string)
xml_suite_helper.py
21
import xml.dom.
minidom
namespace
/cts/tools/utils/cts/
tools.py
20
import xml.dom.
minidom
as
minidom
namespace
94
"""Returns a
minidom
Document representing the test package structure."""
95
doc =
minidom
.Document()
162
doc =
minidom
.Document()
181
self.doc =
minidom
.parse(path)
/packages/providers/CalendarProvider/
maketests.py
14
from xml.dom import
minidom
namespace
71
dom =
minidom
.parse(data)
/packages/apps/Browser/tools/
get_search_engines.py
32
from xml.dom import
minidom
namespace
251
engines_dom =
minidom
.parseString(contents)
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_results_generator.py
37
import xml.dom.
minidom
namespace
134
dom = xml.dom.
minidom
.parseString(output)
Completed in 953 milliseconds