Searched defs:ElementTree (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/metrics/histograms/
H A Dhistogram_ownership.py10 import xml.etree.ElementTree namespace
15 tree = xml.etree.ElementTree.parse('histograms.xml')
/external/markdown/markdown/
H A Detree_loader.py7 """Import the best implementation of ElementTree, return a module object."""
9 try: # Is it Python 2.5+ with C implemenation of ElementTree installed?
12 try: # Is it Python 2.5+ with Python implementation of ElementTree?
13 import xml.etree.ElementTree as etree
18 try: # An earlier version of Python with Python ElementTree?
19 import elementtree.ElementTree as etree
21 message(CRITICAL, "Failed to import ElementTree") namespace
29 message(CRITICAL, "For ElementTree version 1.1 or higher is required")
H A Dhtml4.py4 # Taken from ElementTree 1.3 preview with slight modifications
12 # The ElementTree toolkit is
41 ElementTree = markdown.etree.ElementTree variable
273 write_html(ElementTree(element).getroot(),file,encoding)
/external/chromium_org/tools/resources/
H A Dlist_unused_grit_header.py15 import xml.etree.ElementTree namespace
53 part_tree = xml.etree.ElementTree.parse(part_file)
203 tree = xml.etree.ElementTree.parse(grd_file)
/external/chromium_org/third_party/markdown/
H A Dserializers.py36 # Taken from ElementTree 1.3 preview with slight modifications
44 # The ElementTree toolkit is
75 ElementTree = util.etree.ElementTree variable
306 return _write_html(ElementTree(element).getroot(), format="html")
309 return _write_html(ElementTree(element).getroot(), format="xhtml")
/external/chromium_org/components/test/data/password_manager/
H A Denvironment.py12 from xml.etree import ElementTree namespace
114 self.passwords_tree = ElementTree.parse(passwords_path).getroot()
/external/chromium_org/tools/telemetry/third_party/davclient/
H A Ddavclient.py19 from xml.etree import ElementTree namespace
21 from elementtree import ElementTree namespace
32 ElementTree.SubElement(parent, '{%s}%s' % (namespace, obj))
34 ElementTree.SubElement(parent, obj)
40 key_etree = ElementTree.SubElement(parent, '{%s}%s' % (namespace, key))
43 key_etree = ElementTree.SubElement(parent, key)
100 self.response.tree = ElementTree.fromstring(self.response.body)
198 root = ElementTree.Element('{DAV:}propfind')
200 ElementTree.SubElement(root, '{DAV:}%s' % properties)
202 props = ElementTree
[all...]
/external/jsoncpp/
H A Dmakerelease.py19 import xml.etree.ElementTree as ElementTree namespace
60 etree = ElementTree.fromstring( stdout )
/external/chromium_org/tools/
H A Dbisect-builds.py103 from xml.etree import ElementTree namespace
262 document = ElementTree.parse(handle)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 308 milliseconds