| /external/dagger2/java/dagger/lint/ | 
| D | BUILD | 16 #   Dagger Lint Rules25     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,
 57     artifact_name = "Dagger Lint Rules",
 58     artifact_target = ":lint-artifact-lib",
 63         "com.android.tools.lint:lint",
 64         "com.android.tools.lint:lint-api",
 [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.lint18 import com.android.tools.lint.client.api.IssueRegistry
 19 import com.android.tools.lint.client.api.Vendor
 20 import com.android.tools.lint.detector.api.CURRENT_API
 21 import com.android.tools.lint.detector.api.Issue
 25  * Dagger Lint Issues Registry.
 27  * A META-INF/services entry is added for this class that Lint will discover and call into for
 33   // The minApi is set to the Api this registry was compiled with, if a user has an older Api, Lint
 37   // higher number without depending on a newer Lint to avoid Lint warning users of custom checks
 43     identifier = "com.google.dagger:dagger-lint",
 
 | 
| /external/angle/build/android/docs/ | 
| D | lint.md | 1 # Lint  chapter3 Android's [**lint**](https://developer.android.com/tools/help/lint.html) is a
 6 This is a list of [**checks**](http://tools.android.com/tips/lint-checks) that
 11 ## How Chromium uses lint
 13 Chromium only runs lint on apk or bundle targets that explicitly set
 20 ## My code has a lint error
 22 If lint reports an issue in your code, there are several possible remedies.
 27 While this isn't always the right response, fixing the lint error or warning
 34 that tells lint to ignore the annotated element. It can be used on classes,
 40 **lint** what to ignore. It can be a single `String`:
 [all …]
 
 | 
| /external/cronet/build/android/docs/ | 
| D | lint.md | 1 # Lint  chapter3 Android's [**lint**](https://developer.android.com/tools/help/lint.html) is a
 6 This is a list of [**checks**](http://tools.android.com/tips/lint-checks) that
 11 ## How Chromium uses lint
 13 Chromium only runs lint on apk or bundle targets that explicitly set
 20 ## My code has a lint error
 22 If lint reports an issue in your code, there are several possible remedies.
 27 While this isn't always the right response, fixing the lint error or warning
 34 that tells lint to ignore the annotated element. It can be used on classes,
 40 **lint** what to ignore. It can be a single `String`:
 [all …]
 
 | 
| /external/angle/build/android/gyp/ | 
| D | lint.py | 6 """Runs Android's lint tool."""22 _LINT_MD_URL = 'https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md'  …
 26     "AppCompatResource",  # Lint does not correctly detect our appcompat lib.
 33     "ObsoleteLintCustomCheck",  # We have no control over custom lint checks.
 56     # Real NewApi violations crash the app, so the only ones that lint catches
 86   # Run lint from output directory: crbug.com/1115594
 89   # Lint requires that the sdk path be an absolute path.
 122       lint = ElementTree.SubElement(main_module, 'lint-checks')
 123       lint.set('file', lint_jar)
 147     root_node = ElementTree.fromstring('<lint/>')
 [all …]
 
 | 
| /external/cronet/build/android/gyp/ | 
| D | lint.py | 6 """Runs Android's lint tool."""22 _LINT_MD_URL = 'https://chromium.googlesource.com/chromium/src/+/main/build/android/docs/lint.md'  …
 26     "AppCompatResource",  # Lint does not correctly detect our appcompat lib.
 33     "ObsoleteLintCustomCheck",  # We have no control over custom lint checks.
 55     # Real NewApi violations crash the app, so the only ones that lint catches
 85   # Run lint from output directory: crbug.com/1115594
 88   # Lint requires that the sdk path be an absolute path.
 121       lint = ElementTree.SubElement(main_module, 'lint-checks')
 122       lint.set('file', lint_jar)
 146     root_node = ElementTree.fromstring('<lint/>')
 [all …]
 
 | 
| /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 | 3 # Common lint functions applicable to multiple types of files.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
 [all …]
 
 | 
| /external/pigweed/pw_presubmit/py/ | 
| D | ninja_parser_test.py | 27 [1169/1797] ACTION //pw_presubmit/py:py.lint.mypy(//pw_build/python_toolchain:python)28 FAILED: python/gen/pw_presubmit/py/py.lint.mypy.pw_pystamp
 29 …lint.mypy.pw_pystamp --capture-output --module mypy --python-virtualenv-config python/gen/pw_env_s…
 39 [1173/1797] ACTION //pw_thread_freertos/py:py.lint.pylint(//pw_build/python_toolchain:python)
 40 [1174/1797] ACTION //pw_symbolizer/py:py.lint.pylint(//pw_build/python_toolchain:python)
 41 [1175/1797] ACTION //pw_symbolizer/py:py.lint.pylint(//pw_build/python_toolchain:python)
 42 [1176/1797] ACTION //pw_thread_freertos/py:py.lint.pylint(//pw_build/python_toolchain:python)
 43 [1177/1797] ACTION //pw_tls_client/py:py.lint.pylint(//pw_build/python_toolchain:python)
 44 [1178/1797] ACTION //pw_symbolizer/py:py.lint.pylint(//pw_build/python_toolchain:python)
 45 [1179/1797] ACTION //pw_console/py:py.lint.pylint(//pw_build/python_toolchain:python)
 [all …]
 
 | 
| /external/doclava/src/com/google/doclava/ | 
| D | Errors.java | 56           case LINT: res.append("\033[36mlint: "); break;  in toString()68           case LINT: res.append("lint "); break;  in toString()
 85     if (error.getLevel() == Errors.LINT) {  in error()
 110     if (resolvedLevel == LINT && lintsAreErrors) {  in error()
 152    * Lint level means that we encountered inconsistent or broken documentation.
 155   public static final int LINT = 1;  field in Errors
 287   public static final Error UNRESOLVED_LINK = new Error(101, LINT);
 288   public static final Error BAD_INCLUDE_TAG = new Error(102, LINT);
 289   public static final Error UNKNOWN_TAG = new Error(103, LINT);
 290   public static final Error UNKNOWN_PARAM_TAG_NAME = new Error(104, LINT);
 [all …]
 
 | 
| /external/rappor/ | 
| D | test.sh | 25 #   $ ./test.sh lint     # run lint checks84 # Lint
 86 lint() {  function
 88   py-lint
 92   doc-lint
 95 python-lint() {
 100     echo 'LINT PASSED'
 103     echo 'LINT FAILED'
 108 py-lint() {
 112   # pep8 lint errors
 [all …]
 
 | 
| /external/swiftshader/third_party/SPIRV-Tools/source/lint/ | 
| D | CMakeLists.txt | 28 add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})30 spvtools_default_compile_options(SPIRV-Tools-lint)
 31 target_include_directories(SPIRV-Tools-lint
 39 target_link_libraries(SPIRV-Tools-lint
 42 target_link_libraries(SPIRV-Tools-lint
 45 set_property(TARGET SPIRV-Tools-lint PROPERTY FOLDER "SPIRV-Tools libraries")
 46 spvtools_check_symbol_exports(SPIRV-Tools-lint)
 49   install(TARGETS SPIRV-Tools-lint EXPORT SPIRV-Tools-lintTargets)
 52   spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
 56   spvtools_generate_config_file(SPIRV-Tools-lint)
 
 | 
| /external/deqp-deps/SPIRV-Tools/source/lint/ | 
| D | CMakeLists.txt | 28 add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})30 spvtools_default_compile_options(SPIRV-Tools-lint)
 31 target_include_directories(SPIRV-Tools-lint
 39 target_link_libraries(SPIRV-Tools-lint
 42 target_link_libraries(SPIRV-Tools-lint
 45 set_property(TARGET SPIRV-Tools-lint PROPERTY FOLDER "SPIRV-Tools libraries")
 46 spvtools_check_symbol_exports(SPIRV-Tools-lint)
 49   install(TARGETS SPIRV-Tools-lint EXPORT SPIRV-Tools-lintTargets
 55   spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
 59   spvtools_generate_config_file(SPIRV-Tools-lint)
 
 | 
| /external/angle/third_party/vulkan-deps/spirv-tools/src/source/lint/ | 
| D | CMakeLists.txt | 28 add_library(SPIRV-Tools-lint ${SPIRV_TOOLS_LIBRARY_TYPE} ${SPIRV_TOOLS_LINT_SOURCES})30 spvtools_default_compile_options(SPIRV-Tools-lint)
 31 target_include_directories(SPIRV-Tools-lint
 39 target_link_libraries(SPIRV-Tools-lint
 42 target_link_libraries(SPIRV-Tools-lint
 45 set_property(TARGET SPIRV-Tools-lint PROPERTY FOLDER "SPIRV-Tools libraries")
 46 spvtools_check_symbol_exports(SPIRV-Tools-lint)
 49   install(TARGETS SPIRV-Tools-lint EXPORT SPIRV-Tools-lintTargets)
 52   spvtools_config_package_dir(SPIRV-Tools-lint PACKAGE_DIR)
 56   spvtools_generate_config_file(SPIRV-Tools-lint)
 
 | 
| /external/llvm/lib/Analysis/ | 
| D | Lint.cpp | 1 //===-- Lint.cpp - Check for common errors in LLVM IR ---------------------===//37 #include "llvm/Analysis/Lint.h"
 69   class Lint : public FunctionPass, public InstVisitor<Lint> {  class
 70     friend class InstVisitor<Lint>;
 118     Lint() : FunctionPass(ID), MessagesStr(Messages) {  in Lint()  function in __anon7741c6a10111::Lint
 164 char Lint::ID = 0;
 165 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
 171 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR",  in INITIALIZE_PASS_DEPENDENCY()
 178 // Lint::run - This is the main Analysis entry point for a
 181 bool Lint::runOnFunction(Function &F) {
 [all …]
 
 | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | 
| D | Lint.cpp | 1 //===-- Lint.cpp - Check for common errors in LLVM IR ---------------------===//36 #include "llvm/Analysis/Lint.h"
 91   class Lint : public FunctionPass, public InstVisitor<Lint> {  class
 92     friend class InstVisitor<Lint>;
 140     Lint() : FunctionPass(ID), MessagesStr(Messages) {  in Lint()  function in __anonfae1e8430111::Lint
 186 char Lint::ID = 0;
 187 INITIALIZE_PASS_BEGIN(Lint, "lint", "Statically lint-checks LLVM IR",
 193 INITIALIZE_PASS_END(Lint, "lint", "Statically lint-checks LLVM IR",  in INITIALIZE_PASS_DEPENDENCY()
 200 // Lint::run - This is the main Analysis entry point for a
 203 bool Lint::runOnFunction(Function &F) {
 [all …]
 
 | 
| /external/dagger2/util/ | 
| D | deploy-dagger.sh | 146   java/dagger/lint/lint-artifact.jar \147   java/dagger/lint/lint-pom.xml \
 148   java/dagger/lint/lint-artifact-src.jar \
 149   java/dagger/lint/lint-artifact-javadoc.jar \
 154   java/dagger/lint/lint-android-artifact.aar \
 155   java/dagger/lint/lint-android-pom.xml \
 
 | 
| /external/XNNPACK/tools/ | 
| D | check-assembly-and-jit-microkernels-in-sync.py | 43 # Finds the assembly file associated with the JIT file to write the LINT marker to.55 # Writes LINT markers to `assembly_file`.
 59     if any('LINT.IfChange' in l for l in lines):
 60       # Has lint marker, check that the JIT file is found.
 67   # This sed script will write LINT markers that wraps the function definition in the assembly file.
 72       '/# void xnn/i# LINT.IfChange',
 74       '/\/\/ void xnn/i# LINT.IfChange',
 76       f'/END_FUNCTION/a# LINT.ThenChange({relative_jit_file})',
 
 | 
| /external/OpenCL-CTS/test_conformance/generic_address_space/ | 
| D | basic_tests.cpp | 270         NL "    __local int lint;"  in test_casting()271         NL "    lint = 2;"  in test_casting()
 286         NL "    intp = &lint;"  in test_casting()
 309         NL "    __local int lint;"  in test_casting()
 310         NL "    lint = 2;"  in test_casting()
 326         NL "    intp = &lint;"  in test_casting()
 357         NL "    __local int lint;"  in test_conditional_casting()
 358         NL "    lint = 2;"  in test_conditional_casting()
 363         NL "        ptr = &lint;"  in test_conditional_casting()
 393         NL "    __local int lint;"  in test_chain_casting()
 [all …]
 
 | 
| /external/rust/beto-rust/nearby/ | 
| D | deny.toml | 3 # Note that all fields that take a lint level have these possible values:38 # The lint level for security vulnerabilities
 40 # The lint level for unmaintained crates
 42 # The lint level for crates that have been yanked from their source registry
 44 # The lint level for crates with security notices. Note that as of
 74 # The lint level for crates which do not have a detectable license
 96 # Lint level for licenses considered copyleft
 103 # * neither - This predicate is ignored and the default lint level is used
 105 # Lint level used when no other predicates are matched
 169 # Lint level for when multiple versions of the same crate are detected
 [all …]
 
 | 
| /external/cronet/third_party/boringssl/src/rust/bssl-crypto/ | 
| D | deny.toml | 3 # Note that all fields that take a lint level have these possible values:38 # The lint level for security vulnerabilities
 40 # The lint level for unmaintained crates
 42 # The lint level for crates that have been yanked from their source registry
 44 # The lint level for crates with security notices. Note that as of
 73 # The lint level for crates which do not have a detectable license
 87 # Lint level for licenses considered copyleft
 94 # * neither - This predicate is ignored and the default lint level is used
 96 # Lint level used when no other predicates are matched
 151 # Lint level for when multiple versions of the same crate are detected
 [all …]
 
 | 
| /external/rust/beto-rust/nearby/presence/ldt_np_adv_ffi/ | 
| D | deny.toml | 3 # Note that all fields that take a lint level have these possible values:38 # The lint level for security vulnerabilities
 40 # The lint level for unmaintained crates
 42 # The lint level for crates that have been yanked from their source registry
 44 # The lint level for crates with security notices. Note that as of
 73 # The lint level for crates which do not have a detectable license
 89 # Lint level for licenses considered copyleft
 96 # * neither - This predicate is ignored and the default lint level is used
 98 # Lint level used when no other predicates are matched
 162 # Lint level for when multiple versions of the same crate are detected
 [all …]
 
 | 
| /external/boringssl/src/rust/bssl-crypto/ | 
| D | deny.toml | 3 # Note that all fields that take a lint level have these possible values:38 # The lint level for security vulnerabilities
 40 # The lint level for unmaintained crates
 42 # The lint level for crates that have been yanked from their source registry
 44 # The lint level for crates with security notices. Note that as of
 73 # The lint level for crates which do not have a detectable license
 87 # Lint level for licenses considered copyleft
 94 # * neither - This predicate is ignored and the default lint level is used
 96 # Lint level used when no other predicates are matched
 151 # Lint level for when multiple versions of the same crate are detected
 [all …]
 
 | 
| /external/sonivox/arm-wt-22k/lib_src/ | 
| D | eas_wtengine.c | 80 /*lint -esym(715, pWTVoice) reserved for future use */121         /*lint -e{704} <avoid divide>*/  in WT_VoiceGain()
 130         /*lint -e{704} <avoid divide>*/  in WT_VoiceGain()
 138         /*lint -e{704} <avoid divide>*/  in WT_VoiceGain()
 148         /*lint -e{704} <avoid divide>*/  in WT_VoiceGain()
 158         /*lint -e{704} <avoid divide>*/  in WT_VoiceGain()
 204     /*lint -e{713} truncation is OK */  in WT_Interpolate()
 210     /*lint -e{701} <avoid multiply for performance>*/  in WT_Interpolate()
 212     /*lint -e{701} <avoid multiply for performance>*/  in WT_Interpolate()
 226         /*lint -e{704} <avoid divide>*/  in WT_Interpolate()
 [all …]
 
 |