HomeSort by relevance Sort by last modified time
    Searched full:lint (Results 276 - 300 of 1329) sorted by null

<<11121314151617181920>>

  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.1/
lint-api-22.7.1.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.7.3/
lint-api-22.7.3.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.8.0/
lint-api-22.8.0.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/22.9.2/
lint-api-22.9.2.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.1/
lint-api-23.0.1.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-api/23.0.2/
lint-api-23.0.2.pom 5 <groupId>com.android.tools.lint</groupId>
6 <artifactId>lint-api</artifactId>
  /sdk/
README.txt 20 Let's say as an example you want to change lint.
21 It's now located in tools/base/lint.
26 $ ./gradlew lint:build
28 Output is located in $TOP/out/host/gradle/tools/base/lint/libs/
38 To get a list of possible tasks, try this: $ ./gradlew lint:tasks
41 $ ./gradlew lint:assemble ==> builds but do not run tests.
42 $ ./gradlew lint:check ==> runs tests and checks such as findbugs.
76 Let's say you changed something in tools/base/lint and run "make sdk" from
  /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 */
GlobalLintConfiguration.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.IssueRegistry;
24 import com.android.tools.lint.detector.api.Context;
25 import com.android.tools.lint.detector.api.Issue;
26 import com.android.tools.lint.detector.api.Location;
27 import com.android.tools.lint.detector.api.Severity;
37 /** Global (non-project-specific) configuration for Lint in Eclipse */
SetAttributeFix.java 16 package com.android.ide.eclipse.adt.internal.lint;
32 import com.android.tools.lint.checks.AccessibilityDetector;
33 import com.android.tools.lint.checks.InefficientWeightDetector;
34 import com.android.tools.lint.checks.ManifestDetector;
35 import com.android.tools.lint.checks.MissingIdDetector;
36 import com.android.tools.lint.checks.SecurityDetector;
37 import com.android.tools.lint.checks.TextFieldDetector;
38 import com.android.tools.lint.checks.TranslationDetector;
RunLintAction.java 17 package com.android.ide.eclipse.adt.internal.lint;
25 import com.android.tools.lint.detector.api.LintUtils;
55 * Action which runs Lint on the currently projects (and also provides a
79 /** Returns the Android project(s) to apply a lint run to. */
84 MessageDialog.openWarning(AdtPlugin.getShell(), "Lint",
85 "Could not run Lint: Select an Android project first.");
146 LintMenuAction clearAction = new LintMenuAction("Clear Lint Warnings", clear, ACTION_CLEAR,
179 * Actions in the pulldown context menu: run lint or clear lint markers on
191 * @param action the action to run: run lint, clear, or toggle exclude librarie
    [all...]
LintDeltaProcessor.java 16 package com.android.ide.eclipse.adt.internal.lint;
73 * Process the given delta: update lint on any Java source and class files found.
92 * Process edits in the given file: update lint on the Java source provided
110 * Collect .java and .class files to be run in lint. Only collects files
126 // since lint will resolve full paths and the resource markers won't go
158 // specifically for saves of Java files, in order to run incremental lint on them.
159 // Note that the {@link PostCompilerBuilder} already handles incremental lint files
164 // run lint incrementally if build automatically is off.
174 // when we add markers for lint errors found in the current file,
  /external/netperf/
netcpu_ntperf.c 184 //Lint
191 //Lint
222 DWORD returnLength = 0; //Lint
223 DWORD returnNumCPUs; //Lint
336 tot_CPU_Util = 100.0*(1.0 - (double)DeltaInfo[MAXCPUS].IdleTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
369 100.0*(1.0 - (double)DeltaInfo[i].IdleTime.QuadPart/(double)TotalCPUTime[i].QuadPart)); //Lint
375 100.0*(double)DeltaInfo[MAXCPUS].KernelTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
382 100.0*(double)DeltaInfo[i].KernelTime.QuadPart/(double)TotalCPUTime[i].QuadPart); //Lint
395 100.0*(double)DeltaInfo[i].UserTime.QuadPart/TotalCPUTime[i].QuadPart); //Lint
401 100.0*(double)DeltaInfo[MAXCPUS].DpcTime.QuadPart/(double)TotalCPUTime[MAXCPUS].QuadPart); //Lint
    [all...]
  /prebuilts/devtools/tools/
lint 36 jarfile=lint.jar
70 -Dcom.android.tools.lint.bindir="$progdir" \
73 com.android.tools.lint.Main "$@"
  /prebuilts/sdk/tools/
lint 36 jarfile=lint.jar
70 -Dcom.android.tools.lint.bindir="$progdir" \
72 com.android.tools.lint.Main "$@"
  /bionic/libc/dns/resolv/
__res_send.c 9 #if defined(LIBC_SCCS) && !defined(lint)
  /external/llvm/test/Analysis/Lint/
address-spaces.ll 1 ; RUN: opt -lint < %s
  /system/core/toolbox/upstream-netbsd/bin/rmdir/
rmdir.c 33 #ifndef lint
36 #endif /* not lint */
38 #ifndef lint
44 #endif /* not lint */
  /system/core/toolbox/upstream-netbsd/usr.bin/printenv/
printenv.c 33 #ifndef lint
36 #endif /* not lint */
38 #ifndef lint
41 #endif /* not lint */
  /bionic/libc/upstream-freebsd/lib/libc/gen/
usleep.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-freebsd/lib/libc/stdlib/
abs.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
labs.c 30 #if defined(LIBC_SCCS) && !defined(lint)
32 #endif /* LIBC_SCCS and not lint */
  /bionic/libc/upstream-freebsd/lib/libc/string/
wcpcpy.c 32 #if defined(LIBC_SCCS) && !defined(lint)
34 #endif /* LIBC_SCCS and not lint */
wcscat.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */
wcscpy.c 31 #if defined(LIBC_SCCS) && !defined(lint)
33 #endif /* LIBC_SCCS and not lint */

Completed in 460 milliseconds

<<11121314151617181920>>