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

1 2 3 4 5 6 7 8 91011>>

  /sdk/testapps/buildConfigTest/app/
lint.xml 2 <lint>
3 </lint
  /frameworks/base/packages/SystemUI/
lint.xml 2 <lint>
4 </lint
  /frameworks/base/core/res/
lint.xml 2 <lint>
7 </lint
  /prebuilts/devtools/tools/lib/
lint.jar 
lint-api.jar 
lint-checks.jar 
  /external/llvm/utils/lint/
cpp_lint.py 21 lint = []
46 lint.append((filename, line_num,
57 lint.append((filename, line_num,
62 lint.append((filename, line_num,
70 return lint
77 lint = []
78 lint.extend(VerifyIncludes(filename, lines))
79 lint.extend(common_lint.VerifyLineLength(filename, lines,
81 lint.extend(common_lint.VerifyTabs(filename, lines))
82 lint.extend(common_lint.VerifyTrailingWhitespace(filename, lines)
    [all...]
common_lint.py 3 # Common lint functions applicable to multiple types of files.
20 lint = []
25 lint.append((filename, line_num,
28 return lint
41 lint = []
46 lint.append((filename, line_num, 'Tab found instead of whitespace'))
48 return lint
62 lint = []
67 lint.append((filename, line_num, 'Trailing whitespace'))
69 return lint
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
w_cabsf.c 8 #ifndef lint
11 #endif /* not lint */
  /frameworks/base/docs/html/tools/debugging/
improving-w-lint.jd 1 page.title=Improving Your Code with lint
12 <li><a href=#eclipse">Running lint from Eclipse</a></li>
13 <li><a href=#commandline">Running lint from the command-line</a></li>
14 <li><a href=#config">Configuring lint</a>
16 <LI><a href="#eclipse_config">Configuring lint in Eclipse</a></LI>
17 <LI><a href="#pref">Configuring the lint file</a></LI>
18 <LI><a href="#src">Configuring lint checking in Java and XML source files</a></LI>
24 <li><a href="{@docRoot}tools/help/lint.html">lint (reference)</a></li>
34 <p>The Android SDK provides a code scanning tool called {@code lint} that can help you to easily identify and correct problems with the structural quality of your cod (…)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
build.properties 12 lint-api.jar,\
13 lint-checks.jar,\
  /frameworks/base/docs/html/tools/help/
lint.jd 1 page.title=lint
17 <p>The Android {@code lint} tool is a static code analysis tool that checks your Android project source files for potential bugs and optimization improvements for correctness, security, performance, usability, accessibility, and internationalization. </p>
18 <p>For more information on running {@code lint}, see <a href="{@docRoot}tools/debugging/improving-w-lint.html">Improving Your Code with lint</a>.</p>
22 <pre>lint [flags] &lt;project directory&gt;</pre>
25 <pre>lint myproject</pre>
27 You can also use {@code lint} to check for a specific issue. For example, you can run the following command to scan the files under the {@code myproject} directory and its subdirectories to check for XML attributes missing the Android namespace prefix. The issue ID {@code MissingPrefix} tells lint to only scan for this issue.
28 <pre>lint --check MissingPrefix myproject</pre
    [all...]
  /packages/apps/Phone/
lint.xml 16 <!-- To suppress lint warnings -->
17 <lint>
21 </lint>
  /bionic/libc/netbsd/resolv/
__res_close.c 9 #if defined(LIBC_SCCS) && !defined(lint)
11 #endif /* LIBC_SCCS and not lint */
__dn_comp.c 9 #if defined(LIBC_SCCS) && !defined(lint)
11 #endif /* LIBC_SCCS and not lint */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/META-INF/
MANIFEST.MF 14 lint-api.jar,
15 lint-checks.jar,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintFix.java 16 package com.android.ide.eclipse.adt.internal.lint;
22 import com.android.tools.lint.checks.AccessibilityDetector;
23 import com.android.tools.lint.checks.DetectMissingPrefix;
24 import com.android.tools.lint.checks.DosLineEndingDetector;
25 import com.android.tools.lint.checks.HardcodedValuesDetector;
26 import com.android.tools.lint.checks.InefficientWeightDetector;
27 import com.android.tools.lint.checks.ManifestOrderDetector;
28 import com.android.tools.lint.checks.MissingIdDetector;
29 import com.android.tools.lint.checks.ObsoleteLayoutParamsDetector;
30 import com.android.tools.lint.checks.PxUsageDetector
    [all...]
ProjectLintConfiguration.java 16 package com.android.ide.eclipse.adt.internal.lint;
22 import com.android.tools.lint.client.api.Configuration;
23 import com.android.tools.lint.client.api.DefaultConfiguration;
24 import com.android.tools.lint.client.api.LintClient;
25 import com.android.tools.lint.detector.api.Issue;
26 import com.android.tools.lint.detector.api.Project;
27 import com.android.tools.lint.detector.api.Severity;
35 /** Configuration for Lint in Eclipse projects */
76 AdtPlugin.log(e, "Can't store lint configuration");
EclipseLintRunner.java 16 package com.android.ide.eclipse.adt.internal.lint;
25 import com.android.tools.lint.client.api.IssueRegistry;
41 * Eclipse implementation for running lint on workspace files and projects.
47 * Runs lint and updates the markers, and waits for the result. Returns
81 * Runs lint and updates the markers. Does not wait for the job to finish -
95 * @return the job running lint in the background.
109 * Runs lint and updates the markers. Does not wait for the job to finish -
112 * @param client the lint client receiving issue reports etc
122 * @return the job running lint in the background.
140 // Show lint view where the results are liste
    [all...]
  /external/llvm/include/llvm/Analysis/
Lint.h 1 //===-- llvm/Analysis/Lint.h - LLVM IR Lint ---------------------*- C++ -*-===//
10 // This file defines lint interfaces that can be used for some sanity checking
12 // haven't done something bad. In contrast to the Verifier, the Lint checker
16 // To see what specifically is checked, look at Lint.cpp
29 /// @brief Create a lint pass.
  /bionic/libc/upstream-netbsd/libc/stdlib/
drand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
lrand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
mrand48.c 17 #if defined(LIBC_SCCS) && !defined(lint)
19 #endif /* LIBC_SCCS and not lint */
  /external/chromium-trace/trace-viewer/third_party/web_dev_style/
README.chromium 12 The web_dev_style portion of the chromium project, containing css and js lint bindings.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/
.classpath 9 <classpathentry exported="true" kind="lib" path="libs/lint-api.jar" sourcepath="/lint-api"/>
10 <classpathentry exported="true" kind="lib" path="libs/lint-checks.jar" sourcepath="/lint-checks"/>

Completed in 1866 milliseconds

1 2 3 4 5 6 7 8 91011>>