Home
last modified time | relevance | path

Searched refs:lint (Results 1 - 25 of 56) sorted by relevance

123

/third_party/node/
H A DMakefile633 test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
1329 .PHONY: lint-md-rollup
1330 lint-md-rollup:
1332 cd tools/lint-md && npm ci && npm run build
1334 .PHONY: lint-md-clean
1335 .NOTPARALLEL: lint-md-clean
1336 lint-md-clean:
1337 $(RM) -r tools/lint-md/node_modules
1340 .PHONY: lint-md-build
1341 lint
[all...]
H A Dvcbuild.bat127 if /i "%1"=="lint-cpp" set lint_cpp=1&goto arg-ok
128 if /i "%1"=="lint-js" set lint_js=1&goto arg-ok
129 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
130 if /i "%1"=="lint-md" set lint_md=1&goto arg-ok
131 if /i "%1"=="lint-md-build" set lint_md_build=1&goto arg-ok
132 if /i "%1"=="lint" set lint_cpp=1&set lint_js=1&set lint_md=1&goto arg-ok
133 if /i "%1"=="lint-ci" set lint_cpp=1&set lint_js_ci=1&goto arg-ok
190 :: skip building if the only argument received was lint
191 if "%*"=="lint" if exist "%node_exe%" goto lint
716 :lint-cpp global() label
730 :lint-js global() label
742 :lint-md-build global() label
747 :lint-md global() label
[all...]
/third_party/node/deps/v8/tools/torque/
H A Dformat-torque.py99 def process(filename, lint, should_format):
117 if lint:
140 should_format = lint = False
148 lint = True
150 lint = True
158 process(filename, lint, should_format)
/third_party/astc-encoder/Test/
H A Dastc_test_python.py28 import pylint.epylint as lint namespace
40 pylintOut, _ = lint.py_run("./Test", True)
/third_party/ntfs-3g/libntfs-3g/
H A Dcompat.c78 #if defined(LIBC_SCCS) && !defined(lint)
81 #endif /* LIBC_SCCS and not lint */
165 #if defined(LIBC_SCCS) && !defined(lint)
168 #endif /* LIBC_SCCS and not lint */
/third_party/skia/third_party/externals/spirv-tools/source/lint/
H A Dlints.h21 namespace lint { namespace
31 } // namespace lint
H A Dlinter.cpp17 #include "source/lint/lints.h"
55 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
H A Ddivergence_analysis.h29 namespace lint { namespace
160 } // namespace lint
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/lint/
H A Dlints.h21 namespace lint { namespace
31 } // namespace lint
H A Dlinter.cpp17 #include "source/lint/lints.h"
55 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
H A Ddivergence_analysis.h29 namespace lint { namespace
160 } // namespace lint
/third_party/spirv-tools/source/lint/
H A Dlints.h21 namespace lint { namespace
31 } // namespace lint
H A Dlinter.cpp17 #include "source/lint/lints.h"
54 result &= lint::lints::CheckDivergentDerivatives(context.get()); in Run()
H A Ddivergence_analysis.h29 namespace lint { namespace
160 } // namespace lint
/third_party/FreeBSD/contrib/tcp_wrappers/
H A Dstrcasecmp.c18 #if defined(LIBC_SCCS) && !defined(lint)
20 #endif /* LIBC_SCCS and not lint */
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h347 #ifdef lint
349 #endif /* defined lint */
350 #ifndef lint
354 #endif /* !defined lint */
/third_party/skia/third_party/externals/icu/source/tools/tzcode/
H A Dprivate.h355 #ifdef lint
357 #endif /* defined lint */
358 #ifndef lint
362 #endif /* !defined lint */
/third_party/rust/crates/minimal-lexical/ci/
H A Dtest.sh75 RUSTFLAGS="--deny warnings" cargo +nightly build --features=lint
/third_party/python/Doc/
H A Dmake.bat43 echo Installing sphinx-lint with %PYTHON%
45 %PYTHON% -m pip install sphinx-lint
183 rem Check the docs and NEWS files with sphinx-lint.
/third_party/FreeBSD/lib/libc/stdlib/
H A Dstrtoimax.c37 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
H A Dstrtoumax.c37 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
H A Dstrtoul.c37 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Dmain.c30 #ifndef lint
32 #endif /* not lint */
H A Dcheck.c30 #ifndef lint
32 #endif /* not lint */
/third_party/gptfdisk/
H A DMakefile162 lint: #no pre-reqs
163 lint $(SRCS)

Completed in 10 milliseconds

123