Home
last modified time | relevance | path

Searched refs:reindent (Results 1 – 22 of 22) sorted by relevance

/external/clang/tools/scan-build-py/libscanbuild/
Dreport.py111 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("""
[all …]
/external/python/cpython2/Lib/test/
Dtest_timeit.py55 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(
/external/python/cpython3/Lib/test/
Dtest_timeit.py53 self.assertEqual(timeit.reindent("", 0), "")
54 self.assertEqual(timeit.reindent("", 4), "")
57 self.assertEqual(timeit.reindent("pass", 0), "pass")
58 self.assertEqual(timeit.reindent("pass", 4), "pass")
61 self.assertEqual(timeit.reindent("\n\n", 0), "\n\n")
62 self.assertEqual(timeit.reindent("\n\n", 4), "\n \n ")
65 self.assertEqual(timeit.reindent(
68 self.assertEqual(timeit.reindent(
/external/python/cpython2/Lib/
Dtimeit.py90 def reindent(src, indent): function
132 stmt = reindent(stmt, 8)
134 setup = reindent(setup, 4)
/external/python/cpython2/Tools/scripts/
Dpatchcheck.py9 import reindent
144 reindent.makebackup = False # No need to create backups.
147 if reindent.check(os.path.join(SRCDIR, path)):
DREADME58 reindent.py Change .py files to use 4-space indents.
/external/python/cpython3/Lib/
Dtimeit.py78 def reindent(src, indent): function
111 setup = reindent(setup, 4)
122 stmt = reindent(stmt, 8)
/external/python/cpython3/Tools/scripts/
Dpatchcheck.py10 import reindent
148 reindent.makebackup = False # No need to create backups.
150 reindent.check(os.path.join(SRCDIR, path))]
DREADME58 reindent.py Change .py files to use 4-space indents
59 reindent-rst.py Fix-up reStructuredText file whitespace
/external/python/cpython2/
DMakefile.pre.in1361 # Run reindent on the library
1362 reindent:
1363 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
/external/python/cpython2/Misc/NEWS.d/
D2.7.15rc1.rst1649 Fixed Tools/scripts/reindent.py for non-ASCII files. It now processes files
1650 as binary streams. This also fixes "make reindent".
D2.7.3rc1.rst1652 reindent.py no longer converts newlines and will raise an error if
D2.6a1.rst4751 Tools/scripts/reindent.py now creates the backup file using shutil.copy to
/external/python/cpython3/
DMakefile.pre.in1638 # Run reindent on the library
1639 reindent:
1640 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
/external/kotlinc/lib/
Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/jvm/ kotlin/ ...
/external/llvm/docs/
DCodingStandards.rst500 of indentation. Also, do not reindent a whole source file: it makes for
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DCodingStandards.rst509 of indentation. Also, do not reindent a whole source file: it makes for
/external/python/cpython2/Misc/
Dcheatsheet2122 C-c TAB reindent region to match its context
DHISTORY987 - The Makefile now has a reindent target, which runs reindent.py on
/external/libpng/
DCHANGES5658 Added contrib/tools/reindent.
/external/python/cpython3/Misc/
DHISTORY10220 - Issue #10639: reindent.py no longer converts newlines and will raise
11828 - Issue #10117: Tools/scripts/reindent.py now accepts source files that use
18371 - The Makefile now has a reindent target, which runs reindent.py on
/external/libxml2/
DChangeLog761 error messages and reindent the module.