Home
last modified time | relevance | path

Searched refs:checks (Results 1 – 25 of 27) sorted by relevance

12

/tools/repohooks/
DREADME.md4 perform various checks automatically such as running linters on your code.
20 Sometimes you might want to bypass the upload checks. While this is **strongly
23 `--no-verify` when running `repo upload` to skip all upload checks. This will
24 skip **all** checks and not just specific ones. It should be used only after
35 The merging of these config files control the hooks/checks that get run when
139 pre-upload checks. The following options are recognized:
312 entire repo in order to perform full checks. e.g. `pylint` needs to know what
325 * Commit message checks (correct format/BUG/TEST/SOB tags/etc...).
/tools/metalava/src/test/java/com/android/tools/metalava/
DRewriteAnnotationsTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
20 import com.android.tools.lint.checks.infrastructure.TestFiles.jar
21 import com.android.tools.lint.checks.infrastructure.TestFiles.xml
DAnnotationStatisticsTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
20 import com.android.tools.lint.checks.infrastructure.TestFiles.jar
DCoreApiTest.kt21 import com.android.tools.lint.checks.infrastructure.TestFile
22 import com.android.tools.lint.checks.infrastructure.TestFiles
DDriverTest.kt27 import com.android.tools.lint.checks.ApiLookup in <lambda>()
28 import com.android.tools.lint.checks.infrastructure.ClassName in <lambda>()
29 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()
30 import com.android.tools.lint.checks.infrastructure.TestFiles in <lambda>()
31 import com.android.tools.lint.checks.infrastructure.TestFiles.java in <lambda>()
32 import com.android.tools.lint.checks.infrastructure.TestFiles.kotlin in <lambda>()
33 import com.android.tools.lint.checks.infrastructure.stripComments in <lambda>()
DBaselineTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles.source in <lambda>()
DShowAnnotationTest.kt3 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
DShowForStubPurposesAnnotationTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFile
DDocAnalyzerTest.kt3 import com.android.tools.lint.checks.infrastructure.TestFiles.source
DApiFileTest.kt21 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
/tools/apifinder/
DAndroid.bp76 srcs: ["checks/src/main/java/**/*.kt"],
88 // "checks/src/test/java/**/*.kt",
89 // "checks/src/main/java/**/*.kt",
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt3 This checks whether the provided APK will verify on Android. By default, this
4 checks whether the APK will verify on all Android platform versions supported
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DLibraryBuildInfo.kt60 info.checks = arrayListOf() in createFile()
143 var checks: ArrayList<Check> = arrayListOf() variable in com.android.tools.metalava.LibraryBuildInfoFile
/tools/apksig/
DREADME.md11 between different versions of the Android platform. apksig thus thoroughly checks whether an APK's
28 * `ApkVerifier` which checks whether the provided APK is expected to verify on all Android
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebaseTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFiles.base64gzip
DJavadocTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFile
DPsiTypePrinterTest.kt19 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()
/tools/apifinder/checks/src/test/java/com/android/apifinder/
DApiFinderDetectorTest.kt3 import com.android.tools.lint.checks.infrastructure.LintDetectorTest
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/
DApiGeneratorTest.kt20 import com.android.tools.lint.checks.ApiLookup
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt17 package com.android.tools.lint.checks.infrastructure
/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt21 import com.android.tools.lint.checks.infrastructure.LintDetectorTest.source in <lambda>()
22 import com.android.tools.lint.checks.infrastructure.TestFile in <lambda>()
/tools/metalava/
DREADME.md184 checks on the public API in the codebase and flag issues that are discouraged
185 or forbidden by the Android API Council; there are currently around 80 checks.
431 overrides the `compare(old: Item, new: Item)` method, and checks whether the old
/tools/metalava/src/main/java/com/android/tools/metalava/
DDocAnalyzer.kt6 import com.android.tools.lint.checks.ApiLookup in <lambda>()
DAnnotationsMerger.kt46 import com.android.tools.lint.checks.AnnotationDetector
/tools/repohooks/tools/
Dpylintrc144 # disable everything first and then reenable specific checks. For example, if

12