/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/ |
D | CommonSuperMethodsTest.kt | 32 inputSet( in Test no super method() 43 inputSet( in Test no super method() 65 inputSet( in Test no super method from parent class as static() 85 inputSet( in Test no super method from parent class as static() 110 inputSet( in Test no super method from parent class as private() 141 inputSet( in Test single super method from parent class() 161 inputSet( in Test single super method from parent class() 187 inputSet( in Test single super method from grand parent class() 215 inputSet( in Test single super method from grand parent class() 244 inputSet( in Test single super method from parent and grand parent class() [all …]
|
D | CommonCopyMethodItemTest.kt | 88 inputSet( in getMember() 102 inputSet( in getMember() 132 inputSet( in test copy method from interface to class does not copy default modifier() 146 inputSet( in test copy method from interface to class does not copy default modifier() 177 inputSet( in test copy method from interface to class does copy static modifier() 191 inputSet( in test copy method from interface to class does copy static modifier() 221 inputSet( in test copy non-final method from non-final class to final class does not change final() 235 inputSet( in test copy non-final method from non-final class to final class does not change final() 268 inputSet( in test copy non deprecated method from non deprecated class to deprecated class treats method as deprecated() 282 inputSet( in test copy non deprecated method from non deprecated class to deprecated class treats method as deprecated() [all …]
|
D | CommonParameterItemTest.kt | 119 inputSet( in Test publicName reports correct name when specified() 131 inputSet( in Test publicName reports correct name when specified() 145 inputSet( in Test publicName reports correct name when specified() 257 inputSet( in Test nullability of parameter annotated with @not-type-use-NonNull() 275 inputSet( in Test nullability of parameter annotated with @not-type-use-NonNull() 317 inputSet( in Test nullability of parameter annotated with @not-type-use-Nullable() 335 inputSet( in Test nullability of parameter annotated with @not-type-use-Nullable() 377 inputSet( in Test nullability of non-Kotlin varargs() 394 inputSet( in Test nullability of non-Kotlin varargs()
|
D | CommonMethodItemTest.kt | 152 inputSet( in <lambda>() 167 inputSet( in <lambda>() 197 inputSet( in <lambda>() 214 inputSet( in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/ |
D | CommonCopyFieldItemTest.kt | 39 inputSet( in getMember() 53 inputSet( in getMember() 83 inputSet( in test copy field from interface to class does copy static modifier() 97 inputSet( in test copy field from interface to class does copy static modifier() 127 inputSet( in test copy field from interface to class does set implicit static modifier() 157 inputSet( in test copy non deprecated field from non deprecated class to deprecated class treats field as deprecated() 171 inputSet( in test copy non deprecated field from non deprecated class to deprecated class treats field as deprecated() 209 inputSet( in test copy non deprecated field from deprecated class to non deprecated class treats field as not deprecated() 223 inputSet( in test copy non deprecated field from deprecated class to non deprecated class treats field as not deprecated() 261 inputSet( in test copy deprecated field from one class to another keeps field as deprecated() [all …]
|
D | CommonFieldItemTest.kt | 254 inputSet( in <lambda>() 272 inputSet( in <lambda>() 313 inputSet( in <lambda>() 331 inputSet( in <lambda>() 426 inputSet( in <lambda>() 441 inputSet( in <lambda>()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/ |
D | CommonModelTest.kt | 47 inputSet( in test findCorrespondingItemIn check all, no super methods() 65 inputSet( in test findCorrespondingItemIn check all, no super methods() 110 inputSet( 127 inputSet( 147 inputSet( 165 inputSet( 294 inputSet( in Test iterate and resolve unknown super classes() 309 inputSet( in Test iterate and resolve unknown super classes() 338 inputSet( in Test iterate and resolve unknown interface classes() 353 inputSet( in Test iterate and resolve unknown interface classes()
|
D | BaseModelTest.kt | 100 fun inputSet(testFiles: List<TestFile>): InputSet = inputSet(*testFiles.toTypedArray()) in <lambda>() method in com.android.tools.metalava.model.testsuite.BaseModelTest 109 fun inputSet(vararg testFiles: TestFile): InputSet { in <lambda>() method 156 ?.let { inputSet -> in <lambda>() method 157 val mainSourceDir = sourceDir(inputSet) in <lambda>() 166 inputFormat = inputSet.inputFormat, in <lambda>() 175 private fun sourceDir(inputSet: InputSet): ModelSuiteRunner.SourceDir { in <lambda>() 177 val mainSourceDir = ModelSuiteRunner.SourceDir(dir = tempDir, contents = inputSet.testFiles) in <lambda>() 182 return testFiles.map { inputSet(it) }.toTypedArray() in <lambda>()
|
D | NullabilityTesting.kt | 53 inputSet( in runNullabilityTest() 62 inputSet(annotatedSignature) in runNullabilityTest()
|
D | BootstrapSourceModelProviderTest.kt | 169 inputSet( in 090 - check class hierarchy() 235 inputSet( in 110 - advanced package test() 388 inputSet( in 140 - test annotations()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/ |
D | CommonClassItemTest.kt | 600 inputSet( in Test class super class generic type() 613 inputSet( in Test class super class generic type() 633 inputSet( in Test class super class generic type() 663 inputSet( in Test class super interface generic type() 676 inputSet( in Test class super interface generic type() 696 inputSet( in Test class super interface generic type() 842 inputSet( in Test basic mapTypeVariables() 858 inputSet( in Test basic mapTypeVariables() 872 inputSet( in Test basic mapTypeVariables() 904 inputSet( in Test mapTypeVariables with multiple layers of super classes() [all …]
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/packageitem/ |
D | CommonPackageItemTest.kt | 31 inputSet( in Test @hide in package html() 61 inputSet( in Test @hide in package info processed first() 89 inputSet( in Test @hide in package info processed last() 117 inputSet( in Test nullability annotation in package info()
|
/tools/metalava/metalava-model-psi/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiParameterItemTest.kt | 60 inputSet( in actuals get params from expects() 76 commonSources = arrayOf(inputSet(commonSource)), in actuals get params from expects()
|
D | PsiTypeItemTest.kt | 30 inputSet( in Test platform nullability from Kotlin()
|
D | PsiModifierItemTest.kt | 55 inputSet(javaSource, jetbrainsNullableTypeUseSource), in Test type-use nullability annotation used from Java and Kotlin source() 56 inputSet(kotlinSource, jetbrainsNullableTypeUseSource), in Test type-use nullability annotation used from Java and Kotlin source()
|
D | PsiAnnotationMixtureTest.kt | 78 runCodebaseTest(inputSet(annotationDefinitionSource, annotationUsageSource)) { in foo1()
|
D | PsiMethodItemTest.kt | 298 inputSet( in Duplicated method has correct nullability()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/typeitem/ |
D | CommonTypeParameterItemTest.kt | 436 inputSet( in Test type parameter with annotations() 447 inputSet( in Test type parameter with annotations() 457 inputSet( in Test type parameter with annotations()
|
D | CommonTypeItemTest.kt | 971 inputSet( in Test inner parameterized types without explicit outer type() 997 inputSet( in Test inner parameterized types without explicit outer type() 1250 inputSet( in Test convertType() 1274 inputSet( in Test convertType() 1293 inputSet( in Test convertType()
|
D | CommonTypeStringTest.kt | 129 inputSet( in <lambda>() 142 inputSet( in <lambda>()
|
D | CommonTypeModifiersTest.kt | 1564 inputSet( in <lambda>() 1616 inputSet( in <lambda>() 1638 inputSet( 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()
|
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/sourcefile/ |
D | SourceFileTest.kt | 40 inputSet( in test sourcefile imports()
|