/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/annotationitem/ |
D | CommonAnnotationItemTest.kt | 33 runCodebaseTest( in annotation with annotation values() 96 runCodebaseTest( in annotation with boolean values() 146 runCodebaseTest( in annotation with char values() 196 runCodebaseTest( in annotation with class values() 247 runCodebaseTest( in annotation with number values() 377 runCodebaseTest( in annotation with string values() 427 runCodebaseTest( in annotation array values with single element() 468 runCodebaseTest( in annotation array values with single array element() 509 runCodebaseTest( in annotation with enum values() 572 runCodebaseTest( in annotation with constant literal values() [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonSuperMethodsTest.kt | 31 runCodebaseTest( in Test no super method() 64 runCodebaseTest( in Test no super method from parent class as static() 109 runCodebaseTest( in Test no super method from parent class as private() 140 runCodebaseTest( in Test single super method from parent class() 186 runCodebaseTest( in Test single super method from grand parent class() 243 runCodebaseTest( in Test single super method from parent and grand parent class() 301 runCodebaseTest( in Test single super method from parent interface() 348 runCodebaseTest( in Test single super method from grand parent interface() 405 runCodebaseTest( in Test single super method from parent and grand parent interface() 464 runCodebaseTest( in Test multiple super methods from parent interfaces() [all …]
|
D | CommonSuspendMethodTest.kt | 30 runCodebaseTest( in Test suspend top level fun with nullable return type() 49 runCodebaseTest( in Test suspend top level fun with non-nullable return type() 68 runCodebaseTest( in Test suspend interface fun with nullable return type() 89 runCodebaseTest( in Test suspend interface fun with non-nullable return type() 110 runCodebaseTest( in Test suspend interface fun with primitive nullable return type() 131 runCodebaseTest( in Test suspend interface fun with primitive return type() 152 runCodebaseTest( in Test suspend inline fun with reified type()
|
D | CommonParameterItemTest.kt | 34 runCodebaseTest( in Test deprecated parameter by annotation() 79 runCodebaseTest( in Test not deprecated parameter() 118 runCodebaseTest( in Test publicName reports correct name when specified() 166 runCodebaseTest( in Test publicName reports correct name when not specified() 196 runCodebaseTest( in Test publicName reports correct name when called on binary class - Object#equals() 224 runCodebaseTest( in Test publicName reports correct name when called on binary class - ViewGroup#onLayout() 256 runCodebaseTest( in Test nullability of parameter annotated with @not-type-use-NonNull() 316 runCodebaseTest( in Test nullability of parameter annotated with @not-type-use-Nullable() 376 runCodebaseTest( in Test nullability of non-Kotlin varargs() 431 runCodebaseTest( in Test nullability of Kotlin varargs last() [all …]
|
D | CommonMethodItemTest.kt | 35 runCodebaseTest( in <lambda>() 94 runCodebaseTest( in <lambda>() 151 runCodebaseTest( in <lambda>() 196 runCodebaseTest( in <lambda>() 249 runCodebaseTest( in <lambda>() 283 runCodebaseTest( in <lambda>() 319 runCodebaseTest( in <lambda>() 356 runCodebaseTest( in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/ |
D | CommonModelTest.kt | 34 runCodebaseTest( in empty file() 46 runCodebaseTest( in test findCorrespondingItemIn check all, no super methods() 189 runCodebaseTest(*pairs.map { it.first }.toTypedArray()) { in test findCorrespondingItemIn does not find super methods() 191 runCodebaseTest(*pairs.map { it.second }.toTypedArray()) { in test findCorrespondingItemIn does not find super methods() 208 runCodebaseTest(*pairs.map { it.first }.toTypedArray()) { in test findCorrespondingItemIn does find super methods() 213 runCodebaseTest(*pairs.map { it.second }.toTypedArray()) { in test findCorrespondingItemIn does find super methods() 236 runCodebaseTest(*pairs.map { it.first }.toTypedArray()) { in test findCorrespondingItemIn does duplicate super methods() 241 runCodebaseTest(*pairs.map { it.second }.toTypedArray()) { in test findCorrespondingItemIn does duplicate super methods() 293 runCodebaseTest( in Test iterate and resolve unknown super classes() 337 runCodebaseTest( in Test iterate and resolve unknown interface classes() [all …]
|
D | CommonModifierListWriterTest.kt | 38 runCodebaseTest( in modifiers public() 70 runCodebaseTest( in modifiers public final method in open class() 102 runCodebaseTest( in modifiers public explicitly final method in final class() 138 runCodebaseTest( in modifiers public explicitly final method in final class - normalized() 170 runCodebaseTest( in modifiers public implicitly final method in final class()
|
D | BaseModelTest.kt | 192 fun runCodebaseTest( in <lambda>() method in com.android.tools.metalava.model.testsuite.BaseModelTest 197 runCodebaseTest( in <lambda>() 210 fun runCodebaseTest( in <lambda>() method 215 runCodebaseTest( in <lambda>() 228 private fun runCodebaseTest( in <lambda>() method in com.android.tools.metalava.model.testsuite.BaseModelTest
|
D | NullabilityTesting.kt | 52 runCodebaseTest( in runNullabilityTest() 68 runCodebaseTest(kotlinSource, kotlinNullsSignature) { in runNullabilityTest()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/propertyitem/ |
D | CommonPropertyItemTest.kt | 31 runCodebaseTest( in Test access type parameter of outer class() 73 runCodebaseTest( in Test deprecated getter and setter by annotation() 102 runCodebaseTest( in Test property delegate to Kotlin object() 135 runCodebaseTest( in Test property delegate to generic Kotlin object() 169 runCodebaseTest( in Test property delegate to lambda Kotlin object() 205 runCodebaseTest( in Test abstract property of non-null string() 230 runCodebaseTest( in Test abstract property of nullable string() 255 runCodebaseTest( in Test abstract property of list of non-null string() 281 runCodebaseTest( in Test abstract property of list of nullable string() 307 runCodebaseTest( in Test abstract mutable property of non-null string() [all …]
|
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiMethodItemTest.kt | 33 runCodebaseTest(kotlin("class Foo { var bar: Int = 0 }")) { in property accessors have properties() 49 runCodebaseTest(kotlin("data class Foo(val bar: Int)")) { in destructuring functions do not have a property relationship() 68 runCodebaseTest(sourceFile) { in method return type is non-null() 106 runCodebaseTest(sourceFile) { in child method does not need to be added to signature file if super method is concrete() 134 runCodebaseTest(sourceFile) { in child method only needs to be added to signature file if all multiple direct super methods requires override() 163 runCodebaseTest(sourceFile) { in child method does not need to be added to signature file if override requiring super method is hidden() 180 runCodebaseTest(sourceFile) { in child method need to be added to signature file if extending Object method and return type changes() 197 runCodebaseTest(sourceFile) { in child method need to be added to signature file if extending Object method and visibility changes() 217 runCodebaseTest(sourceFile) { in child method does not need to be added to signature file even if extending Object method and modifier changes when it is not a direct override() 234 runCodebaseTest(sourceFile) { in child method does not need to be added to signature file if extending Object method and modifier does not change() [all …]
|
D | PsiModifierItemTest.kt | 54 runCodebaseTest( in Test type-use nullability annotation used from Java and Kotlin source() 67 runCodebaseTest( in Kotlin implicit internal visibility inheritance() 93 runCodebaseTest( in Kotlin class visibility modifiers() 116 runCodebaseTest( in Kotlin class abstract and final modifiers() 170 runCodebaseTest( in Kotlin class type modifiers() 196 runCodebaseTest( in Kotlin class static modifiers() 223 runCodebaseTest( in Kotlin vararg parameters()
|
D | PsiPropertyItemTest.kt | 34 runCodebaseTest(kotlin("class Foo(val myVal: Int)")) { in primary constructor properties have constructor parameters() 44 runCodebaseTest( in properties have getters() 71 runCodebaseTest(kotlin("class Foo { var myVar: Int = 0 }")) { in var properties have setters() 82 runCodebaseTest( in setter visibility() 119 runCodebaseTest( in properties have backing fields() 145 runCodebaseTest( in annotation on properties() 300 runCodebaseTest( in properties have documentation()
|
D | PsiFieldItemTest.kt | 32 runCodebaseTest(kotlin("class Foo(val bar: Int)")) { in backing fields have properties() 42 runCodebaseTest( in no error for initializer of arrayOf() 60 runCodebaseTest( in Duplicated field has correct nullability()
|
D | PsiParameterItemTest.kt | 32 runCodebaseTest(kotlin("class Foo(val property: Int, parameter: Int)")) { in primary constructor parameters have properties() 59 runCodebaseTest( in actuals get params from expects()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonLambdaTypeItemTest.kt | 28 runCodebaseTest( in Test lambda, no receiver, no params, unit return type() 55 runCodebaseTest( in Test lambda, no receiver, String param, Int return type() 85 runCodebaseTest( in Test lambda, no receiver, String param, nullable Int return type() 115 runCodebaseTest( in Test lambda, Number receiver, String array param, Int return type() 145 runCodebaseTest( in Test lambda, nested lambda() 176 runCodebaseTest( in Test lambda, return lambda() 207 runCodebaseTest( in Test lambda field() 235 runCodebaseTest( in Test lambda field nested lambda, no parameters, no return() 266 runCodebaseTest( in Test lambda field nested lambda one parameter, no return() 299 runCodebaseTest( in Test suspend lambda no receiver() [all …]
|
D | CommonTypeModifiersTest.kt | 42 runCodebaseTest( in <lambda>() 118 runCodebaseTest( in <lambda>() 192 runCodebaseTest( in <lambda>() 234 runCodebaseTest( in <lambda>() 273 runCodebaseTest( in <lambda>() 307 runCodebaseTest( in <lambda>() 352 runCodebaseTest( in <lambda>() 390 runCodebaseTest( in <lambda>() 426 runCodebaseTest( in <lambda>() 477 runCodebaseTest( in <lambda>() [all …]
|
D | CommonTypeParameterItemTest.kt | 29 runCodebaseTest( in Test typeBounds no extends() 64 runCodebaseTest( in Test typeBounds extends Comparable() 101 runCodebaseTest( in Test typeBounds multiple() 140 runCodebaseTest( in Test self-referential type parameter() 193 runCodebaseTest( in Test type parameters that reference each other() 238 runCodebaseTest( in Test method type parameter that references class type parameter() 281 runCodebaseTest( in Test type parameter bounds with multiple class parameters() 312 runCodebaseTest( in Test reified type parameter() 346 runCodebaseTest( in Test explicit Object bound() 390 runCodebaseTest( in Test toType() [all …]
|
D | CommonTypeItemTest.kt | 37 runCodebaseTest( in Test primitive types() 115 runCodebaseTest( in Test primitive array types() 166 runCodebaseTest( in Test primitive vararg types() 214 runCodebaseTest( in Test multidimensional primitive array types() 275 runCodebaseTest( in Test class array types() 343 runCodebaseTest( in Test wildcard types() 434 runCodebaseTest( in Test variable types() 483 runCodebaseTest( in Test method return type variable types() 546 runCodebaseTest( in Test method parameter type variable types() 609 runCodebaseTest( in Test field type variable types() [all …]
|
D | CommonErasedTypeStringTest.kt | 192 runCodebaseTest(javaTestFile(), signatureTestFile()) { in <lambda>() 207 runCodebaseTest(javaTestFile(), signatureTestFile()) { in <lambda>()
|
D | CommonTypeAliasTest.kt | 28 runCodebaseTest( in Test typealias of generic type()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
D | CommonDataClassTest.kt | 48 runCodebaseTest( in Test data class fields() 71 runCodebaseTest( in Test data class methods and constructors() 106 runCodebaseTest( in Test data class constructor() 121 runCodebaseTest( in Test data class copy method() 136 runCodebaseTest( in Test data class getter method() 148 runCodebaseTest( in Test data class setter method() 161 runCodebaseTest( in Test generic data class all members()
|
D | CommonClassItemTest.kt | 42 runCodebaseTest( in empty class() 77 runCodebaseTest( in Find method with type parameterized by two types() 116 runCodebaseTest( in Test access type parameter of outer class in type parameters() 172 runCodebaseTest( in Test access type parameter of outer class in extends type() 233 runCodebaseTest( in Test access type parameter of outer class in interface type() 294 runCodebaseTest( in Test interface no extends list() 334 runCodebaseTest( in Test interface extends list() 389 runCodebaseTest( in Test class no super class or implements lists() 434 runCodebaseTest( in Test class super class no implements lists() 479 runCodebaseTest( in Test class no super class but implements lists() [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
D | CommonFieldItemTest.kt | 38 runCodebaseTest( in <lambda>() 180 runCodebaseTest( in <lambda>() 253 runCodebaseTest( in <lambda>() 312 runCodebaseTest( in <lambda>() 425 runCodebaseTest( in <lambda>() 464 runCodebaseTest( in <lambda>()
|
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/ |
D | BaseTextCodebaseTest.kt | 31 runCodebaseTest(inputSet(*sources), test = test) in runSignatureTest()
|