OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lint
(Results
176 - 200
of
989
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/tests/device/test-gnustl-full/unit/
alg_test.cpp
139
list<int>
lint
(ints, ints + ARRAY_SIZE(ints));
140
list<int>::iterator lit = search_n(
lint
.begin(),
lint
.end(), 3, 3);
141
CPPUNIT_ASSERT( lit !=
lint
.end() );
172
list<int>
lint
(ints, ints + ARRAY_SIZE(ints));
173
list<int>::iterator lit = search_n(
lint
.begin(),
lint
.end(), 3, 2, greater<int>());
174
CPPUNIT_ASSERT( lit !=
lint
.end() );
/ndk/tests/device/test-stlport/unit/
alg_test.cpp
139
list<int>
lint
(ints, ints + ARRAY_SIZE(ints));
140
list<int>::iterator lit = search_n(
lint
.begin(),
lint
.end(), 3, 3);
141
CPPUNIT_ASSERT( lit !=
lint
.end() );
172
list<int>
lint
(ints, ints + ARRAY_SIZE(ints));
173
list<int>::iterator lit = search_n(
lint
.begin(),
lint
.end(), 3, 2, greater<int>());
174
CPPUNIT_ASSERT( lit !=
lint
.end() );
/prebuilts/tools/common/proguard/proguard4.7/docs/
quality.html
26
statistics on the source code, Java
lint
comments, Java documentation
27
comments, the Java documentation itself, html
lint
comments on the Java
/sdk/
changes.txt
27
*
Lint
now checks Java code, and checks which previously performed
31
*
Lint
supports library projects, so for example the unused resource
34
*
Lint
warnings can be suppressed in Java code with the new
37
* New
lint
checks:
89
this can lead to subtle bugs (and
lint
was fixed to properly use
99
* New "
lint
" tool which scans Android project trees for potential
104
"
lint
--show" (and see eclipse/changes.txt for further details).
105
* layoutopt was removed; its functionality is replaced by the new
lint
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java
30
import com.android.ide.eclipse.adt.internal.
lint
.EclipseLintClient;
38
import com.android.tools.
lint
.checks.BuiltinIssueRegistry;
39
import com.android.tools.
lint
.checks.ManifestOrderDetector;
40
import com.android.tools.
lint
.checks.SecurityDetector;
41
import com.android.tools.
lint
.client.api.Configuration;
42
import com.android.tools.
lint
.client.api.DefaultConfiguration;
43
import com.android.tools.
lint
.client.api.IDomParser;
44
import com.android.tools.
lint
.client.api.IJavaParser;
45
import com.android.tools.
lint
.client.api.LintClient;
46
import com.android.tools.
lint
.client.api.LintDriver
[
all
...]
/bionic/libc/netbsd/nameser/
ns_netint.c
21
#ifndef
lint
/bionic/libm/upstream-freebsd/lib/msun/src/
s_fabs.c
13
#ifndef
lint
/external/llvm/lib/Analysis/
CMakeLists.txt
28
Lint
.cpp
/external/tcpdump/
af.c
18
#ifndef
lint
ipproto.c
16
#ifndef
lint
nlpid.c
16
#ifndef
lint
pcap_dump_ftell.c
22
#ifndef
lint
print-sip.c
16
#ifndef
lint
/frameworks/base/core/java/android/annotation/
TargetApi.java
26
/** Indicates that
Lint
should treat this type as targeting a given API level, no matter what the
/sdk/annotations/src/android/annotation/
TargetApi.java
26
/** Indicates that
Lint
should treat this type as targeting a given API level, no matter what the
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LintOverlay.java
36
*
lint
error (unless the view is smaller than the icon)
39
/** Approximate size of
lint
overlay icons */
41
/** Alpha to draw
lint
overlay icons with */
68
// in case
lint
runs in the background while painting and updates this list
LintTooltipManager.java
37
/** Tooltip in the layout editor showing
lint
errors under the cursor */
45
* message for the
lint
warning associated with each node, if any (and only if the hover
118
/** Show a tooltip listing the
lint
errors for the given nodes */
140
* Compute the list of nodes which have
lint
warnings near the given mouse
/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
...]
/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/stdio/
fclose.c
33
#if defined(LIBC_SCCS) && !defined(
lint
)
35
#endif /* LIBC_SCCS and not
lint
*/
Completed in 1457 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>