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

1234

/external/llvm/utils/lint/
H A Dcommon_lint.py3 # 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...]
H A 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
[all...]
/external/swiftshader/third_party/LLVM/utils/lint/
H A Dcommon_lint.py3 # 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...]
H A 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
[all...]
/external/libpcap/Win32/Src/
H A Dffs.c34 #if defined(LIBC_SCCS) && !defined(lint)
36 #endif /* LIBC_SCCS and not lint */
H A Dgetnetbynm.c18 #if defined(LIBC_SCCS) && !defined(lint)
20 #endif /* LIBC_SCCS and not lint */
H A Dinet_net.c35 #if defined(LIBC_SCCS) && !defined(lint)
37 #endif /* LIBC_SCCS and not lint */
H A Dgetopt.c34 #if defined(LIBC_SCCS) && !defined(lint)
36 #endif /* LIBC_SCCS and not lint */
H A Dgetnetent.c18 #if defined(LIBC_SCCS) && !defined(lint)
20 #endif /* LIBC_SCCS and not lint */
H A Dgetservent.c34 #if defined(LIBC_SCCS) && !defined(lint)
36 #endif /* LIBC_SCCS and not lint */
/external/tcpdump/
H A Dprint-ftp.c14 #ifndef lint
H A Dprint-http.c14 #ifndef lint
H A Dprint-rtsp.c14 #ifndef lint
/external/libedit/src/
H A Dwcsdup.c18 #if defined(LIBC_SCCS) && !defined(lint)
20 #endif /* LIBC_SCCS and not lint */
H A Dstrlcpy.c22 #if defined(LIBC_SCCS) && !defined(lint)
24 #endif /* LIBC_SCCS and not lint */
H A Dstrlcat.c22 #if defined(LIBC_SCCS) && !defined(lint)
24 #endif /* LIBC_SCCS and not lint */
H A Dprompt.c36 #if !defined(lint) && !defined(SCCSID)
42 #endif /* not lint && not SCCSID */
/external/libevent/
H A Dstrlcpy.c30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
/external/gptfdisk/
H A DMakefile31 lint: #no pre-reqs
32 lint $(SRCS)
/external/e2fsprogs/lib/et/
H A Dvfprintf.c18 #if defined(LIBC_SCCS) && !defined(lint)
20 #endif /* LIBC_SCCS and not lint */
/external/libpcap/tests/
H A Dreactivatetest.c22 #ifndef lint
/external/libvpx/libvpx/tools/
H A 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]
134 # Set exit code if any relevant lint errors seen
/external/fsck_msdos/
H A Dmain.c35 #ifndef lint
39 #endif /* not lint */
/external/netperf/src/missing/
H A Dinet_ntop.c41 #ifndef lint
/external/autotest/utils/
H A Drun_pylint.py57 import pylint.lint namespace
242 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),
274 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)
413 # cleaning all the lint in it. See chromium-os:37364.

Completed in 1931 milliseconds

1234