Home
last modified time | relevance | path

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

12

/tools/metalava/src/test/java/com/android/tools/metalava/
DApiLintTest.kt985 fun `Check intent builder names`() { in Check intent builder names()
1016 fun `Check helper classes`() { in Check helper classes()
1086 fun `Check builders`() { in Check builders()
1291 fun `Check suppress works on inherited methods`() { in Check suppress works on inherited methods()
1386 fun `Check package layering`() { in Check package layering()
1426 fun `Check boolean getter and setter naming patterns`() { in Check boolean getter and setter naming patterns()
1491 fun `Check banned collections`() { in Check banned collections()
1525 fun `Check nullable collections`() { in Check nullable collections()
1615 fun `Check non-overlapping flags`() { in Check non-overlapping flags()
1653 fun `Check exception related issues`() { in Check exception related issues()
[all …]
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 such that at least one permission must be defined with anyOf`() { in Check SystemService such that 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()
DExtractAnnotationsTest.kt75 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()
109 fun `Check Kotlin and referencing hidden constants from typedef`() { in Check Kotlin and referencing hidden constants from typedef()
187 fun `Check including only class retention annotations other than typedefs`() { in Check including only class retention annotations other than typedefs()
439 fun `Check warning about unexpected returns from typedef method`() { in Check warning about unexpected returns from typedef method()
DApiFileTest.kt1894 fun `Check all modifiers`() { in Check all modifiers()
1994 fun `Check all modifiers, non-compat mode`() { in Check all modifiers, non-compat mode()
2160 fun `Check erasure in throws-list`() { in Check erasure in throws-list()
2194 fun `Check various generics signature subtleties`() { in Check various generics signature subtleties()
2271 fun `Check instance methods in enums`() { in Check instance methods in enums()
2867 fun `Check basic @remove scenarios`() { in Check basic @remove scenarios()
2940 fun `Check @remove class`() { in Check @remove class()
3323 fun `Check skipping implicit final or deprecated override`() { in Check skipping implicit final or deprecated override()
DBaselineTest.kt25 fun `Check baseline`() { in <lambda>()
158 fun `Check baseline with show annotations`() { in <lambda>()
238 fun `Check merging`() { in <lambda>()
DCompatibilityCheckTest.kt3519 fun `Check parameterized return type nullability`() { in Check parameterized return type nullability()
3557 fun `Check return type changing package`() { in Check return type changing package()
3590 fun `Check generic type argument when showUnannotated is explicitly enabled`() { in Check generic type argument when showUnannotated is explicitly enabled()
3624 fun `Check using parameterized arrays as type parameters`() { in Check using parameterized arrays as type parameters()
3656 fun `Check implicit containing class`() { in Check implicit containing class()
DAndroidApiChecksTest.kt175 fun `Check Warnings for missing nullness annotations`() { in Check Warnings for missing nullness annotations()
220 fun `Check IntDef Warnings`() { in Check IntDef Warnings()
DShowAnnotationTest.kt130 fun `Check @TestApi handling`() { in Check @TestApi handling()
654 fun `Check @PublishedApi handling`() { in Check @PublishedApi handling()
DNullnessMigrationTest.kt336 fun `Check type use annotations`() { in Check type use annotations()
392 fun `Check androidx package annotation`() { in Check androidx package annotation()
DDocAnalyzerTest.kt1628 fun `Check RequiresFeature handling`() { in Check RequiresFeature handling()
1675 fun `Check RequiresApi handling`() { in Check RequiresApi handling()
DFileFormatTest.kt24 fun `Check format parsing`() { in Check format parsing()
/tools/metalava/src/test/java/com/android/tools/metalava/stub/
DStubsTest.kt607 fun `Check erasure in throws list`() { in <lambda>()
828 fun `Check inheriting from package private class`() { in <lambda>()
868 fun `Check implementing a package private interface`() { in <lambda>()
915 fun `Check throws list`() { in <lambda>()
945 fun `Check generating constants in interface without inline-able initializers`() { in <lambda>()
1076 fun `Check generating constants in class without inline-able initializers`() { in <lambda>()
1107 fun `Check generating annotation source`() { in <lambda>()
1162 fun `Check generating classes with generics`() { in <lambda>()
1188 fun `Check generating annotation for hidden constants`() { in <lambda>()
1240 fun `Check generating type parameters in interface list`() { in <lambda>()
[all …]
/tools/metalava/buildSrc/src/main/kotlin/com/android/tools/metalava/
DLibraryBuildInfo.kt19 import com.android.tools.metalava.LibraryBuildInfoFile.Check
143 var checks: ArrayList<Check> = arrayListOf()
155 inner class Check { class in com.android.tools.metalava.LibraryBuildInfoFile
/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.txt18 verify Check whether the provided APK is expected to verify on
/tools/external_updater/
DREADME.md7 Check updates for a library, or verify METADATA is valid:
13 Check updates for all libraries in external/:
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DJavadocTest.kt674 fun `Check references to inherited field constants`() { in Check references to inherited field constants()
DPsiTypePrinterTest.kt244 fun `Check other annotations than nullness annotations`() { in <lambda>()
/tools/asuite/atest-py2/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/asuite/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/repohooks/
DREADME.md184 * `commit_msg_relnote_field_format`: Check for possible misspellings of the
187 * `commit_msg_relnote_for_current_txt`: Check that CLs with changes to
/tools/test/connectivity/acts/
DREADME.md70 displayed. Check the "Always" box and click "Yes".
/tools/repohooks/tools/
Dcpplint.py1060 def Check(self, error, filename, linenum): member in _FunctionState
3109 function_state.Check(error, filename, linenum)

12