/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | ApiFileTest.kt | 63 check( in Basic class signature extraction() 86 check( in Parameter Names in Java() 117 check( in Default Values Names in Java() 152 check( in Default Values and Names in Kotlin() 180 check( in Basic Kotlin class() 261 check( in Kotlin Reified Methods() 302 check( in Propagate Platform types in Kotlin() 428 check( in JvmOverloads() 483 check( in Extract class with generics() 571 check( in Basic class without default constructor, has constructors with args() [all …]
|
D | NullnessMigrationTest.kt | 24 check( in Test Kotlin-style null signatures() 55 check( in Method which is now marked null should be marked as recently migrated null() 85 check( in Parameter which is now marked null should be marked as recently migrated null() 114 fun `Comprehensive check of migration`() { in Comprehensive check of migration() 115 check( in Comprehensive check of migration() 159 fun `Comprehensive check of migration, Kotlin-style output`() { in Comprehensive check of migration, Kotlin-style output() 160 check( in Comprehensive check of migration, Kotlin-style output() 205 check( in Convert libcore nullness annotations to support() 256 check( in Check type use annotations() 294 check( in Check androidx package annotation() [all …]
|
D | ApiFromTextTest.kt | 38 check( in Loading a signature file and writing the API back out() 47 check( in Infer fully qualified names from shorter names() 83 check( in Loading a signature file with alternate modifier order() 136 check( in Test generics, superclasses and interfaces() 167 check( in Test constants() 196 check( in Test inner classes() 214 check( in Test throws() 235 check( in Loading a signature file with annotations on classes, fields, methods and parameters() 263 check( in Enums and annotations() 286 check( in Enums and annotations exported to compat() [all …]
|
D | SystemServiceCheckTest.kt | 24 check( in SystemService OK, loaded from signature file() 61 check( in SystemService OK, loaded from source() 98 check( in Check SystemService -- no permission annotation() 123 check( in Check SystemService -- can miss a permission with anyOf() 157 check( in Check SystemService -- at least one permission must be defined with anyOf() 188 check( in Check SystemService -- missing one permission with allOf() 222 check( in Check SystemService -- must be system permission, not normal() 263 check( in Check SystemService -- missing manifest permissions() 294 check( in Invalid manifest() 326 check( in Warning suppressed via annotation()
|
D | AndroidApiChecksTest.kt | 24 check( in Flag TODO documentation() 67 check( in Document Permissions() 127 check( in Document Intent Actions() 178 check( in Check Warnings for missing nullness annotations() 224 check( in Check IntDef Warnings()
|
D | KotlinInteropChecksTest.kt | 24 check( in Hard Kotlin keywords() 51 check( in Sam-compatible parameters should be last() 90 check( in Companion object methods should be marked with JvmStatic() 125 check( in Methods with default parameters should specify JvmOverloads() 152 check( in Methods which throw exceptions should document them()
|
D | AnnotationsMergerTest.kt | 29 check( in Signature files contain annotations() 77 check( in Merged class and method annotations with no arguments() 137 check( in Merge jaif files() 178 check( in Merge signature files()
|
D | ShowAnnotationTest.kt | 10 check( in Basic showAnnotation test() 66 check( in Basic showAnnotation with showUnannotated test() 130 check( in Check @TestApi handling()
|
D | AnnotationStatisticsTest.kt | 26 check( in Test emitting annotation statistics() 59 check( in Static final initialized fields are not nullable() 85 check( in Test counting annotation usages of missing APIs()
|
D | ExtractAnnotationsTest.kt | 27 check( in Check java typedef extraction and warning about non-source retention of typedefs() 106 check( in Check Kotlin and referencing hidden constants from typedef() 183 check( in Include merged annotations in exported source annotations()
|
D | SdkFileWriterTest.kt | 26 check( in Test generating broadcast actions() 58 check( in Test generating widgets()
|
D | Java9LanguageFeaturesTest.kt | 27 check( in Private Interface Method() 58 check( in Basic class signature extraction()
|
D | KeepFileTest.kt | 24 check( in Generate Keep file()
|
D | ArtifactTaggerTest.kt | 25 check( in Tag API()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 313 boolean check(Relation relation, Noun noun) { in check() method in BugreportCollector 314 return check(relation, noun, null); in check() 317 boolean check(Relation relation, Noun noun, TestDescription test) { in check() method in BugreportCollector 439 check(Relation.AFTER, Noun.TESTCASE, test); in testEnded() 448 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testFailed() 457 check(Relation.AFTER, Noun.FAILED_TESTCASE, test); in testAssumptionFailure() 466 check(Relation.AFTER, Noun.TESTRUN); in testRunEnded() 476 check(Relation.AFTER, Noun.FAILED_TESTRUN); in testRunFailed() 486 check(Relation.AT_START_OF, Noun.TESTRUN); in testRunStarted() 504 check(Relation.AT_START_OF, Noun.TESTCASE, test); in testStarted() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | PythonUnitTestRunner.java | 166 boolean check = false; in checkPythonVersion() 169 check = true; in checkPythonVersion() 172 check = true; in checkPythonVersion() 175 check = true; in checkPythonVersion() 180 if (check == false) { in checkPythonVersion()
|
/tools/tradefederation/core/tests/res/testtype/ |
D | gtest_list4.txt | 4 Leak check took 77ms
|
D | gtest_list3.txt | 8 Leak check took 79ms
|
D | gtest_list1.txt | 25 Leak check took 77ms
|
D | gtest_list2.txt | 157 Leak check took 79ms
|
/tools/tradefederation/core/ |
D | tradefed_win.bat | 24 :: check java version 31 :: check debug flag and set up remote debugging 79 :: check command exist or not
|
/tools/metalava/src/test/java/com/android/tools/metalava/apilevels/ |
D | ApiGeneratorTest.kt | 47 check( in Extract API levels()
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 6 presubmit check. If a test becomes unstable, we can make a single test config 7 change to pull it out of presubmit check.
|
/tools/test/connectivity/acts/framework/acts/test_utils/coex/ |
D | bluez_test_utils.py | 72 def get_properties(self,props, path, check): argument 80 return props.Get(path,check)
|
/tools/metalava/ |
D | build.gradle | 120 check.dependsOn ktlint
|