Home
last modified time | relevance | path

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

/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/annotationitem/
DCommonAnnotationItemTest.kt661 val toSource = in annotation toSource() with annotation values() constant
711 val toSource = "@test.pkg.Test.Anno(booleanValue=true, booleanArrayValue={true, false})" in annotation toSource() with boolean values() constant
760 val toSource = "@test.pkg.Test.Anno(charValue='a', charArrayValue={'a', '\\uff00'})" in annotation toSource() with char values() constant
809 val toSource = in annotation toSource() with class values() constant
919 val toSource = in annotation toSource() with number values() constant
969 val toSource = in annotation toSource() with string values() constant
1011 val toSource = "@test.pkg.Test.Anno(\"string\")" in annotation toSource() for array values with single element() constant
1052 val toSource = "@test.pkg.Test.Anno({\"string\"})" in annotation toSource() for array values with single array element() constant
1111 val toSource = in annotation toSource() with enum values() constant
1156 val toSource = "@test.pkg.Test.Anno(test.pkg.Test.FIELD)" in annotation toSource() with constant literal values() constant
[all …]
/tools/metalava/metalava-model/src/main/java/com/android/tools/metalava/model/
DTypeParameterItem.kt40 fun toSource(): String { in name() method
DAnnotationItem.kt56 fun toSource( in toSource() method
461 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String { in toSource() method
556 fun toSource(): String in toSource() method
746 override fun toSource() = valueSource in toSource() method
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiAnnotationItem.kt60 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String { in toSource() method
DUAnnotationItem.kt62 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String { in toSource() method