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

  /external/clang/tools/scan-build-py/libscanbuild/
report.py 111 handle.write(reindent("""
121 handle.write(reindent("""
142 handle.write(reindent("""
153 handle.write(reindent("""
164 handle.write(reindent("""
176 handle.write(reindent("""
181 handle.write(reindent("""
192 handle.write(reindent("""
208 handle.write(reindent("""
228 handle.write(reindent("""
492 def reindent(text, indent): function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 7 import reindent
74 reindent.makebackup = False # No need to create backups.
77 if reindent.check(path):
  /external/python/cpython2/Lib/test/
test_timeit.py 55 self.assertEqual(timeit.reindent("", 0), "")
56 self.assertEqual(timeit.reindent("", 4), "")
59 self.assertEqual(timeit.reindent("pass", 0), "pass")
60 self.assertEqual(timeit.reindent("pass", 4), "pass")
63 self.assertEqual(timeit.reindent("\n\n", 0), "\n\n")
64 self.assertEqual(timeit.reindent("\n\n", 4), "\n \n ")
67 self.assertEqual(timeit.reindent(
70 self.assertEqual(timeit.reindent(
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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."""
132 stmt = reindent(stmt, 8)
134 setup = reindent(setup, 4)
  /external/python/cpython2/Tools/scripts/
patchcheck.py 9 import reindent
95 reindent.makebackup = False # No need to create backups.
98 if reindent.check(os.path.join(SRCDIR, path)):
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/config/
Makefile     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/config/
Makefile     [all...]
  /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...]
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 
  /prebuilts/tools/common/offline-m2/org/jetbrains/kotlin/kotlin-stdlib/1.0.0/
kotlin-stdlib-1.0.0.jar 

Completed in 482 milliseconds