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

  /external/deqp/scripts/
convert_case_list_to_xml.py 94 xml = doc.toprettyxml(indent=" ")
mustpass.py 284 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/Xml/
XmlRoutines.py 228 print C.toprettyxml(indent = " ")
  /external/deqp/scripts/log/
log_to_xml.py 170 text = dstDoc.toprettyxml()
  /external/python/cpython2/Lib/test/
test_minidom.py 430 domstr = dom.toprettyxml(newl="\r\n")
437 self.assertEqual(parseString('<B>A</B>').toprettyxml(),
439 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(),
441 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(),
443 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(),
445 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(),
456 self.assertEqual(dom.toprettyxml(),
463 dom2 = parseString(dom.toprettyxml())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
445 self.assertEqual(parseString('<B>A</B>').toprettyxml(),
447 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(),
449 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(),
451 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(),
453 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(),
464 self.assertEqual(dom.toprettyxml(),
471 dom2 = parseString(dom.toprettyxml())
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
445 self.assertEqual(parseString('<B>A</B>').toprettyxml(),
447 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(),
449 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(),
451 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(),
453 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(),
464 self.assertEqual(dom.toprettyxml(),
471 dom2 = parseString(dom.toprettyxml())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
445 self.assertEqual(parseString('<B>A</B>').toprettyxml(),
447 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(),
449 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(),
451 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(),
453 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(),
464 self.assertEqual(dom.toprettyxml(),
471 dom2 = parseString(dom.toprettyxml())
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
445 self.assertEqual(parseString('<B>A</B>').toprettyxml(),
447 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(),
449 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(),
451 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(),
453 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(),
464 self.assertEqual(dom.toprettyxml(),
471 dom2 = parseString(dom.toprettyxml())
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
IniToXml.py 498 File.write(Root.toprettyxml(indent = ' '))
XmlParser.py 271 XmlContent = Root.toprettyxml(indent=' ')
    [all...]
  /test/vts-testcase/hal/script/configure/
test_case_creator.py 426 reparsed.toprettyxml(indent=" ")[len(declaration) + 1:])
  /external/parameter-framework/upstream/tools/coverage/
coverage.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 45 return self.toprettyxml("", "", encoding)
47 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /external/python/cpython2/Lib/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 46 return self.toprettyxml("", "", encoding)
48 def toprettyxml(self, indent="\t", newl="\n", encoding = None): member in class:Node
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_minidom.py 438 domstr = dom.toprettyxml(newl="\r\n")
    [all...]

Completed in 671 milliseconds