/external/clang/tools/scan-build-py/libscanbuild/ |
D | 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(""" [all …]
|
/external/llvm-project/clang/tools/scan-build-py/libscanbuild/ |
D | report.py | 74 handle.write(reindent(""" 84 handle.write(reindent(""" 105 handle.write(reindent(""" 116 handle.write(reindent(""" 127 handle.write(reindent(""" 139 handle.write(reindent(""" 144 handle.write(reindent(""" 155 handle.write(reindent(""" 171 handle.write(reindent(""" 191 handle.write(reindent(""" [all …]
|
/external/python/cpython2/Lib/test/ |
D | 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(
|
/external/python/cpython3/Lib/test/ |
D | test_timeit.py | 53 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/ |
D | timeit.py | 90 def reindent(src, indent): function 132 stmt = reindent(stmt, 8) 134 setup = reindent(setup, 4)
|
/external/python/cpython2/Tools/scripts/ |
D | patchcheck.py | 9 import reindent 144 reindent.makebackup = False # No need to create backups. 147 if reindent.check(os.path.join(SRCDIR, path)):
|
D | README | 58 reindent.py Change .py files to use 4-space indents.
|
/external/python/cpython3/Lib/ |
D | timeit.py | 79 def reindent(src, indent): function 112 setup = reindent(setup, 4) 123 stmt = reindent(stmt, 8)
|
/external/python/cpython3/Tools/scripts/ |
D | patchcheck.py | 10 import reindent 148 reindent.makebackup = False # No need to create backups. 150 reindent.check(os.path.join(SRCDIR, path))]
|
D | README | 56 reindent.py Change .py files to use 4-space indents 57 reindent-rst.py Fix-up reStructuredText file whitespace
|
/external/llvm-project/mlir/lib/Support/ |
D | IndentedOstream.cpp | 18 raw_indented_ostream &mlir::raw_indented_ostream::reindent(StringRef str) { in reindent() function in mlir::raw_indented_ostream
|
/external/llvm-project/mlir/include/mlir/Support/ |
D | IndentedOstream.h | 56 raw_indented_ostream &reindent(StringRef str);
|
/external/llvm-project/mlir/unittests/Support/ |
D | IndentedOstreamTest.cpp | 101 ros.reindent(desc); in TEST()
|
/external/llvm-project/mlir/tools/mlir-tblgen/ |
D | OpDocGen.cpp | 43 ros.reindent(description.rtrim(" \t")); in emitDescription()
|
D | RewriterGen.cpp | 648 os.reindent(R"( in emit()
|
/external/python/cpython2/ |
D | Makefile.pre.in | 1361 # Run reindent on the library 1362 reindent: 1363 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.15rc1.rst | 1649 Fixed Tools/scripts/reindent.py for non-ASCII files. It now processes files 1650 as binary streams. This also fixes "make reindent".
|
D | 2.7.3rc1.rst | 1652 reindent.py no longer converts newlines and will raise an error if
|
D | 2.6a1.rst | 4751 Tools/scripts/reindent.py now creates the backup file using shutil.copy to
|
/external/python/cpython3/ |
D | Makefile.pre.in | 1779 # Run reindent on the library 1780 reindent: 1781 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
|
/external/kotlinc/lib/ |
D | kotlin-stdlib.jar | META-INF/
META-INF/MANIFEST.MF
kotlin/
kotlin/collections/
kotlin/ ... |
/external/llvm/docs/ |
D | CodingStandards.rst | 500 of indentation. Also, do not reindent a whole source file: it makes for
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 2122 C-c TAB reindent region to match its context
|
/external/curl/ |
D | CHANGES | 5003 - schannel: source code reindent
|
/external/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1263 - gallium/nir/tgsi: reindent some code in the nir->tgsi info (v2)
|