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

  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 149 self.__seen_doctype = None
340 if self.__seen_doctype:
346 self.__seen_doctype = res.group('name')
348 self.__seen_doctype = self.__seen_doctype.lower()
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
605 tagname != self.__seen_doctype:
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 149 self.__seen_doctype = None
340 if self.__seen_doctype:
346 self.__seen_doctype = res.group('name')
348 self.__seen_doctype = self.__seen_doctype.lower()
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
605 tagname != self.__seen_doctype:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 149 self.__seen_doctype = None
340 if self.__seen_doctype:
346 self.__seen_doctype = res.group('name')
348 self.__seen_doctype = self.__seen_doctype.lower()
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
605 tagname != self.__seen_doctype:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 149 self.__seen_doctype = None
340 if self.__seen_doctype:
346 self.__seen_doctype = res.group('name')
348 self.__seen_doctype = self.__seen_doctype.lower()
530 if self.__seen_doctype or self.__seen_starttag:
604 if not self.__seen_starttag and self.__seen_doctype and \
605 tagname != self.__seen_doctype:
    [all...]

Completed in 1565 milliseconds