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

  /external/chromium_org/tools/grit/grit/gather/
muppet_strings.py 42 self.description = attrs.getValueByQName('desc')
44 self.meaning = attrs.getValueByQName('meaning')
46 value = attrs.getValueByQName('translateable')
56 xml.sax.saxutils.quoteattr(attrs.getValueByQName(attr_name)))
igoogle_strings.py 41 self.resource_name = attrs.getValueByQName('name')
49 xml.sax.saxutils.quoteattr(attrs.getValueByQName(attr_name)))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 293 def getValueByQName(self, name):
351 def getValueByQName(self, name):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/
xmlreader.py 293 def getValueByQName(self, name):
351 def getValueByQName(self, name):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sax.py 44 self.assertRaises(KeyError, attrs.getValueByQName, "attr")
61 self.assertRaises(KeyError, attrs.getValueByQName, "ns:attr")
88 self.assertEqual(attrs.getValueByQName("attr"), "val")
825 self.assertEqual(attrs.getValueByQName("ns:attr"), "val")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sax.py 44 self.assertRaises(KeyError, attrs.getValueByQName, "attr")
61 self.assertRaises(KeyError, attrs.getValueByQName, "ns:attr")
88 self.assertEqual(attrs.getValueByQName("attr"), "val")
825 self.assertEqual(attrs.getValueByQName("ns:attr"), "val")

Completed in 1264 milliseconds