OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
26 - 50
of
989
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath
9
<classpathentry exported="true" kind="lib" path="libs/
lint
-api.jar" sourcepath="/
lint
-api"/>
10
<classpathentry exported="true" kind="lib" path="libs/
lint
-checks.jar" sourcepath="/
lint
-checks"/>
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/
.classpath
15
<classpathentry kind="lib" path="/plugin-adt/libs/
lint
-api.jar" sourcepath="/
lint
-api"/>
16
<classpathentry kind="lib" path="/plugin-adt/libs/
lint
-checks.jar" sourcepath="/
lint
-checks"/>
/bionic/libc/upstream-netbsd/libc/stdlib/
tfind.c
7
* The node_t structure is for internal use only,
lint
doesn't grok it.
15
#if defined(LIBC_SCCS) && !defined(
lint
)
17
#endif /* LIBC_SCCS and not
lint
*/
tdelete.c
7
* The node_t structure is for internal use only,
lint
doesn't grok it.
15
#if defined(LIBC_SCCS) && !defined(
lint
)
17
#endif /* LIBC_SCCS and not
lint
*/
tsearch.c
7
* The node_t structure is for internal use only,
lint
doesn't grok it.
15
#if defined(LIBC_SCCS) && !defined(
lint
)
17
#endif /* LIBC_SCCS and not
lint
*/
/frameworks/base/core/java/android/annotation/
SuppressLint.java
29
/** Indicates that
Lint
should ignore the specified warnings for the annotated element. */
34
* The set of warnings (identified by the
lint
issue id) that should be
35
* ignored by
lint
. It is not an error to specify an unrecognized name.
/sdk/annotations/src/android/annotation/
SuppressLint.java
29
/** Indicates that
Lint
should ignore the specified warnings for the annotated element. */
34
* The set of warnings (identified by the
lint
issue id) that should be
35
* ignored by
lint
. It is not an error to specify an unrecognized name.
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintJob.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
27
import com.android.tools.
lint
.client.api.IssueRegistry;
28
import com.android.tools.
lint
.client.api.LintDriver;
29
import com.android.tools.
lint
.client.api.LintRequest;
30
import com.android.tools.
lint
.detector.api.Issue;
31
import com.android.tools.
lint
.detector.api.Scope;
49
/** Job to check
lint
on a set of resources */
65
super("Running Android
Lint
");
133
"Only XML & Java files are supported for single file
lint
", null); //$NON-NLS-1$
186
* Returns the associated
lint
clien
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/lint/
ProjectLintConfigurationTest.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
21
import com.android.tools.
lint
.checks.DuplicateIdDetector;
22
import com.android.tools.
lint
.checks.UnusedResourceDetector;
23
import com.android.tools.
lint
.client.api.Configuration;
24
import com.android.tools.
lint
.client.api.IDomParser;
25
import com.android.tools.
lint
.client.api.IJavaParser;
26
import com.android.tools.
lint
.client.api.LintClient;
27
import com.android.tools.
lint
.detector.api.Context;
28
import com.android.tools.
lint
.detector.api.Issue;
29
import com.android.tools.
lint
.detector.api.Location
[
all
...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
lint_test_expectations_unittest.py
92
res = lint_test_expectations.
lint
(host, options, logging_stream)
105
res = lint_test_expectations.
lint
(host, options, logging_stream)
108
self.assertIn('
Lint
succeeded', logging_stream.getvalue())
123
res = lint_test_expectations.
lint
(host, options, logging_stream)
126
self.assertIn('
Lint
failed', logging_stream.getvalue())
133
orig_lint_fn = lint_test_expectations.
lint
148
lint_test_expectations.
lint
= interrupting_lint
152
lint_test_expectations.
lint
= successful_lint
156
lint_test_expectations.
lint
= exception_raising_lint
160
lint_test_expectations.
lint
= orig_lint_f
[
all
...]
/frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd
21
<li><a href="#
Lint
">Use
Lint
</a></li>
133
<h2 id="
Lint
">Use
Lint
</h2>
135
<p>It is always good practice to run the <a href="http://tools.android.com/tips/
lint
">
Lint
</a> tool on your layout files to search for possible view hierarchy optimizations.
Lint
has replaced the Layoutopt tool and has much greater functionality. Some examples of
Lint
<a
136
href="http://tools.android.com/tips/
lint
-checks">rules</a> are:</p>
146
<p>Another benefit of
Lint
is that it is integrated into the Android Development Tools for Eclipse (ADT 16+). Lint automatica (…)
[
all
...]
/external/chromium_org/webkit/tools/layout_tests/
PRESUBMIT.py
27
'--
lint
-test-files'
37
# TODO(ukai): consolidate run_webkit_tests --
lint
-test-files reports.
42
return [output_api.PresubmitError('
Lint
error\n%s' % '\n'.join(error),
/bionic/libc/arch-arm/include/machine/
cdefs.h
6
#if defined(
lint
)
/bionic/libc/arch-x86/include/machine/
cdefs.h
11
#if defined(
lint
)
/development/ndk/platforms/android-3/arch-arm/include/machine/
cdefs.h
6
#if defined(
lint
)
/development/ndk/platforms/android-9/arch-x86/include/machine/
cdefs.h
11
#if defined(
lint
)
/prebuilts/devtools/tools/
lint.bat
38
set jarfile=
lint
.jar
57
call %java_exe% %java_debug% -Xmx512m -Dcom.android.tools.
lint
.bindir=%prog_dir% -Dcom.android.tools.
lint
.workdir=%work_dir% -Djava.awt.headless=true -classpath "%jarpath%" com.android.tools.
lint
.Main %*
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/machine/
cdefs.h
11
#if defined(
lint
)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/machine/
cdefs.h
11
#if defined(
lint
)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
Completed in 1737 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>