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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
203 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
HTMLParser.py 20 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
183 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /external/python/cpython2/Lib/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
203 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
HTMLParser.py 19 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
200 match = entityref.match(rawdata, i)
sgmllib.py 30 entityref = re.compile('&([a-zA-Z][-.a-zA-Z0-9]*)[^a-zA-Z0-9]') variable
190 match = entityref.match(rawdata, i)
xmllib.py 29 entityref = re.compile('&(?P<name>' + _Name + ')[^-a-zA-Z0-9._:]') variable
369 res = entityref.match(rawdata, i)
373 self.syntax_error("`;' missing in entityref")
    [all...]

Completed in 737 milliseconds