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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmllib.py 27 def unknown_decl(self, data): member in class:DeclCollector
test_sgmllib.py 58 def unknown_decl(self, decl): member in class:EventCollector
test_htmlparser.py 62 def unknown_decl(self, decl): member in class:EventCollector
580 # be emitted instead of 'unknown decl', but calling unknown_decl
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmllib.py 27 def unknown_decl(self, data): member in class:DeclCollector
test_sgmllib.py 58 def unknown_decl(self, decl): member in class:EventCollector
test_htmlparser.py 62 def unknown_decl(self, decl): member in class:EventCollector
580 # be emitted instead of 'unknown decl', but calling unknown_decl
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
markupbase.py 114 # Calling unknown_decl provides more flexibility though.
115 self.unknown_decl(data)
165 self.unknown_decl(rawdata[i+3: j])
395 def unknown_decl(self, data): member in class:ParserBase
sgmllib.py 507 def unknown_decl(self, data): member in class:TestSGMLParser
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
markupbase.py 114 # Calling unknown_decl provides more flexibility though.
115 self.unknown_decl(data)
165 self.unknown_decl(rawdata[i+3: j])
395 def unknown_decl(self, data): member in class:ParserBase
sgmllib.py 507 def unknown_decl(self, data): member in class:TestSGMLParser

Completed in 679 milliseconds