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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
tokenize.py 303 endmatch = endprog.match(line)
385 endprog = endprogs[token]
386 endmatch = endprog.match(line, pos)
401 endprog = (endprogs[initial] or endprogs[token[1]] or
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
tokenize.py 378 endmatch = endprog.match(line)
455 endprog = endprogs[token]
456 endmatch = endprog.match(line, pos)
471 endprog = (endprogs[initial] or endprogs[token[1]] or
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tokenize.py 297 endmatch = endprog.match(line)
377 endprog = endprogs[token]
378 endmatch = endprog.match(line, pos)
393 endprog = (endprogs[initial] or endprogs[token[1]] or
  /external/python/cpython2/Lib/
tokenize.py 327 endmatch = endprog.match(line)
409 endprog = endprogs[token]
410 endmatch = endprog.match(line, pos)
425 endprog = (endprogs[initial] or endprogs[token[1]] or
  /external/python/cpython2/Tools/scripts/
pindent.py 115 self.endprog = re.compile(
171 m = self.endprog.match(line)
215 m = self.endprog.match(line)
243 m = self.endprog.match(line)
  /external/python/cpython3/Tools/scripts/
pindent.py 113 self.endprog = re.compile(
169 m = self.endprog.match(line)
213 m = self.endprog.match(line)
241 m = self.endprog.match(line)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
pindent.py 111 self.endprog = re.compile(
170 m = self.endprog.match(line)
215 m = self.endprog.match(line)
248 m = self.endprog.match(line)
  /external/python/cpython2/Lib/lib2to3/pgen2/
tokenize.py 380 endmatch = endprog.match(line)
457 endprog = endprogs[token]
458 endmatch = endprog.match(line, pos)
473 endprog = (endprogs[initial] or endprogs[token[1]] or
  /external/python/cpython3/Lib/lib2to3/pgen2/
tokenize.py 373 endmatch = endprog.match(line)
474 endprog = endprogs[token]
475 endmatch = endprog.match(line, pos)
493 endprog = (endprogs[initial] or endprogs[token[1]] or
  /external/python/cpython3/Lib/
tokenize.py 520 endmatch = endprog.match(line)
605 endprog = _compile(endpats[token])
606 endmatch = endprog.match(line, pos)
638 endprog = _compile(endpats.get(initial) or

Completed in 313 milliseconds