Searched refs:toSource (Results 1 – 5 of 5) sorted by relevance
44 assertEquals("@androidx.annotation.Nullable", annotation.toSource()) in supportsDocumentation()55 assertEquals("@androidx.annotation.IntRange(from = 20, to = 40)", annotation.toSource()) in testIntRange()72 annotation.toSource() in testIntDef()88 assertEquals("STYLE_NO_TITLE", list[1].toSource()) in testIntDef()
96 val existingValue = existingAnnotation.findAttribute(attribute.name)?.value?.toSource() in annotationsMatch()97 if (existingValue != attribute.value.toSource()) { in annotationsMatch()147 return AnnotationFilterEntry.fromSource(annotationItem.toSource()) in fromAnnotationItem()
103 val source = v.toSource() in <lambda>()
62 override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String = full method
75 … override fun toSource(target: AnnotationTarget, showDefaultAttrs: Boolean): String = source in <lambda>() method