Searched refs:tidy (Results 1 – 25 of 67) sorted by relevance
123
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/htmldiff/ |
D | htmldiff | 35 import tidy 62 newtidy = tidy.parseString(ifp.read(), **options) 67 newtidy = tidy.parseString(ifp.read(), **options)
|
/third_party/curl/src/ |
D | Makefile.am | 152 TIDY:=clang-tidy 154 tidy: target
|
/third_party/vixl/ |
D | .clang-tidy | 2 # We use the clang-tidy defaults and the Google styles as a baseline, with a 16 # We do this in internal contexts (typically in .cc files), but clang-tidy
|
D | README.md | 65 4. clang-tidy-4.0 69 Note that in Ubuntu 18.04, clang-tidy-4.0 will only work if the clang-4.0 235 and performs static analysis using `clang-tidy-4.0`. If you don't have these 236 tools, disable the test using `--noclang-format` or `--noclang-tidy`,
|
/third_party/curl/lib/ |
D | Makefile.am | 138 TIDY:=clang-tidy 140 tidy: target
|
/third_party/skia/tools/ |
D | clang-tidy.sh | 27 clang-tidy -quiet -header-filter='.*' -warnings-as-errors='*' $src -- $args
|
/third_party/node/ |
D | pyproject.toml | 16 "TID", # flake8-tidy-imports
|
/third_party/rust/crates/once_cell/xtask/src/ |
D | main.rs | 2 mod tidy; module
|
/third_party/curl/ |
D | Makefile.am | 612 tidy: target 613 (cd src && $(MAKE) tidy) 614 (cd lib && $(MAKE) tidy)
|
D | Makefile.in | 2141 tidy: 2142 (cd src && $(MAKE) tidy) 2143 (cd lib && $(MAKE) tidy)
|
D | RELEASE-NOTES | 51 o cmake: tidy-up `NOT_NEED_LBER_H` detection
|
/third_party/openssl/doc/man3/ |
D | CONF_modules_free.pod | 26 CONF_modules_free() at exit to tidy up any configuration performed.
|
/third_party/ltp/testcases/kdump/doc/ |
D | TEST_PLAN.txt | 33 - tidy up scripts.
|
/third_party/json/cmake/ |
D | ci.cmake | 21 …nd_program(CLANG_TIDY_TOOL NAMES clang-tidy-15 clang-tidy-14 clang-tidy-13 clang-tidy-12 clang-tid…
|
/third_party/json/ |
D | CMakeLists.txt | 49 option(JSON_SystemInclude "Include as system headers (skip for clang-tidy)." OFF)
|
/third_party/unity/docs/ |
D | ThrowTheSwitchCodingStandard.md | 133 things up in nice tidy columns. 188 that happens, we like to indent further to line things up in nice tidy columns.
|
/third_party/cJSON/tests/unity/docs/ |
D | ThrowTheSwitchCodingStandard.md | 134 things up in nice tidy columns. 189 that happens, we like to indent further to line things up in nice tidy columns.
|
/third_party/openGLES/extensions/IMG/ |
D | IMG_texture_env_enhanced_fixed_function.txt | 226 1.0, 11/05/2009 bcb: Final tidy up for publish.
|
D | IMG_texture_compression_pvrtc2.txt | 205 0.8, 08/08/2012 bcb: Final tidy up
|
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/ |
D | IMG_texture_env_enhanced_fixed_function.txt | 226 1.0, 11/05/2009 bcb: Final tidy up for publish.
|
D | IMG_texture_compression_pvrtc2.txt | 205 0.8, 08/08/2012 bcb: Final tidy up
|
/third_party/mesa3d/src/intel/genxml/ |
D | README | 62 Keeping genxml files tidy :
|
/third_party/node/deps/v8/ |
D | DEPS | 29 # Fetch clang-tidy into the same bin/ directory as our clang binary. 574 '--package=clang-tidy'],
|
/third_party/pcre2/pcre2/ |
D | PrepareRelease | 50 # tidy for online reading. Concatenate all the .3 stuff, but omit the
|
D | NEWS | 324 tidy the code.
|
123