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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
reindent.py 195 nextstmt = stats[i+1][0]
232 after.extend(lines[thisstmt:nextstmt])
234 for line in lines[thisstmt:nextstmt]:
  /external/autotest/utils/
reindent.py 194 nextstmt = stats[i+1][0]
231 after.extend(lines[thisstmt:nextstmt])
233 for line in lines[thisstmt:nextstmt]:
  /external/python/cpython2/Tools/scripts/
reindent.py 224 nextstmt = stats[i+1][0]
261 after.extend(lines[thisstmt:nextstmt])
263 for line in lines[thisstmt:nextstmt]:
  /external/python/cpython3/Tools/scripts/
reindent.py 222 nextstmt = stats[i + 1][0]
259 after.extend(lines[thisstmt:nextstmt])
261 for line in lines[thisstmt:nextstmt]:

Completed in 381 milliseconds