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

  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
doc_writer_unittest.py 83 self.writer._main_div.toxml(),
133 e1.toxml(),
140 e2.toxml(),
147 e3.toxml(),
166 self.doc_root.toxml(),
187 self.doc_root.toxml(),
208 self.doc_root.toxml(),
222 self.doc_root.toxml(),
254 e1.toxml(),
265 e2.toxml(),
    [all...]
xml_formatted_writer.py 69 xml = doc.toxml()
doc_writer.py 652 return self._main_div.toxml()
654 # return self._doc.toxml()
  /external/chromium_org/tools/grit/grit/gather/
policy_json.py 44 example_text.append(node2.toxml())
47 node2.toxml())
  /external/chromium_org/content/browser/tracing/
generate_trace_viewer_grd.py 77 output_file.write(doc.toxml(encoding='UTF-8'))
  /external/chromium/net/tools/testserver/
xmppserver_test.py 18 self.assertEqual(xml.toxml(), xml_text)
35 self.assertEqual(xml_clone.toxml(), xml_text)
45 self.stanzas.append(stanza.toxml())
xmppserver.py 33 xml_text = xml_element.toxml()
44 # the attribute value to None, which causes toxml() or toprettyxml()
460 self.SendData(stanza.toxml())
  /cts/tools/utils/
android_api_description_splitter.py 131 fd.write(doc.toxml())
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 18 self.assertEqual(xml.toxml(), xml_text)
35 self.assertEqual(xml_clone.toxml(), xml_text)
45 self.stanzas.append(stanza.toxml())
379 self.assertEqual(notification.toxml(), expected_xml)
xmppserver.py 32 xml_text = xml_element.toxml()
43 # the attribute value to None, which causes toxml() or toprettyxml()
476 self.SendData(stanza.toxml())
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_devtools_grd.py 117 output_file.write(doc.toxml(encoding='UTF-8'))
  /external/chromium_org/tools/grit/grit/tool/
android2grd.py 311 node.toxml())
317 'placeholder: %s' % (node.tagName, node.toxml()))
388 assert False, 'Unknown node type in ' + placeholder_node.toxml()
  /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...]
  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 70 return ''.join([c.toxml() for c in tag.childNodes]).strip()
pretty_print.py 239 logging.error('Ignoring unrecognized node data: %s' % node.toxml())
  /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...]

Completed in 468 milliseconds