OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
76 - 100
of
989
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
cdefs.h
6
#if defined(
lint
)
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
cdefs.h
11
#if defined(
lint
)
/external/llvm/lib/Analysis/
Lint.cpp
1
//===--
Lint
.cpp - Check for common errors in LLVM IR ---------------------===//
37
#include "llvm/Analysis/
Lint
.h"
67
class
Lint
: public FunctionPass, public InstVisitor<
Lint
> {
68
friend class InstVisitor<
Lint
>;
113
Lint
() : FunctionPass(ID), MessagesStr(Messages) {
152
char
Lint
::ID = 0;
153
INITIALIZE_PASS_BEGIN(
Lint
, "
lint
", "Statically
lint
-checks LLVM IR"
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFixGenerator.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
26
import com.android.tools.
lint
.client.api.Configuration;
27
import com.android.tools.
lint
.client.api.DefaultConfiguration;
28
import com.android.tools.
lint
.client.api.IssueRegistry;
29
import com.android.tools.
lint
.detector.api.Issue;
30
import com.android.tools.
lint
.detector.api.Issue.OutputFormat;
31
import com.android.tools.
lint
.detector.api.Project;
32
import com.android.tools.
lint
.detector.api.Severity;
69
* A quickfix and marker resolution for disabling
lint
checks, and any
150
return "Disable
Lint
Error"
[
all
...]
ClearLintMarkersAction.java
17
package com.android.ide.eclipse.adt.internal.
lint
;
26
/** Action which clear
lint
markers from the current project */
GlobalLintConfiguration.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
22
import com.android.tools.
lint
.client.api.Configuration;
23
import com.android.tools.
lint
.client.api.IssueRegistry;
24
import com.android.tools.
lint
.detector.api.Context;
25
import com.android.tools.
lint
.detector.api.Issue;
26
import com.android.tools.
lint
.detector.api.Location;
27
import com.android.tools.
lint
.detector.api.Severity;
37
/** Global (non-project-specific) configuration for
Lint
in Eclipse */
SetAttributeFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
32
import com.android.tools.
lint
.checks.AccessibilityDetector;
33
import com.android.tools.
lint
.checks.InefficientWeightDetector;
34
import com.android.tools.
lint
.checks.ManifestOrderDetector;
35
import com.android.tools.
lint
.checks.MissingIdDetector;
36
import com.android.tools.
lint
.checks.SecurityDetector;
37
import com.android.tools.
lint
.checks.TextFieldDetector;
38
import com.android.tools.
lint
.checks.TranslationDetector;
RunLintAction.java
17
package com.android.ide.eclipse.adt.internal.
lint
;
25
import com.android.tools.
lint
.detector.api.LintUtils;
55
* Action which runs
Lint
on the currently projects (and also provides a
79
/** Returns the Android project(s) to apply a
lint
run to. */
84
MessageDialog.openWarning(AdtPlugin.getShell(), "
Lint
",
85
"Could not run
Lint
: Select an Android project first.");
146
LintMenuAction clearAction = new LintMenuAction("Clear
Lint
Warnings", clear, ACTION_CLEAR,
179
* Actions in the pulldown context menu: run
lint
or clear
lint
markers on
191
* @param action the action to run: run
lint
, clear, or toggle exclude librarie
[
all
...]
LintDeltaProcessor.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
73
* Process the given delta: update
lint
on any Java source and class files found.
92
* Process edits in the given file: update
lint
on the Java source provided
110
* Collect .java and .class files to be run in
lint
. Only collects files
126
// since
lint
will resolve full paths and the resource markers won't go
158
// specifically for saves of Java files, in order to run incremental
lint
on them.
159
// Note that the {@link PostCompilerBuilder} already handles incremental
lint
files
164
// run
lint
incrementally if build automatically is off.
174
// when we add markers for
lint
errors found in the current file,
/bionic/libc/upstream-netbsd/libc/stdlib/
erand48.c
17
#if defined(LIBC_SCCS) && !defined(
lint
)
19
#endif /* LIBC_SCCS and not
lint
*/
jrand48.c
17
#if defined(LIBC_SCCS) && !defined(
lint
)
19
#endif /* LIBC_SCCS and not
lint
*/
nrand48.c
17
#if defined(LIBC_SCCS) && !defined(
lint
)
19
#endif /* LIBC_SCCS and not
lint
*/
seed48.c
17
#if defined(LIBC_SCCS) && !defined(
lint
)
19
#endif /* LIBC_SCCS and not
lint
*/
srand48.c
17
#if defined(LIBC_SCCS) && !defined(
lint
)
19
#endif /* LIBC_SCCS and not
lint
*/
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
lintrunner.py
17
"""Interface for a
lint
running wrapper."""
24
"""Interface for a
lint
running wrapper."""
/external/chromium_org/third_party/closure_linter/closure_linter/common/
lintrunner.py
17
"""Interface for a
lint
running wrapper."""
24
"""Interface for a
lint
running wrapper."""
/external/chromium_org/third_party/icu/source/tools/tzcode/
ialloc.c
6
#ifndef
lint
10
#endif /* !defined
lint
*/
scheck.c
6
#ifndef
lint
9
#endif /* !defined
lint
*/
/external/e2fsprogs/lib/et/
vfprintf.c
18
#if defined(LIBC_SCCS) && !defined(
lint
)
20
#endif /* LIBC_SCCS and not
lint
*/
/external/icu4c/tools/tzcode/
ialloc.c
6
#ifndef
lint
10
#endif /* !defined
lint
*/
scheck.c
6
#ifndef
lint
9
#endif /* !defined
lint
*/
/sdk/
README.txt
20
Let's say as an example you want to change
lint
.
21
It's now located in tools/base/
lint
.
26
$ ./gradlew
lint
:build
28
Output is located in $TOP/out/host/gradle/tools/base/
lint
/libs/
38
To get a list of possible tasks, try this: $ ./gradlew
lint
:tasks
41
$ ./gradlew
lint
:assemble ==> builds but do not run tests.
42
$ ./gradlew
lint
:check ==> runs tests and checks such as findbugs.
76
Let's say you changed something in tools/base/
lint
and run "make sdk" from
/external/netperf/
netcpu_ntperf.c
184
//
Lint
191
//
Lint
222
DWORD returnLength = 0; //
Lint
223
DWORD returnNumCPUs; //
Lint
336
tot_CPU_Util = 100.0*(1.0 - (double)DeltaInfo[MAXCPUS].IdleTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //
Lint
369
100.0*(1.0 - (double)DeltaInfo[i].IdleTime.QuadPart/(double)TotalCPUTime[i].QuadPart)); //
Lint
375
100.0*(double)DeltaInfo[MAXCPUS].KernelTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //
Lint
382
100.0*(double)DeltaInfo[i].KernelTime.QuadPart/(double)TotalCPUTime[i].QuadPart); //
Lint
395
100.0*(double)DeltaInfo[i].UserTime.QuadPart/TotalCPUTime[i].QuadPart); //
Lint
401
100.0*(double)DeltaInfo[MAXCPUS].DpcTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //
Lint
[
all
...]
/prebuilts/devtools/tools/
lint
36
jarfile=
lint
.jar
70
-Dcom.android.tools.
lint
.bindir="$progdir" \
73
com.android.tools.
lint
.Main "$@"
/prebuilts/sdk/tools/
lint
36
jarfile=
lint
.jar
70
-Dcom.android.tools.
lint
.bindir="$progdir" \
72
com.android.tools.
lint
.Main "$@"
Completed in 253 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>