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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 20 tokenize(readline, tokeneater=printtoken)
150 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing function
156 def tokenize(readline, tokeneater=printtoken):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 23 tokenize(readline, tokeneater=printtoken)
154 def printtoken(type, token, start, end, line): # for testing function
160 def tokenize(readline, tokeneater=printtoken):
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 20 tokenize(readline, tokeneater=printtoken)
149 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing function
155 def tokenize(readline, tokeneater=printtoken):
  /external/python/cpython2/Lib/
tokenize.py 20 tokenize(readline, tokeneater=printtoken)
150 def printtoken(type, token, srow_scol, erow_ecol, line): # for testing function
156 def tokenize(readline, tokeneater=printtoken):
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 23 tokenize(readline, tokeneater=printtoken)
154 def printtoken(type, token, start, end, line): # for testing function
160 def tokenize(readline, tokeneater=printtoken):
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 23 tokenize(readline, tokeneater=printtoken)
142 def printtoken(type, token, xxx_todo_changeme, xxx_todo_changeme1, line): # for testing function
148 def tokenize(readline, tokeneater=printtoken):

Completed in 296 milliseconds