| /tools/metalava/src/main/java/com/android/tools/metalava/model/text/ |
| D | TextModifiers.kt | 37 val annotations = this.annotations in <lambda>() constant 53 val annotations = ArrayList<AnnotationItem>(annotationSources.size) in <lambda>() constant
|
| D | TextClassItem.kt | 46 val annotations: List<String>? = null constant
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
| D | PsiTypePrinter.kt | 158 val annotations = type.annotations in <lambda>() constant 187 val annotations = type.annotations in <lambda>() constant 212 val annotations = type.annotations in <lambda>() constant 242 val annotations = type.annotations in <lambda>() constant 254 val annotations = type.annotations in <lambda>() constant 447 val annotations = PsiTreeUtil.getChildrenOfTypeAsList(reference, PsiAnnotation::class.java) in <lambda>() constant 593 val annotations = type.annotations in <lambda>() constant
|
| D | PsiModifierItem.kt | 165 val annotations: MutableList<AnnotationItem> = in create() constant 198 val annotations: MutableList<AnnotationItem> = in create() constant 207 val annotations: MutableList<AnnotationItem> = uAnnotations in create() constant
|
| /tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
| D | ApiFile.java | 127 List<String> annotations = getAnnotations(tokenizer, token); in parsePackage() local 165 List<String> annotations = getAnnotations(tokenizer, token); in parseClass() local 277 …String>> processKotlinTypeSuffix(TextCodebase api, String type, List<String> annotations) throws A… in processKotlinTypeSuffix() 297 List<String> annotations = null; in getAnnotations() local 344 List<String> annotations = getAnnotations(tokenizer, token); in parseConstructor() local 377 List<String> annotations = getAnnotations(tokenizer, token); in parseMethod() local 448 private static List<String> mergeAnnotations(List<String> annotations, String annotation) { in mergeAnnotations() 463 List<String> annotations = getAnnotations(tokenizer, token); in parseField() local 504 List<String> annotations) throws ApiParseException { in parseModifiers() 668 List<String> annotations = getAnnotations(tokenizer, token); in parseProperty() local [all …]
|
| /tools/tradefederation/core/src/com/android/tradefed/result/ |
| D | TestDescription.java | 68 public TestDescription(String className, String testName, Annotation... annotations) { in TestDescription() 80 public TestDescription(String className, String testName, Collection<Annotation> annotations) { in TestDescription()
|
| D | JUnitToInvocationResultForwarder.java | 135 Annotation[] annotations = new Annotation[0]; in getTestId() local
|
| /tools/tradefederation/core/src/com/android/tradefed/testtype/ |
| D | ITestAnnotationFilterReceiver.java | 41 void addAllIncludeAnnotation(Set<String> annotations); in addAllIncludeAnnotation()
|
| D | DeviceTestCase.java | 264 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| D | AndroidJUnitTest.java | 274 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| D | HostTest.java | 402 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| /tools/metalava/src/main/java/com/android/tools/metalava/ |
| D | SdkFileWriter.kt | 78 val annotations = field.modifiers.annotations() in generate() constant 100 val annotations = clazz.modifiers.annotations() in generate() constant
|
| D | NullabilityAnnotationsValidator.kt | 125 val annotations = item.modifiers.annotations() in <lambda>() constant
|
| D | StubWriter.kt | 122 val annotations = pkg.modifiers.annotations() in writePackageInfo() constant
|
| D | DocAnalyzer.kt | 107 val annotations = item.modifiers.annotations() in <lambda>() constant
|
| /tools/metalava/src/main/java/com/android/tools/metalava/model/ |
| D | ModifierList.kt | 32 fun annotations(): List<AnnotationItem> in annotations() method 480 var annotations = list.annotations() in writeAnnotations() variable
|
| D | DefaultModifierList.kt | 25 protected open var annotations: MutableList<AnnotationItem>? = null variable in com.android.tools.metalava.model.DefaultModifierList 41 override fun annotations(): List<AnnotationItem> { in annotations() method
|
| /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/ |
| D | InstantAppHandlerTest.java | 86 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| /tools/dexter/slicer/export/slicer/ |
| D | dex_ir.h | 272 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/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
| D | TestSuiteStub.java | 259 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| /tools/tradefederation/core/src/com/android/tradefed/util/ |
| D | TestFilterHelper.java | 94 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
| /tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
| D | PsiTypePrinterTest.kt | 888 val annotations = mutableListOf<AnnotationItem>() in <lambda>() constant
|
| /tools/dexter/slicer/ |
| D | dex_ir.cc | 283 auto& annotations = irAnnotationSet->annotations; in Normalize() local
|
| D | writer.cc | 653 const auto& annotations = ir_annotation_set->annotations; in WriteAnnotationSet() local 669 const auto& annotations = ir_annotation_set_ref_list->annotations; in WriteAnnotationSetRefList() local
|