Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 16 of 16) sorted by relevance

/tools/metalava/src/test/java/com/android/tools/metalava/
DSystemServiceCheckTest.kt97 fun `Check SystemService -- no permission annotation`() { in Check SystemService -- no permission annotation()
122 fun `Check SystemService -- can miss a permission with anyOf`() { in Check SystemService -- can miss a permission with anyOf()
156 fun `Check SystemService -- at least one permission must be defined with anyOf`() { in Check SystemService -- at least one permission must be defined with anyOf()
187 fun `Check SystemService -- missing one permission with allOf`() { in Check SystemService -- missing one permission with allOf()
221 fun `Check SystemService -- must be system permission, not normal`() { in Check SystemService -- must be system permission, not normal()
262 fun `Check SystemService -- missing manifest permissions`() { in Check SystemService -- missing manifest permissions()
DAndroidApiChecksTest.kt177 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
223 fun `Check IntDef Warnings`() { in Check IntDef Warnings()
DExtractAnnotationsTest.kt26 fun `Check java typedef extraction and warning about non-source retention of typedefs`() { in Check java typedef extraction and warning about non-source retention of typedefs()
105 fun `Check Kotlin and referencing hidden constants from typedef`() { in Check Kotlin and referencing hidden constants from typedef()
DApiFileTest.kt974 fun `Check all modifiers`() { in Check all modifiers()
1035 fun `Check all modifiers, non-compat mode`() { in Check all modifiers, non-compat mode()
1208 fun `Check erasure in throws-list`() { in Check erasure in throws-list()
1242 fun `Check various generics signature subtleties`() { in Check various generics signature subtleties()
1328 fun `Check instance methods in enums`() { in Check instance methods in enums()
1831 fun `Check basic @remove scenarios`() { in Check basic @remove scenarios()
1905 fun `Check @remove class`() { in Check @remove class()
DNullnessMigrationTest.kt255 fun `Check type use annotations`() { in Check type use annotations()
293 fun `Check androidx package annotation`() { in Check androidx package annotation()
DShowAnnotationTest.kt129 fun `Check @TestApi handling`() { in Check @TestApi handling()
/tools/apksig/src/apksigner/java/com/android/apksigner/
Dhelp_verify.txt33 1. Check whether the APK's signatures are expected to verify on all Android
37 2. Check whether the APK's signatures are expected to verify on Android
Dhelp.txt17 verify Check whether the provided APK is expected to verify on
/tools/metalava/
Dbuild.gradle115 description = "Check Kotlin code style."
DREADME.md408 Similarly, the API Check can simply override
/tools/appbundle/bundletool/etc/
Dbundletool.bat25 rem Check we have a valid Java.exe in the path.↵
/tools/apksig/etc/
Dapksigner.bat25 rem Check we have a valid Java.exe in the path.
/tools/tradefederation/core/atest/docs/
Ddevelop_test_runners.md41 * ```host_env_check()```: Check if host environment is properly setup for the
Ddevelop_test_finders.md48 field as a dict. Check out ```ExampleFinder``` to see how the data field is
/tools/test/connectivity/acts/
DREADME.md70 displayed. Check the "Always" box and click "Yes".
/tools/repohooks/tools/
Dcpplint.py1054 def Check(self, error, filename, linenum): member in _FunctionState
3103 function_state.Check(error, filename, linenum)