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

  /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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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()
575 and clone.toxml() == '<doc attr="value"/>'
584 and clone.toxml() == '<doc attr="value"><foo/></doc>'
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 45 def toxml(self, encoding = None): member in class:Node
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
xmlbuilder.py 363 return snode.toxml()
minidom.py 44 def toxml(self, encoding = None): member in class:Node
    [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...]
  /test/vts-testcase/hal/script/configure/
test_case_creator.py 422 declaration = doc.toxml()

Completed in 525 milliseconds