Searched
full:lint (Results
351 -
375 of
1329) sorted by null
<<11121314151617181920>>
/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/gradle-plugin/com/android/tools/build/gradle/0.8.1/ |
gradle-0.8.1-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.8.3/ |
gradle-0.8.3-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.0/ |
gradle-0.9.0-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.1/ |
gradle-0.9.1-javadoc.jar | |
/prebuilts/gradle-plugin/com/android/tools/build/gradle/0.9.3/ |
gradle-0.9.3-javadoc.jar | |
/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 | 34 * Lint now checks Java code, and checks which previously performed 38 * Lint supports library projects, so for example the unused resource 41 * Lint warnings can be suppressed in Java code with the new 44 * New lint checks: 96 this can lead to subtle bugs (and lint was fixed to properly use 106 * New "lint" tool which scans Android project trees for potential 111 "lint --show" (and see eclipse/changes.txt for further details). 112 * layoutopt was removed; its functionality is replaced by the new lint
|
/system/core/toolbox/upstream-netbsd/lib/libc/string/ |
swab.c | 36 #if defined(LIBC_SCCS) && !defined(lint) 42 #endif /* LIBC_SCCS and not 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.ManifestDetector; 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.JavaParser; 44 import com.android.tools.lint.client.api.LintClient; 45 import com.android.tools.lint.client.api.LintDriver; 46 import com.android.tools.lint.client.api.XmlParser [all...] |
/bionic/libc/dns/nameser/ |
ns_netint.c | 21 #ifndef lint
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_fabs.c | 13 #ifndef lint
|
/external/chromium_org/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
run_parser.py | 15 # Disable lint check for finding modules:
|
run_translate.py | 15 # Disable lint check for finding modules:
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
lint_test_expectations.py | 49 def lint(host, options): function 112 lint_failed = lint(host, options) 115 _log.error('Lint failed.') 118 _log.info('Lint succeeded.')
|
/external/llvm/lib/Analysis/ |
CMakeLists.txt | 33 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
|
/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
|
/prebuilts/tools/common/lombok-ast/ |
lombok-ast-0.2.2.pom | 9 <description>This is a very small fork of lombok.ast as some Android tools needed a modification. This is built from 3c4f94d418b58d55d0facebf2bfbb362d4bf3bdd with an additional patch to support ECJ 4.2 and to strip out some unnecessary bundled libraries that we don't use for lint (to make the overhead smaller.)</description>
|
Completed in 660 milliseconds
<<11121314151617181920>>