Home
last modified time | relevance | path

Searched refs:annotationIndex (Results 1 – 2 of 2) sorted by relevance

/tools/platform-compat/java/android/processor/compat/unsupportedappusage/
DUnsupportedAppUsageProcessor.java93 String annotationIndex = getAnnotationIndex(signature, annotation, in process() local
95 if (annotationIndex != null) { in process()
96 content.add(annotationIndex); in process()
/tools/metalava/metalava-model-text/src/main/java/com/android/tools/metalava/model/text/
DTextTypeParser.kt523 var annotationIndex = remaining.indexOf('@') in <lambda>() variable
526 var minIndex = minIndex(dotIndex, paramIndex, annotationIndex) in <lambda>()
549 annotationIndex -> { in <lambda>()
550 name += remaining.substring(0, annotationIndex) in <lambda>()
551 trimLeadingAnnotations(remaining.substring(annotationIndex)).let { in <lambda>()
562 annotationIndex = remaining.indexOf('@') in <lambda>()
563 minIndex = minIndex(dotIndex, paramIndex, annotationIndex) in <lambda>()