Searched refs:toprettyxml (Results 1 - 7 of 7) sorted by relevance
/third_party/vk-gl-cts/scripts/log/ |
H A D | log_to_xml.py | 161 out.write(dstDoc.toprettyxml().splitlines()[1]) 178 for line in node.toprettyxml().splitlines(): 189 for line in dstDoc.toprettyxml().splitlines()[2:]:
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | test_data_generator_xml.py | 38 xml_file.write(document.toprettyxml().replace('\t', ' '))
|
/third_party/python/Lib/test/ |
H A D | test_minidom.py | 512 domstr = dom.toprettyxml(newl="\r\n") 519 self.assertEqual(parseString('<B>A</B>').toprettyxml(), 521 self.assertEqual(parseString('<C>A<B>A</B></C>').toprettyxml(), 523 self.assertEqual(parseString('<C><B>A</B>A</C>').toprettyxml(), 525 self.assertEqual(parseString('<C><B>A</B><B>A</B></C>').toprettyxml(), 527 self.assertEqual(parseString('<C><B>A</B>A<B>A</B></C>').toprettyxml(), 538 self.assertEqual(dom.toprettyxml(), 545 dom2 = parseString(dom.toprettyxml()) 1673 self.assertEqual(doc.toprettyxml(), 1680 self.assertEqual(doc.toprettyxml(), [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | convert_case_list_to_xml.py | 94 xml = doc.toprettyxml(indent=" ")
|
H A D | mustpass.py | 156 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
|
/third_party/vk-gl-cts/external/openglcts/scripts/ |
H A D | mustpass.py | 236 return reparsed.toprettyxml(indent='\t', encoding='utf-8')
|
/third_party/python/Lib/xml/dom/ |
H A D | minidom.py | 47 return self.toprettyxml("", "", encoding, standalone) 49 def toprettyxml(self, indent="\t", newl="\n", encoding=None, member in Node
|
Completed in 7 milliseconds