HomeSort by relevance Sort by last modified time
    Searched refs:toxml (Results 1 - 17 of 17) sorted by null

  /external/chromium-trace/catapult/third_party/html5lib-python/html5lib/tests/
test_sanitizer.py 14 def toxml(element): function in function:toxmlFactory
19 return toxml
22 def runSanitizerTest(name, expected, input, toxml=None):
23 if toxml is None:
24 toxml = toxmlFactory()
25 expected = ''.join([toxml(token) for token in html5parser.HTMLParser().
31 def sanitize_html(stream, toxml=None):
32 if toxml is None:
33 toxml = toxmlFactory()
34 return ''.join([toxml(token) for token i
    [all...]
  /external/parameter-framework/upstream/tools/xmlGenerator/
hostConfig.py 58 outfile.write(dom.toxml())
  /cts/tools/utils/
android_api_description_splitter.py 131 fd.write(doc.toxml())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 81 and root.toxml() == "<doc><element/><foo/></doc>"
93 and root.toxml() == "<doc><element/><foo/><element/></doc>"
105 and root.toxml() ==
224 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAA")
237 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAB")
431 domstr = dom.toxml()
473 dom.getElementsByTagName('B')[0].childNodes[0].toxml(),
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
609 and clone.toxml() == '<doc attr="value"/>'
618 and clone.toxml() == '<doc attr="value"><foo/></doc>
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 81 and root.toxml() == "<doc><element/><foo/></doc>"
93 and root.toxml() == "<doc><element/><foo/><element/></doc>"
105 and root.toxml() ==
224 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAA")
237 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAB")
431 domstr = dom.toxml()
473 dom.getElementsByTagName('B')[0].childNodes[0].toxml(),
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
609 and clone.toxml() == '<doc attr="value"/>'
618 and clone.toxml() == '<doc attr="value"><foo/></doc>
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 81 and root.toxml() == "<doc><element/><foo/></doc>"
93 and root.toxml() == "<doc><element/><foo/><element/></doc>"
105 and root.toxml() ==
224 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAA")
237 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAB")
431 domstr = dom.toxml()
473 dom.getElementsByTagName('B')[0].childNodes[0].toxml(),
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
609 and clone.toxml() == '<doc attr="value"/>'
618 and clone.toxml() == '<doc attr="value"><foo/></doc>
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 81 and root.toxml() == "<doc><element/><foo/></doc>"
93 and root.toxml() == "<doc><element/><foo/><element/></doc>"
105 and root.toxml() ==
224 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAA")
237 self.confirm(el.toxml() == '<abc spam="jam2"/>', "testAAB")
431 domstr = dom.toxml()
473 dom.getElementsByTagName('B')[0].childNodes[0].toxml(),
474 dom2.getElementsByTagName('B')[0].childNodes[0].toxml())
609 and clone.toxml() == '<doc attr="value"/>'
618 and clone.toxml() == '<doc attr="value"><foo/></doc>
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 45 def toxml(self, encoding = None): member in class:Node
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 45 def toxml(self, encoding = None): member in class:Node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 45 def toxml(self, encoding = None): member in class:Node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 45 def toxml(self, encoding = None): member in class:Node
    [all...]
  /external/autotest/client/tests/kvm/tests/
unattended_install.py 388 contents = doc.toxml()
401 contents = doc.toxml()
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sdb/db/manager/
xmlmanager.py 422 resp = self._make_request("PUT", url, body=doc.toxml())

Completed in 153 milliseconds