Searched refs:lint (Results 1 – 25 of 238) sorted by relevance
12345678910
/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/webkit/Tools/android/flex-2.5.4a/MISC/MVS/ |
D | diffs | 53 #ifndef lint 64 #ifndef lint 79 #ifndef lint 90 #ifndef lint 145 #ifndef lint 156 #ifndef lint 287 #ifndef lint 298 #ifndef lint 347 #ifndef lint 355 #ifndef lint [all …]
|
/external/stlport/test/unit/ |
D | alg_test.cpp | 139 list<int> lint(ints, ints + ARRAY_SIZE(ints)); in search_n_test() local 140 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 3); in search_n_test() 141 CPPUNIT_ASSERT( lit != lint.end() ); in search_n_test() 172 list<int> lint(ints, ints + ARRAY_SIZE(ints)); in search_n_test() local 173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>()); in search_n_test() 174 CPPUNIT_ASSERT( lit != lint.end() ); in search_n_test()
|
/external/icu4c/tools/tzcode/ |
D | private.h | 22 #ifndef lint 230 #ifdef lint 233 #ifndef lint
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | Makefile.in | 202 lint: $(LINTSRCS) 203 lint -Dconst= $(LINTSRCS) > flex.lint 205 gcc-lint: $(LINTSRCS) 206 gcc -Dlint -Wall $(LINTSRCS) >flex.gcc-lint 2>&1 212 rm -f flex parse.c parse.h *.o alloca.c *.lint lex.yy.c lex.yy.cc \
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Turbo-C | 147 lint: $(FLEX_C_SOURCES) 148 lint $(FLEX_C_SOURCES) > flex.lint 157 del *.lint
|
/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
|
D | print-sip.c | 16 #ifndef lint
|
D | machdep.c | 22 #ifndef lint
|
D | vfprintf.c | 22 #ifndef lint
|
D | ipproto.c | 16 #ifndef lint
|
D | gmpls.c | 16 #ifndef lint
|
/external/libpcap/ |
D | fad-null.c | 35 #ifndef lint
|
D | pcap-null.c | 21 #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
|
D | strdup.c | 34 #if defined(LIBC_SCCS) && !defined(lint)
|
D | strlcpy.c | 31 #ifndef lint
|
D | strsep.c | 34 #if defined(LIBC_SCCS) && !defined(lint)
|
/external/chromium/third_party/libevent/ |
D | strlcpy.c | 30 #if defined(LIBC_SCCS) && !defined(lint)
|
12345678910