OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lint
(Results
176 - 200
of
673
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/icu/source/tools/tzcode/
scheck.c
6
#ifndef
lint
9
#endif /* !defined
lint
*/
tzfile.h
22
#ifndef
lint
26
#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/
scheck.c
6
#ifndef
lint
9
#endif /* !defined
lint
*/
tzfile.h
22
#ifndef
lint
26
#endif /* !defined
lint
*/
/external/libpcap/
bpf_dump.c
21
#ifndef
lint
/external/libvpx/libvpx/tools/
lint-hunks.py
114
lint
= Subprocess(cpplint_cmd, expected_returncode=(0, 1),
116
lint_out =
lint
.communicate()[1]
119
lint
= Subprocess(cpplint_cmd, expected_returncode=(0, 1),
122
lint_out =
lint
.communicate(stdin)[1]
134
# Set exit code if any relevant
lint
errors seen
/external/tcpdump/
bpf_dump.c
21
#ifndef
lint
oui.c
16
#ifndef
lint
print-beep.c
12
#ifndef
lint
print-cip.c
23
#ifndef
lint
print-enc.c
24
#ifndef
lint
print-frag6.c
22
#ifndef
lint
print-ipcomp.c
22
#ifndef
lint
print-netbios.c
25
#ifndef
lint
strcasecmp.c
17
#ifndef
lint
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
ClearLintMarkersAction.java
17
package com.android.ide.eclipse.adt.internal.
lint
;
26
/** Action which clear
lint
markers from the current project */
DosLineEndingsFix.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
LintEditAction.java
16
package com.android.ide.eclipse.adt.internal.
lint
;
26
* Action intended to wrap an existing XML editor action, and then runs
lint
after
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
...]
/external/chromium_org/third_party/openssl/openssl/crypto/chacha/
Makefile
65
lint
:
66
lint
-DLINT $(INCLUDES) $(SRC)>fluff
/external/stlport/test/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-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/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 %*
Completed in 1419 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>