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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 95 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
288 contstr, needcont = '', 0
300 if contstr: # continued string
306 yield (STRING, contstr + line[:end],
308 contstr, needcont = '', 0
311 yield (ERRORTOKEN, contstr + line,
313 contstr = ''
317 contstr = contstr + line
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + line
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 94 ContStr = group(r"[uU]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + line
    [all...]
  /external/python/cpython2/Lib/
tokenize.py 95 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
100 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
305 contstr, needcont = '', 0
317 if contstr: # continued string
323 yield (STRING, contstr + line[:end],
325 contstr, needcont = '', 0
328 yield (ERRORTOKEN, contstr + line,
330 contstr = ''
334 contstr = contstr + lin
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
363 contstr, needcont = '', 0
375 if contstr: # continued string
381 yield (STRING, contstr + line[:end],
383 contstr, needcont = '', 0
386 yield (ERRORTOKEN, contstr + line,
388 contstr = ''
392 contstr = contstr + lin
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 94 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
99 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
282 contstr, needcont = '', 0
294 if contstr: # continued string
300 yield (STRING, contstr + line[:end],
302 contstr, needcont = '', 0
305 yield (ERRORTOKEN, contstr + line,
307 contstr = ''
311 contstr = contstr + lin
    [all...]
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 98 ContStr = group(r"[uUbB]?[rR]?'[^\n'\\]*(?:\\.[^\n'\\]*)*" +
103 PseudoToken = Whitespace + group(PseudoExtras, Number, Funny, ContStr, Name)
365 contstr, needcont = '', 0
377 if contstr: # continued string
383 yield (STRING, contstr + line[:end],
385 contstr, needcont = '', 0
388 yield (ERRORTOKEN, contstr + line,
390 contstr = ''
394 contstr = contstr + lin
    [all...]

Completed in 797 milliseconds