OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
201 - 225
of
989
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/upstream-freebsd/lib/libc/stdio/
fdopen.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
fgets.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
flags.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
fopen.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
fwrite.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
makebuf.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
tempnam.c
30
#if defined(LIBC_SCCS) && !defined(
lint
)
32
#endif /* LIBC_SCCS and not
lint
*/
wsetup.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-freebsd/lib/libc/string/
wcslcat.c
32
#if defined(LIBC_SCCS) && !defined(
lint
)
34
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-netbsd/libc/gen/
psignal.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
39
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-netbsd/libc/stdlib/
bsearch.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
39
#endif /* LIBC_SCCS and not
lint
*/
div.c
36
#if defined(LIBC_SCCS) && !defined(
lint
)
42
#endif /* LIBC_SCCS and not
lint
*/
/build/core/
package.mk
472
#
Lint
phony targets
473
.PHONY:
lint
-$(LOCAL_PACKAGE_NAME)
474
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_PATH := $(LOCAL_PATH)
475
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_LINT_FLAGS := $(LOCAL_LINT_FLAGS)
476
lint
-$(LOCAL_PACKAGE_NAME) :
477
@echo
lint
$(PRIVATE_PATH)
478
$(
LINT
) $(PRIVATE_LINT_FLAGS) $(PRIVATE_PATH)
480
lintall :
lint
-$(LOCAL_PACKAGE_NAME)
/external/chromium_org/ppapi/generators/
idl_lint.py
5
"""
Lint
for IDL """
106
def
Lint
(ast):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
test_expectations_unittest.py
89
# don't want to
lint
the whole file (it can unfairly punish patches for pre-existing errors).
90
# We rely on a separate
lint
-webkitpy step on the bots to keep the whole file okay.
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c
39
#if defined(LIBC_SCCS) && !defined(
lint
)
41
#endif /* LIBC_SCCS and not
lint
*/
/external/dhcpcd/compat/
linkaddr.c
31
#if defined(LIBC_SCCS) && !defined(
lint
)
33
#endif /* LIBC_SCCS and not
lint
*/
/external/dropbear/
netbsd_getpass.c
34
#if defined(LIBC_SCCS) && !defined(
lint
)
40
#endif /* LIBC_SCCS and not
lint
*/
/external/openssh/openbsd-compat/
getopt.c
35
#if defined(LIBC_SCCS) && !defined(
lint
)
37
#endif /* LIBC_SCCS and not
lint
*/
/external/tcpdump/missing/
strsep.c
34
#if defined(LIBC_SCCS) && !defined(
lint
)
37
#endif /* LIBC_SCCS and not
lint
*/
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
AddSuppressAnnotation.java
17
package com.android.ide.eclipse.adt.internal.
lint
;
32
import com.android.tools.
lint
.checks.AnnotationDetector;
33
import com.android.tools.
lint
.checks.ApiDetector;
34
import com.android.tools.
lint
.detector.api.Issue;
35
import com.android.tools.
lint
.detector.api.Scope;
140
// (so the user doesn't have to re-run
lint
just to see it disappear,
144
//
lint
shouldn't have complained here.
304
* Adds any applicable suppress
lint
fix resolutions into the given list
RemoveUselessViewFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
21
import com.android.tools.
lint
.checks.UselessViewDetector;
TypoFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
19
import com.android.tools.
lint
.checks.TypoDetector;
TypographyFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
19
import com.android.tools.
lint
.checks.TypographyDetector;
UseCompoundDrawableDetectorFix.java
17
package com.android.ide.eclipse.adt.internal.
lint
;
23
import com.android.tools.
lint
.checks.UseCompoundDrawableDetector;
Completed in 1069 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>