Searched refs:lint (Results 1 – 25 of 138) sorted by relevance
123456
/external/swiftshader/third_party/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/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/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/kotlinc/license/ |
D | README.md | 72 - Path: plugins/lint/android-annotations 76 - Path: plugins/lint/lint-api 80 - Path: plugins/lint/lint-checks 84 - Path: plugins/lint/lint-idea 129 - Path: idea/testData/android/lint/IntRange.java 133 - Path: idea/testData/android/lint/RequiresPermission.java
|
/external/gptfdisk/ |
D | Makefile | 31 lint: #no pre-reqs target 32 lint $(SRCS)
|
D | Makefile.mac | 34 lint: #no pre-reqs 35 lint $(SRCS)
|
D | Makefile.freebsd | 31 lint: #no pre-reqs 32 lint $(SRCS)
|
D | Makefile.mingw64 | 26 lint: #no pre-reqs 27 lint $(SRCS)
|
D | Makefile.mingw | 26 lint: #no pre-reqs 27 lint $(SRCS)
|
/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/autotest/utils/ |
D | run_pylint.py | 57 import pylint.lint 216 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths), 248 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 355 #ifdef lint 358 #ifndef lint
|
/external/puffin/ |
D | PRESUBMIT.cfg | 2 hook0=../../../../chromite/bin/cros lint ${PRESUBMIT_FILES}
|
/external/skia/platform_tools/android/ |
D | .gitignore | 11 app/lint.xml
|
/external/skqp/platform_tools/android/ |
D | .gitignore | 11 app/lint.xml
|
/external/libedit/src/ |
D | wcsdup.c | 18 #if defined(LIBC_SCCS) && !defined(lint)
|
D | strlcpy.c | 22 #if defined(LIBC_SCCS) && !defined(lint)
|
D | strlcat.c | 22 #if defined(LIBC_SCCS) && !defined(lint)
|
/external/libedit/examples/ |
D | tc1.c | 36 #ifndef lint 41 #if !defined(lint) && !defined(SCCSID)
|
/external/libevent/ |
D | strlcpy.c | 30 #if defined(LIBC_SCCS) && !defined(lint)
|
/external/e2fsprogs/lib/et/ |
D | vfprintf.c | 18 #if defined(LIBC_SCCS) && !defined(lint)
|
/external/oj-libjdwp/src/share/back/ |
D | vm_interface.h | 40 #if !defined(lint)
|
/external/libpcap/tests/ |
D | reactivatetest.c | 22 #ifndef lint
|
123456