OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
501 - 525
of
1329
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintList.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
24
import com.android.tools.
lint
.client.api.Configuration;
25
import com.android.tools.
lint
.client.api.IssueRegistry;
26
import com.android.tools.
lint
.client.api.LintClient;
27
import com.android.tools.
lint
.detector.api.Issue;
28
import com.android.tools.
lint
.detector.api.Severity;
93
* A tree-table widget which shows a list of
lint
warnings for an underlying
510
super("Updating
Lint
Markers");
726
// Special mode where we show just
lint
warnings for a single file:
[
all
...]
LintViewPart.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
25
import com.android.tools.
lint
.detector.api.LintUtils;
81
* Eclipse View which shows
lint
warnings for the current project
85
public static final String ID = "com.android.ide.eclipse.adt.internal.
lint
.LintViewPart"; //$NON-NLS-1$
188
// No supplied context: show
lint
warnings for all projects
282
* Sets the resource associated with the
lint
view
628
* Shows or reconfigures the LintView to show the
lint
warnings for the
631
* @param projects the projects to show
lint
warnings for
650
AdtPlugin.log(e, "Cannot open
Lint
View");
ObsoleteLayoutParamsFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
SetScrollViewSizeFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
ExportAction.java
19
import com.android.ide.eclipse.adt.internal.
lint
.EclipseLintRunner;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
StringEvaluator.java
19
import static com.android.tools.
lint
.detector.api.LintUtils.assertionsEnabled;
/system/core/toolbox/upstream-netbsd/bin/mv/
mv.c
36
#ifndef
lint
39
#endif /* not
lint
*/
41
#ifndef
lint
47
#endif /* not
lint
*/
/system/core/toolbox/upstream-netbsd/usr.bin/du/
du.c
36
#ifndef
lint
39
#endif /* not
lint
*/
41
#ifndef
lint
47
#endif /* not
lint
*/
/bionic/libc/dns/resolv/
herror.c
54
#if defined(LIBC_SCCS) && !defined(
lint
)
61
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
qsort.c
30
#if defined(LIBC_SCCS) && !defined(
lint
)
32
#endif /* LIBC_SCCS and not
lint
*/
realpath.c
29
#if defined(LIBC_SCCS) && !defined(
lint
)
31
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c
36
#if defined(LIBC_SCCS) && !defined(
lint
)
42
#endif /* LIBC_SCCS and not
lint
*/
/bionic/libc/upstream-netbsd/lib/libc/regex/
regfree.c
75
#if defined(LIBC_SCCS) && !defined(
lint
)
81
#endif /* LIBC_SCCS and not
lint
*/
/build/core/
package_internal.mk
492
#
Lint
phony targets
493
.PHONY:
lint
-$(LOCAL_PACKAGE_NAME)
494
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_PATH := $(LOCAL_PATH)
495
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_LINT_FLAGS := $(LOCAL_LINT_FLAGS)
496
lint
-$(LOCAL_PACKAGE_NAME) :
497
@echo
lint
$(PRIVATE_PATH)
498
$(
LINT
) $(PRIVATE_LINT_FLAGS) $(PRIVATE_PATH)
500
lintall :
lint
-$(LOCAL_PACKAGE_NAME)
/development/ndk/platforms/android-3/include/
ctype.h
71
#if defined(__GNUC__) || defined(_ANSI_LIBRARY) || defined(
lint
)
98
#endif /* __GNUC__ || _ANSI_LIBRARY ||
lint
*/
/external/chromium_org/third_party/icu/source/tools/tzcode/
asctime.c
12
#ifndef
lint
16
#endif /* !defined
lint
*/
tzfile.h
22
#ifndef
lint
26
#endif /* !defined
lint
*/
/external/chromium_org/third_party/yasm/source/patched-yasm/
util.h
51
#if !defined(
lint
) && !defined(NDEBUG)
70
#ifdef
lint
/external/fsck_msdos/
check.c
35
#ifndef
lint
39
#endif /* not
lint
*/
main.c
35
#ifndef
lint
39
#endif /* not
lint
*/
/external/icu/icu4c/source/tools/tzcode/
asctime.c
12
#ifndef
lint
16
#endif /* !defined
lint
*/
tzfile.h
22
#ifndef
lint
26
#endif /* !defined
lint
*/
/external/libedit/src/
prompt.c
36
#if !defined(
lint
) && !defined(SCCSID)
42
#endif /* not
lint
&& not SCCSID */
sig.c
36
#if !defined(
lint
) && !defined(SCCSID)
42
#endif /* not
lint
&& not SCCSID */
/external/sonivox/arm-fm-22k/host_src/
eas_config.c
98
/*
lint
-e{605} not pretty, but it works */
311
/*
lint
-e{605} not pretty, but it works */
375
/*
lint
-e{605} not pretty, but it works */
444
/*
lint
-esym(715, dataModule) used only when _STATIC_MEMORY is defined */
458
/*
lint
-e{545}
lint
doesn't like this because it sees the underlying type */
487
/*
lint
-e{545}
lint
doesn't like this because it sees the underlying type */
Completed in 1783 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>