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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 77 # Don't change the indentation of the template; the reindent() calls
90 def reindent(src, indent): function
91 """Helper to reindent a multi-line statement."""
126 stmt = reindent(stmt, 8)
128 setup = reindent(setup, 4)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 77 # Don't change the indentation of the template; the reindent() calls
90 def reindent(src, indent): function
91 """Helper to reindent a multi-line statement."""
126 stmt = reindent(stmt, 8)
128 setup = reindent(setup, 4)
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Buffer.py 14 def dedent(text, reindent=0):
17 if reindent > 0:
18 indent = " " * reindent
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/config/
Makefile     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
autopep8.py 1116 def reindent(source, indent_size): function
    [all...]

Completed in 288 milliseconds