/external/llvm/utils/lint/ |
D | cpp_lint.py | 21 lint = [] 46 lint.append((filename, line_num, 57 lint.append((filename, line_num, 62 lint.append((filename, line_num, 70 return lint 77 lint = [] 78 lint.extend(VerifyIncludes(filename, lines)) 79 lint.extend(common_lint.VerifyLineLength(filename, lines, 81 lint.extend(common_lint.VerifyTabs(filename, lines)) 82 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines)) [all …]
|
D | common_lint.py | 20 lint = [] 25 lint.append((filename, line_num, 28 return lint 41 lint = [] 46 lint.append((filename, line_num, 'Tab found instead of whitespace')) 48 return lint 62 lint = [] 67 lint.append((filename, line_num, 'Trailing whitespace')) 69 return lint 88 lint = [] [all …]
|
/external/llvm-project/llvm/utils/lint/ |
D | cpp_lint.py | 22 lint = [] 47 lint.append((filename, line_num, 58 lint.append((filename, line_num, 63 lint.append((filename, line_num, 71 return lint 78 lint = [] 79 lint.extend(VerifyIncludes(filename, lines)) 80 lint.extend(common_lint.VerifyLineLength(filename, lines, 82 lint.extend(common_lint.VerifyTabs(filename, lines)) 83 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines)) [all …]
|
D | common_lint.py | 21 lint = [] 26 lint.append((filename, line_num, 29 return lint 42 lint = [] 47 lint.append((filename, line_num, 'Tab found instead of whitespace')) 49 return lint 63 lint = [] 68 lint.append((filename, line_num, 'Trailing whitespace')) 70 return lint 89 lint = [] [all …]
|
/external/dagger2/java/dagger/lint/ |
D | BUILD | 25 name = "lint-artifact-lib", 27 tags = ["maven_coordinates=com.google.dagger:dagger-lint:" + POM_VERSION], 41 name = "dagger-lint-sources", 55 name = "lint-artifact", 56 artifact_coordinates = "com.google.dagger:dagger-lint:" + POM_VERSION, 58 artifact_target = ":lint-artifact-lib", 63 "com.android.tools.lint:lint", 64 "com.android.tools.lint:lint-api", 66 pom_name = "lint-pom", 69 # An empty android artifact to distribute and share the Dagger lint rules for [all …]
|
D | DaggerKotlinIssueDetector.kt | 16 package dagger.lint in <lambda>() 18 import com.android.tools.lint.client.api.JavaEvaluator in <lambda>() 19 import com.android.tools.lint.client.api.UElementHandler in <lambda>() 20 import com.android.tools.lint.detector.api.Category in <lambda>() 21 import com.android.tools.lint.detector.api.Detector in <lambda>() 22 import com.android.tools.lint.detector.api.Implementation in <lambda>() 23 import com.android.tools.lint.detector.api.Issue in <lambda>() 24 import com.android.tools.lint.detector.api.JavaContext in <lambda>() 25 import com.android.tools.lint.detector.api.LintFix in <lambda>() 26 import com.android.tools.lint.detector.api.Scope in <lambda>() [all …]
|
D | DaggerIssueRegistry.kt | 16 package dagger.lint 18 import com.android.tools.lint.client.api.IssueRegistry 19 import com.android.tools.lint.detector.api.CURRENT_API 20 import com.android.tools.lint.detector.api.Issue
|
/external/dagger2/util/ |
D | deploy-dagger.sh | 118 java/dagger/lint/lint-artifact.jar \ 119 java/dagger/lint/lint-pom.xml \ 120 java/dagger/lint/lint-artifact-src.jar \ 121 java/dagger/lint/lint-artifact-javadoc.jar 124 java/dagger/lint/lint-android-artifact.aar \ 125 java/dagger/lint/lint-android-pom.xml \
|
/external/python/ipaddress/ |
D | Makefile | 1 default: test lint 6 lint: target 9 lint-if-2.7: 10 @if python --version 2>&1 | grep -q ' 2\.7\.'; then $(MAKE) lint ; fi 44 .PHONY: default test clean pypi lint docker-test-all docker-test-2.6 docker-test-2.7 docker-test-3.…
|
/external/dagger2/javatests/dagger/lint/ |
D | DaggerKotlinIssueDetectorTest.kt | 16 package dagger.lint 18 import com.android.tools.lint.checks.infrastructure.LintDetectorTest 19 import com.android.tools.lint.detector.api.Detector 20 import com.android.tools.lint.detector.api.Issue 65 lint() in getDetector()
|
D | BUILD | 27 "//java/dagger/lint:lint-artifact-lib",
|
/external/dagger2/ |
D | WORKSPACE | 122 "com.android.tools.lint:lint:%s" % ANDROID_LINT_VERSION, 123 "com.android.tools.lint:lint-api:%s" % ANDROID_LINT_VERSION, 124 "com.android.tools.lint:lint-checks:%s" % ANDROID_LINT_VERSION, 125 "com.android.tools.lint:lint-tests:%s" % ANDROID_LINT_VERSION,
|
/external/libvpx/libvpx/tools/ |
D | lint-hunks.py | 114 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 116 lint_out = lint.communicate()[1] 119 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 122 lint_out = lint.communicate(stdin)[1]
|
/external/libaom/libaom/tools/ |
D | lint-hunks.py | 116 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 118 lint_out = lint.communicate()[1] 121 lint = Subprocess(cpplint_cmd, expected_returncode=(0, 1), 124 lint_out = lint.communicate(stdin)[1]
|
/external/pigweed/pw_build/ |
D | python.gni | 24 "lint", 25 "lint.mypy", 26 "lint.pylint", 76 deps += [ string_replace(dep, "(", ".lint.mypy(") ] 111 public_deps += [ string_replace(dep, "(", ".lint.pylint(") ] 120 # - $name.lint - Runs static analyis tools on the Python code. This is a group 122 # - $name.lint.mypy - Runs mypy (if enabled). 123 # - $name.lint.pylint - Runs pylint (if enabled). 239 # TODO(hepler): Remove support for the lint option. 240 if (defined(invoker.lint)) { [all …]
|
/external/rust/crates/pin-project-lite/ |
D | CHANGELOG.md | 19 - [Suppress `clippy::unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-… 23 - [Suppress `clippy::ref_option_ref` lint in generated code.](https://github.com/taiki-e/pin-projec… 82 - Suppress `clippy::redundant_pub_crate` lint in generated code. 88 - Suppress `drop_bounds` lint, which will be added to rustc in the future. See [taiki-e/pin-project… 99 If rustc adds a new lint, we may not be able to keep this. 107 - Suppress `clippy::used_underscore_binding` lint in generated code.
|
/external/skia/experimental/tskit/ |
D | Makefile | 21 lint: target 24 apply-lint:
|
/external/llvm-project/llvm/test/Analysis/Lint/ |
D | noop-cast-expr-no-pointer.ll | 1 ; RUN: opt -lint < %s 3 ; lint shouldn't crash on any of the below functions
|
/external/rust/crates/pin-project-lite/src/ |
D | lib.rs.orig | 483 // This lint warns of `clippy::*` generated by external macros. 484 // We allow this lint for compatibility with older compilers. 486 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct. 699 // This lint warns of `clippy::*` generated by external macros. 700 // We allow this lint for compatibility with older compilers. 821 #[allow(dead_code)] // This lint warns unused fields/variants. 823 // This lint warns of `clippy::*` generated by external macros. 824 // We allow this lint for compatibility with older compilers. 826 #[allow(clippy::mut_mut)] // This lint warns `&mut &mut <ty>`. (only needed for project) 827 … #[allow(clippy::redundant_pub_crate)] // This lint warns `pub(crate)` field in private struct. [all …]
|
/external/gptfdisk/ |
D | Makefile | 32 lint: #no pre-reqs target 33 lint $(SRCS)
|
D | Makefile.freebsd | 31 lint: #no pre-reqs 32 lint $(SRCS)
|
D | Makefile.mingw64 | 26 lint: #no pre-reqs 27 lint $(SRCS)
|
/external/llvm-project/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics-invalid.ll | 1 ; RUN: sed -e s/.T1:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s 2 ; RUN: sed -e s/.T2:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s
|
/external/llvm/test/CodeGen/WinEH/ |
D | wineh-intrinsics-invalid.ll | 1 ; RUN: sed -e s/.T1:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK1 %s 2 ; RUN: sed -e s/.T2:// %s | not opt -lint -disable-output 2>&1 | FileCheck --check-prefix=CHECK2 %s
|
/external/libcups/vcnet/regex/ |
D | Makefile | 89 lint $(LINTFLAGS) -h $(LINTC) 2>&1 | egrep -v '$(JUNKLINT)' | tee lint 123 rm -f junk* core core.* *.core dtr *.tmp lint
|