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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 220 prevstring = False
230 if prevstring:
232 prevstring = True
234 prevstring = False
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 215 prevstring = False
224 if prevstring:
226 prevstring = True
228 prevstring = False
  /external/python/cpython2/Lib/
tokenize.py 237 prevstring = False
247 if prevstring:
249 prevstring = True
251 prevstring = False
  /external/python/cpython3/Lib/
tokenize.py 279 prevstring = False
292 if prevstring:
294 prevstring = True
296 prevstring = False

Completed in 51 milliseconds