| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ | 
| D | PsiTypePrinter.kt | 160         val annotations = type.annotations  in <lambda>()  constant186         val annotations = type.annotations  in <lambda>()  constant
 211         val annotations = type.annotations  in <lambda>()  constant
 241         val annotations = type.annotations  in <lambda>()  constant
 253             val annotations = type.annotations  in <lambda>()  constant
 444         val annotations = PsiTreeUtil.getChildrenOfTypeAsList(reference, PsiAnnotation::class.java)  in <lambda>()  constant
 589         val annotations = type.annotations  in <lambda>()  constant
 
 | 
| D | PsiModifierItem.kt | 247                 val annotations: MutableList<AnnotationItem> =  in <lambda>()  constant281                     val annotations: MutableList<AnnotationItem> =  in <lambda>()  constant
 290                 val annotations: MutableList<AnnotationItem> = uAnnotations  in <lambda>()  constant
 
 | 
| /tools/metalava/src/main/java/com/android/tools/metalava/model/text/ | 
| D | TextModifiers.kt | 37         val annotations = this.annotations  in <lambda>()  constant52         val annotations = ArrayList<AnnotationItem>(annotationSources.size)  in <lambda>()  constant
 
 | 
| D | ApiFile.kt | 184         val annotations: List<String> = getAnnotations(tokenizer, token)  in parsePackage()  constant246         val annotations: List<String> = getAnnotations(tokenizer, token)  in parseClass()  constant
 409         val annotations: MutableList<String> = mutableListOf()  in getAnnotations()  constant
 456         val annotations: List<String> = getAnnotations(tokenizer, token)  in parseConstructor()  constant
 500         var annotations = getAnnotations(tokenizer, token)  in parseMethod()  variable
 592         var annotations = getAnnotations(tokenizer, token)  in parseField()  variable
 779         var annotations = getAnnotations(tokenizer, token)  in parseProperty()  variable
 850             var annotations = getAnnotations(tokenizer, token)  in parseParameterList()  variable
 
 | 
| D | TextClassItem.kt | 44     val annotations: List<String>? = null  in <lambda>()  constant
 | 
| /tools/metalava/src/main/java/com/android/tools/metalava/ | 
| D | SdkFileWriter.kt | 77                 val annotations = field.modifiers.annotations()  in generate()  constant98                 val annotations = clazz.modifiers.annotations()  in generate()  constant
 
 | 
| D | NullabilityAnnotationsValidator.kt | 124         val annotations = item.modifiers.annotations()  in <lambda>()  constant
 | 
| D | DocAnalyzer.kt | 91                 val annotations = item.modifiers.annotations()  in <lambda>()  constant
 | 
| D | Options.kt | 871                     val annotations = getValue(args, ++index)  in <lambda>()  constant in com.android.tools.metalava.Options878                     val annotations = getValue(args, ++index)  in <lambda>()  constant
 
 | 
| /tools/metalava/src/main/java/com/android/tools/metalava/model/ | 
| D | ModifierList.kt | 31     fun annotations(): List<AnnotationItem>  in <lambda>()  method459             var annotations = list.annotations()  in <lambda>()  variable
 
 | 
| D | DefaultModifierList.kt | 22     protected open var annotations: MutableList<AnnotationItem>? = null  variable in com.android.tools.metalava.model.DefaultModifierList38     override fun annotations(): List<AnnotationItem> {  in annotations()  method
 
 | 
| /tools/dexter/slicer/export/slicer/ | 
| D | dex_ir.h | 272   std::vector<Annotation*> annotations;  member278   std::vector<AnnotationSet*> annotations;  member
 285   AnnotationSet* annotations;  member
 292   AnnotationSet* annotations;  member
 299   AnnotationSetRefList* annotations;  member
 319   AnnotationsDirectory* annotations;  member
 377   std::vector<own<Annotation>> annotations;  member
 
 | 
| /tools/metalava/src/main/java/com/android/tools/metalava/stub/ | 
| D | StubWriter.kt | 118         val annotations = pkg.modifiers.annotations()  in <lambda>()  constant
 | 
| /tools/platform-compat/java/android/processor/compat/ | 
| D | SingleAnnotationProcessor.java | 80             Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment) {  in process()
 | 
| /tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ | 
| D | PsiTypePrinterTest.kt | 895                     val annotations = mutableListOf<AnnotationItem>()  in <lambda>()  constant
 | 
| /tools/dexter/slicer/ | 
| D | dex_ir.cc | 282     auto& annotations = irAnnotationSet->annotations;  in Normalize()  local
 | 
| D | writer.cc | 660   const auto& annotations = ir_annotation_set->annotations;  in WriteAnnotationSet()  local676   const auto& annotations = ir_annotation_set_ref_list->annotations;  in WriteAnnotationSetRefList()  local
 
 |