Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 5 of 5) sorted by relevance

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonParameterItemTest.kt303 val expectedType = expectedTypes[name]!! in Test nullability of parameter annotated with @not-type-use-NonNull() constant
363 val expectedType = expectedTypes[name]!! in Test nullability of parameter annotated with @not-type-use-Nullable() constant
418 val expectedType = expectedTypes[name]!! in Test nullability of non-Kotlin varargs() constant
470 val expectedType = expectedTypes[name]!! in Test nullability of Kotlin varargs last() constant
505 val expectedType = expectedTypes[name]!! in Test nullability of Kotlin varargs not-last() constant
540 val expectedType = expectedTypes[name]!! in Test nullability of Kotlin varargs last in inline reified fun() constant
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/fielditem/
DCommonFieldItemTest.kt300 val expectedType = expectedTypes[name]!! in <lambda>() constant
359 val expectedType = expectedTypes[name]!! in <lambda>() constant
/tools/tradefederation/core/global_configuration/com/android/tradefed/config/
DGlobalConfiguration.java277 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo()
/tools/tradefederation/core/src/com/android/tradefed/config/
DConfiguration.java163 ObjTypeInfo(Class<?> expectedType, boolean isList) { in ObjTypeInfo()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/classitem/
DCommonClassItemTest.kt1449 val (expectedType, expectedNullability) = expectedTypesAndNullability[name]!! in Test inheritMethodFromNonApiAncestor with type substitutions and not type use nullability annotations() constant