Home
last modified time | relevance | path

Searched defs:annotations (Results 1 – 17 of 17) sorted by relevance

/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypePrinter.kt160 val annotations = type.annotations in <lambda>() constant
186 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
DPsiModifierItem.kt247 val annotations: MutableList<AnnotationItem> = in <lambda>() constant
281 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/
DTextModifiers.kt37 val annotations = this.annotations in <lambda>() constant
52 val annotations = ArrayList<AnnotationItem>(annotationSources.size) in <lambda>() constant
DApiFile.kt188 val annotations: List<String> = getAnnotations(tokenizer, token) in parsePackage() constant
250 val annotations: List<String> = getAnnotations(tokenizer, token) in parseClass() constant
405 val annotations: MutableList<String> = mutableListOf() in getAnnotations() constant
451 val annotations: List<String> = getAnnotations(tokenizer, token) in parseConstructor() constant
487 var annotations = getAnnotations(tokenizer, token) in parseMethod() variable
577 var annotations = getAnnotations(tokenizer, token) in parseField() variable
764 var annotations = getAnnotations(tokenizer, token) in parseProperty() variable
835 var annotations = getAnnotations(tokenizer, token) in parseParameterList() variable
DTextClassItem.kt44 val annotations: List<String>? = null constant
/tools/metalava/src/main/java/com/android/tools/metalava/
DSdkFileWriter.kt77 val annotations = field.modifiers.annotations() in generate() constant
98 val annotations = clazz.modifiers.annotations() in generate() constant
DNullabilityAnnotationsValidator.kt124 val annotations = item.modifiers.annotations() in <lambda>() constant
DDocAnalyzer.kt85 val annotations = item.modifiers.annotations() in <lambda>() constant
DOptions.kt873 val annotations = getValue(args, ++index) in <lambda>() constant
880 val annotations = getValue(args, ++index) in <lambda>() constant in com.android.tools.metalava.Options
/tools/metalava/src/main/java/com/android/tools/metalava/model/
DModifierList.kt31 fun annotations(): List<AnnotationItem> in <lambda>() method
459 var annotations = list.annotations() in <lambda>() variable
DDefaultModifierList.kt22 protected open var annotations: MutableList<AnnotationItem>? = null variable in com.android.tools.metalava.model.DefaultModifierList
38 override fun annotations(): List<AnnotationItem> { in annotations() method
/tools/dexter/slicer/export/slicer/
Ddex_ir.h272 std::vector<Annotation*> annotations; member
278 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/
DStubWriter.kt118 val annotations = pkg.modifiers.annotations() in <lambda>() constant
/tools/platform-compat/java/android/processor/compat/
DSingleAnnotationProcessor.java80 Set<? extends TypeElement> annotations, RoundEnvironment roundEnvironment) { in process()
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/
DPsiTypePrinterTest.kt895 val annotations = mutableListOf<AnnotationItem>() in <lambda>() constant
/tools/dexter/slicer/
Ddex_ir.cc282 auto& annotations = irAnnotationSet->annotations; in Normalize() local
Dwriter.cc660 const auto& annotations = ir_annotation_set->annotations; in WriteAnnotationSet() local
676 const auto& annotations = ir_annotation_set_ref_list->annotations; in WriteAnnotationSetRefList() local