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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile("coding[:=]\s*([-\w.]+)") variable
285 matches = cookie_re.findall(line_string)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 239 cookie_re = re.compile(r'^[ \t\f]*#.*?coding[:=][ \t]*([-\w.]+)') variable
285 match = cookie_re.match(line_string)

Completed in 183 milliseconds