Home
last modified time | relevance | path

Searched refs:lint (Results 1 – 25 of 132) sorted by relevance

123456

/external/llvm/utils/lint/
Dcpp_lint.py21 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 …]
Dcommon_lint.py20 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/swiftshader/third_party/llvm-7.0/llvm/utils/lint/
Dcpp_lint.py21 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 …]
Dcommon_lint.py20 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/swiftshader/third_party/LLVM/utils/lint/
Dcpp_lint.py21 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 …]
Dcommon_lint.py20 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/
Dlint-hunks.py114 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/
Dlint-hunks.py116 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/kotlinc/license/
DREADME.md76 - Path: plugins/lint/android-annotations
80 - Path: plugins/lint/lint-api
84 - Path: plugins/lint/lint-checks
88 - Path: plugins/lint/lint-idea
137 - Path: idea/testData/android/lint/IntRange.java
141 - Path: idea/testData/android/lint/RequiresPermission.java
/external/swiftshader/third_party/llvm-7.0/llvm/test/Analysis/Lint/
Dnoop-cast-expr-no-pointer.ll1 ; RUN: opt -lint < %s
3 ; lint shouldn't crash on any of the below functions
/external/gptfdisk/
DMakefile31 lint: #no pre-reqs target
32 lint $(SRCS)
DMakefile.freebsd31 lint: #no pre-reqs
32 lint $(SRCS)
DMakefile.mac34 lint: #no pre-reqs
35 lint $(SRCS)
DMakefile.mingw6426 lint: #no pre-reqs
27 lint $(SRCS)
DMakefile.mingw26 lint: #no pre-reqs
27 lint $(SRCS)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/WinEH/
Dwineh-intrinsics-invalid.ll1 ; 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/
Dwineh-intrinsics-invalid.ll1 ; 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/python/apitools/
Dtox.ini2 envlist = py26,py27,pypy,py34,py35,lint,cover,py27oldoauth2client
39 [testenv:lint]
/external/autotest/utils/
Drun_pylint.py37 import pylint.lint
198 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
231 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h355 #ifdef lint
358 #ifndef lint
/external/skia/platform_tools/android/
D.gitignore11 app/lint.xml
/external/skqp/platform_tools/android/
D.gitignore11 app/lint.xml
/external/puffin/
DPRESUBMIT.cfg2 hook0=../../../../chromite/bin/cros lint ${PRESUBMIT_FILES}
/external/libevent/
Dstrlcpy.c30 #if defined(LIBC_SCCS) && !defined(lint)
/external/e2fsprogs/lib/et/
Dvfprintf.c18 #if defined(LIBC_SCCS) && !defined(lint)

123456