HomeSort by relevance Sort by last modified time
    Searched full:lint (Results 126 - 150 of 843) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/upstream-netbsd/libc/string/
strcoll.c 36 #if defined(LIBC_SCCS) && !defined(lint)
42 #endif /* LIBC_SCCS and not lint */
strxfrm.c 36 #if defined(LIBC_SCCS) && !defined(lint)
42 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-netbsd/libc/unistd/
killpg.c 33 #if defined(LIBC_SCCS) && !defined(lint)
39 #endif /* LIBC_SCCS and not lint */
  /external/chromium/third_party/libevent/
strlcpy.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
  /external/dhcpcd/mk/
prog.mk 67 lint: ${SRCS:.c=.c}
68 ${LINT} ${LINTFLAGS} ${CFLAGS:M-[DIU]*} $^ ${.ALLSRC}
  /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() );
  /external/tcpdump/missing/
strdup.c 34 #if defined(LIBC_SCCS) && !defined(lint)
37 #endif /* LIBC_SCCS and not lint */
  /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 27 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
  /external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
Turbo-C 147 lint: $(FLEX_C_SOURCES)
148 lint $(FLEX_C_SOURCES) > flex.lint
157 del *.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

Completed in 2222 milliseconds

1 2 3 4 56 7 8 91011>>