Searched refs:lint (Results 1 – 25 of 301) sorted by relevance
12345678910>>...13
/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/chromium-trace/trace-viewer/third_party/Paste/tests/test_exceptions/ |
D | test_error_middleware.py | 3 from paste import lint 11 app = lint.middleware(app) 102 res = do_request(lint.middleware(iter_app), 200)
|
/external/chromium-trace/trace-viewer/third_party/Paste/docs/modules/ |
D | lint.txt | 1 :mod:`paste.lint` -- Check for the validity of WSGI requests and responses 4 .. automodule:: paste.lint
|
/external/chromium-trace/trace-viewer/third_party/Paste/tests/ |
D | test_cgitb_catcher.py | 3 from paste import lint 7 app = lint.middleware(app)
|
/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.mingw | 26 lint: #no pre-reqs 27 lint $(SRCS)
|
D | Makefile.mingw64 | 26 lint: #no pre-reqs 27 lint $(SRCS)
|
/external/vixl/tools/ |
D | presubmit.py | 210 if not lint.IsCppLintAvailable(): 218 n_errors = lint.LintFiles(lint.default_tracked_files, 266 import lint
|
/external/chromium-trace/trace-viewer/third_party/Paste/Paste.egg-info/ |
D | entry_points.txt | 23 lint = paste.lint:make_middleware
|
/external/tcpdump/ |
D | l2vpn.c | 16 #ifndef lint
|
D | pcap_dump_ftell.c | 22 #ifndef lint
|
D | print-raw.c | 22 #ifndef lint
|
D | nlpid.c | 16 #ifndef lint
|
/external/libpcap/ |
D | fad-null.c | 35 #ifndef lint
|
D | pcap-null.c | 21 #ifndef lint
|
/external/libpcap/Win32/Src/ |
D | ffs.c | 34 #if defined(LIBC_SCCS) && !defined(lint)
|
D | inet_aton.c | 41 #ifndef lint
|
/external/tcpdump/missing/ |
D | inet_pton.c | 41 #ifndef lint
|
D | datalinks.c | 34 #ifndef lint
|
D | inet_aton.c | 41 #ifndef lint
|
/external/skia/platform_tools/android/ |
D | .gitignore | 11 app/lint.xml
|
12345678910>>...13