Searched refs:reindent (Results 1 – 19 of 19) sorted by relevance
/third_party/python/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(
|
/third_party/python/Lib/ |
D | timeit.py | 80 def reindent(src, indent): function 113 setup = reindent(setup, 4) 124 stmt = reindent(stmt, 8)
|
/third_party/python/Tools/scripts/ |
D | patchcheck.py | 10 import reindent 173 reindent.makebackup = False # No need to create backups. 175 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
|
/third_party/popt/ |
D | CHANGES | 138 - jbj: reindent (and otherwise diddle) recent patch for popt coding style.
|
/third_party/python/ |
D | Makefile.pre.in | 1852 # Run reindent on the library 1853 reindent: 1854 ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/reindent.py -r $(srcdir)/Lib
|
/third_party/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1912 4171b672 backward_references.c: reindent after c8581b0 2034 854509fe enc/histogram.c: reindent after f4059d0 2394 687a58ec histogram.c: reindent after b33e8a0 2425 6e37cb94 Merge "cosmetics: backward_references.c: reindent after a7d2ee3" 2426 a42ea974 cosmetics: backward_references.c: reindent after a7d2ee3
|
/third_party/flutter/skia/third_party/externals/libwebp/ |
D | ChangeLog | 1707 4171b672 backward_references.c: reindent after c8581b0 1829 854509fe enc/histogram.c: reindent after f4059d0 2189 687a58ec histogram.c: reindent after b33e8a0 2220 6e37cb94 Merge "cosmetics: backward_references.c: reindent after a7d2ee3" 2221 a42ea974 cosmetics: backward_references.c: reindent after a7d2ee3
|
/third_party/ffmpeg/ |
D | Changelog | 118 - avcodec/decode: reindent after the previous commit
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 1263 - gallium/nir/tgsi: reindent some code in the nir->tgsi info (v2)
|
/third_party/skia/third_party/externals/libpng/ |
D | CHANGES | 5657 Added contrib/tools/reindent.
|
/third_party/libpng/ |
D | CHANGES | 5657 Added contrib/tools/reindent.
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | CHANGES | 5657 Added contrib/tools/reindent.
|
/third_party/python/Misc/ |
D | HISTORY | 10220 - 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
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 17593 And reindent the .h file removing tabs 85202 hlsdemux: m3u8: clean-up: reindent header for better readability 122665 [367/906] docs: fix GstXvImageSInk -> GstGLImageSink and reindent 123173 [310/906] Global reindent 124443 [136/906] reindent gstgldisplay with gstreamer-c-mode 154547 decklink: reindent 164867 decklink: reindent 171950 dtmf: reindent 188104 realaudiodec: reindent and make valgrind happy 200912 Convert to unix newlines, and reindent in some broken places.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 13765 qtdemux: remove indent exception and reindent 13767 remove the indent disabling and reindent in a way that doesn't 52709 [310/906] Global reindent 90171 docs: fix docuemntation warnings (and reindent) 93798 dtmf: reindent
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 39957 [310/906] Global reindent 40540 [136/906] reindent gstgldisplay with gstreamer-c-mode 108039 discoverer: improve logging (and reindent) 109655 tests: remove superflous ';' and reindent
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 89928 cleanup: remove unused variables in _class_init() and reindent.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 75356 - error messages and reindent the module.
|