Searched
full:lint (Results
251 -
275 of
989) sorted by null
<<11121314151617181920>>
/external/v8/tools/ |
presubmit.py | 48 # Disabled LINT rules and reason. 128 ' in your $PATH. Lint check skipped.') 209 Lint files to check that they follow the google code style. 362 result.add_option('--no-lint', help="Do not run cpplint", default=False, 372 print "Running C++ lint check..."
|
/external/sonivox/arm-wt-22k/misc/ |
eas_host.c | 134 /*lint -esym(715, hwInstData) hwInstData available for customer use */ 152 /*lint -esym(715, hwInstData) hwInstData available for customer use */ 154 /*lint -esym(715, size) not used in static memory model */ 173 /*lint -esym(715, hwInstData) hwInstData available for customer use */ 175 /*lint -esym(715, p) not used in static memory model */ 283 /*lint -esym(715, hwInstData) hwInstData available for customer use */ 305 /*lint -esym(715, hwInstData) hwInstData available for customer use */ 357 /*lint -e{826} lint doesn't like this with STATIC_MEMORY defined for some reason */ 393 /*lint -esym(715, hwInstData) hwInstData available for customer use * [all...] |
/ndk/sources/host-tools/make-3.81/ |
default.c | 234 "$(LINT.c) -C$* $<", 237 "$(YACC.y) $< \n $(LINT.c) -C$* y.tab.c \n $(RM) y.tab.c", 239 "$(YACC.y) $< \n $(LINT.c) -C$* y_tab.c \n $(RM) y_tab.c", 242 "@$(RM) $*.c\n $(LEX.l) $< > $*.c\n$(LINT.c) -i $*.c -o $@\n $(RM) $*.c", 384 "LINT.c", "$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)", 441 "LINT", "lint", 496 "LINT.c", "$(LINT) $(LINTFLAGS) $(CPPFLAGS) $(TARGET_ARCH)" [all...] |
/external/srec/portable/src/ |
PFileWrap.c | 222 ESR_ReturnCode PFileFgetc ( PFile *self, LINT *result ) 422 LINT pfgetc ( PFile *self ) 425 LINT result;
|
/bionic/libc/upstream-netbsd/libc/gen/ |
ftw.c | 26 #ifndef lint
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_logbl.c | 13 #ifndef lint
|
s_modf.c | 13 #ifndef lint
|
s_scalbn.c | 13 #ifndef lint
|
s_scalbnf.c | 16 #ifndef lint
|
s_scalbnl.c | 13 #ifndef lint
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
checkerbase.py | 43 """Base class for all classes defining the lint rules for a language.""" 108 lint_rules: LintRules object defining lint errors given a token 228 """Checks a token stream for lint warnings/errors. 250 """Checks an individual token for lint warnings/errors.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
check-webkit-style | 32 """Does WebKit-lint on C/C++ or text files.
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
checkerbase.py | 43 """Base class for all classes defining the lint rules for a language.""" 108 lint_rules: LintRules object defining lint errors given a token 228 """Checks a token stream for lint warnings/errors. 250 """Checks an individual token for lint warnings/errors.
|
/external/chromium_org/v8/ |
PRESUBMIT.py | 44 results.append(output_api.PresubmitError("C++ lint check failed"))
|
/external/libpcap/ |
bpf_dump.c | 21 #ifndef lint
|
fad-null.c | 35 #ifndef lint
|
/external/llvm/lib/Analysis/ |
Android.mk | 30 Lint.cpp \
|
/external/ppp/pppd/plugins/radius/ |
Makefile.linux | 22 # Uncomment the next lint to include support for traffic limiting
|
/external/sonivox/arm-fm-22k/host_src/ |
eas_report.c | 154 /*lint -e{661} we check for NULL pointer - no fence post error here */ 160 /*lint -e{826} <allow variable args> */ 195 /*lint -e{826} <allow variable args> */ 225 /*lint -e{826} <allow variable args> */
|
/external/sonivox/arm-hybrid-22k/host_src/ |
eas_report.c | 154 /*lint -e{661} we check for NULL pointer - no fence post error here */ 160 /*lint -e{826} <allow variable args> */ 195 /*lint -e{826} <allow variable args> */ 225 /*lint -e{826} <allow variable args> */
|
/external/sonivox/arm-wt-22k/host_src/ |
eas_report.c | 154 /*lint -e{661} we check for NULL pointer - no fence post error here */ 160 /*lint -e{826} <allow variable args> */ 195 /*lint -e{826} <allow variable args> */ 225 /*lint -e{826} <allow variable args> */
|
/external/tcpdump/ |
bpf_dump.c | 21 #ifndef lint
|
gmt2local.c | 22 #ifndef lint
|
l2vpn.c | 16 #ifndef lint
|
machdep.c | 22 #ifndef lint
|
Completed in 670 milliseconds
<<11121314151617181920>>