OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
151 - 175
of
843
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
LintPreferencePage.java
18
import static com.android.tools.
lint
.detector.api.Issue.OutputFormat.RAW;
19
import static com.android.tools.
lint
.detector.api.Issue.OutputFormat.TEXT;
24
import com.android.ide.eclipse.adt.internal.
lint
.EclipseLintClient;
25
import com.android.ide.eclipse.adt.internal.
lint
.EclipseLintRunner;
27
import com.android.tools.
lint
.client.api.Configuration;
28
import com.android.tools.
lint
.client.api.IssueRegistry;
29
import com.android.tools.
lint
.detector.api.Category;
30
import com.android.tools.
lint
.detector.api.Issue;
31
import com.android.tools.
lint
.detector.api.Project;
32
import com.android.tools.
lint
.detector.api.Severity
[
all
...]
/prebuilts/devtools/
update_jars.sh
46
add_project
lint
"cli/etc/
lint
|tools/
lint
" "cli/etc/
lint
.bat|tools/
lint
.bat"
/external/sonivox/arm-fm-22k/lib_src/
eas_math.h
69
/*
lint
-e(704) <avoid multiply for performance>*/ \
74
/*
lint
-e(704) <avoid multiply for performance>*/ \
79
/*
lint
-e(704) <avoid multiply for performance>*/ \
84
/*
lint
-e(704) <avoid divide for performance>*/ \
125
#define MULT_AUDIO_COEF(audio,coef) /*
lint
-e704 <avoid divide for performance>*/ \
132
/*
lint
+704 <restore checking>*/
143
#define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*
lint
-e(702) <avoid divide for performance>*/ \
180
#define MULT_EG1_EG1(gain,damping) /*
lint
-e(704) <avoid divide for performance>*/ \
199
#define MULT_EG1_EG1_X2(gain,damping) /*
lint
-e(702) <avoid divide for performance>*/ \
207
#define SATURATE_EG1(x) /*
lint
-e{734} saturation operation */
[
all
...]
/external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h
69
/*
lint
-e(704) <avoid multiply for performance>*/ \
74
/*
lint
-e(704) <avoid multiply for performance>*/ \
79
/*
lint
-e(704) <avoid multiply for performance>*/ \
84
/*
lint
-e(704) <avoid divide for performance>*/ \
125
#define MULT_AUDIO_COEF(audio,coef) /*
lint
-e704 <avoid divide for performance>*/ \
132
/*
lint
+704 <restore checking>*/
143
#define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*
lint
-e(702) <avoid divide for performance>*/ \
180
#define MULT_EG1_EG1(gain,damping) /*
lint
-e(704) <avoid divide for performance>*/ \
199
#define MULT_EG1_EG1_X2(gain,damping) /*
lint
-e(702) <avoid divide for performance>*/ \
207
#define SATURATE_EG1(x) /*
lint
-e{734} saturation operation */
[
all
...]
/external/sonivox/arm-wt-22k/lib_src/
eas_math.h
69
/*
lint
-e(704) <avoid multiply for performance>*/ \
74
/*
lint
-e(704) <avoid multiply for performance>*/ \
79
/*
lint
-e(704) <avoid multiply for performance>*/ \
84
/*
lint
-e(704) <avoid divide for performance>*/ \
125
#define MULT_AUDIO_COEF(audio,coef) /*
lint
-e704 <avoid divide for performance>*/ \
132
/*
lint
+704 <restore checking>*/
143
#define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*
lint
-e(702) <avoid divide for performance>*/ \
180
#define MULT_EG1_EG1(gain,damping) /*
lint
-e(704) <avoid divide for performance>*/ \
199
#define MULT_EG1_EG1_X2(gain,damping) /*
lint
-e(702) <avoid divide for performance>*/ \
207
#define SATURATE_EG1(x) /*
lint
-e{734} saturation operation */
[
all
...]
/frameworks/av/media/libeffects/testlibs/
EffectsMath.h
60
/*
lint
-e(704) <avoid multiply for performance>*/ \
65
/*
lint
-e(704) <avoid multiply for performance>*/ \
70
/*
lint
-e(704) <avoid multiply for performance>*/ \
75
/*
lint
-e(704) <avoid divide for performance>*/ \
116
#define MULT_AUDIO_COEF(audio,coef) /*
lint
-e704 <avoid divide for performance>*/ \
123
/*
lint
+704 <restore checking>*/
134
#define MULT_AUDIO_WET_DRY_COEF(audio,coef) /*
lint
-e(702) <avoid divide for performance>*/ \
171
#define MULT_EG1_EG1(gain,damping) /*
lint
-e(704) <avoid divide for performance>*/ \
190
#define MULT_EG1_EG1_X2(gain,damping) /*
lint
-e(702) <avoid divide for performance>*/ \
198
#define SATURATE_EG1(x) /*
lint
-e{734} saturation operation */
[
all
...]
/frameworks/base/docs/html/tools/debugging/
debugging-ui.jd
32
<li><a href="#
lint
">Using
lint
to optimize your UI</a></li>
58
<code>
lint
</code> tools.
67
<p>Android <code>
lint
</code> is a static code scanning tool that helps you optimize the layouts and layout
496
<h2 id="
lint
">Using
lint
to Optimize Your UI</h2>
497
<p>The Android {@code
lint
} tool lets you analyze the XML files that define your application's UI to find inefficiencies in the view hierarchy.</p>
498
<p class="note"><strong>Note: </strong>The Android <code>layoutopt</code> tool has been replaced by the {@code
lint
} tool beginning in ADT and SDK Tools revision 16. The {@code
lint
} tool reports UI layout performance issues in a similar way as <code>layoutopt</code>, and detects additional problems.</p>
499
<p>For more information about using {@code
lint
}, see <a href="{@docRoot}tools/debugging/improving-w-lint.html">Improving Your Code with lint</a> (…)
[
all
...]
/bionic/libc/netbsd/inet/
nsap_addr.c
21
#if defined(LIBC_SCCS) && !defined(
lint
)
27
#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
475
#
Lint
phony targets
476
.PHONY:
lint
-$(LOCAL_PACKAGE_NAME)
477
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_PATH := $(LOCAL_PATH)
478
lint
-$(LOCAL_PACKAGE_NAME): PRIVATE_LINT_FLAGS := $(LOCAL_LINT_FLAGS)
479
lint
-$(LOCAL_PACKAGE_NAME) :
480
@echo
lint
$(PRIVATE_PATH)
481
$(
LINT
) $(PRIVATE_LINT_FLAGS) $(PRIVATE_PATH)
483
lintall :
lint
-$(LOCAL_PACKAGE_NAME)
/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;
/system/core/sh/
arith_lex.l
37
#ifndef
lint
43
#endif /* not
lint
*/
mystring.c
36
#ifndef
lint
42
#endif /* not
lint
*/
/bionic/libc/arch-mips/include/machine/
cdefs.h
33
#if defined(
lint
)
Completed in 1266 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>