/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinter.kt | 157 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
|
D | PsiModifierItem.kt | 180 val annotations: MutableList<AnnotationItem> = in create() constant 214 val annotations: MutableList<AnnotationItem> = in create() constant 223 val annotations: MutableList<AnnotationItem> = uAnnotations in create() constant
|
/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 | ApiFile.java | 189 List<String> annotations = getAnnotations(tokenizer, token); in parsePackage() local 248 List<String> annotations = getAnnotations(tokenizer, token); in parseClass() local 365 …String>> processKotlinTypeSuffix(TextCodebase api, String type, List<String> annotations) throws A… in processKotlinTypeSuffix() 393 List<String> annotations = null; in getAnnotations() local 440 List<String> annotations = getAnnotations(tokenizer, token); in parseConstructor() local 473 List<String> annotations = getAnnotations(tokenizer, token); in parseMethod() local 544 private static List<String> mergeAnnotations(List<String> annotations, String annotation) { in mergeAnnotations() 559 List<String> annotations = getAnnotations(tokenizer, token); in parseField() local 600 List<String> annotations) throws ApiParseException { in parseModifiers() 764 List<String> annotations = getAnnotations(tokenizer, token); in parseProperty() local [all …]
|
/tools/tradefederation/core/test_result_interfaces/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()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | ITestAnnotationFilterReceiver.java | 41 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 99 val annotations = clazz.modifiers.annotations() in generate() constant
|
D | NullabilityAnnotationsValidator.kt | 125 val annotations = item.modifiers.annotations() in <lambda>() constant
|
D | DocAnalyzer.kt | 111 val annotations = item.modifiers.annotations() in <lambda>() constant
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/ |
D | InstantAppHandlerTest.java | 87 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ModifierList.kt | 32 fun annotations(): List<AnnotationItem> in <lambda>() method 510 var annotations = list.annotations() in <lambda>() variable
|
D | DefaultModifierList.kt | 24 protected open var annotations: MutableList<AnnotationItem>? = null variable in com.android.tools.metalava.model.DefaultModifierList 40 override fun annotations(): List<AnnotationItem> { in annotations() method
|
/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/src/com/android/tradefed/result/ |
D | JUnitToInvocationResultForwarder.java | 135 Annotation[] annotations = new Annotation[0]; in getTestId() local
|
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/ |
D | IsolationFilter.java | 77 Collection<Annotation> annotations = desc.getAnnotations(); in checkAnnotations() local
|
/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/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 264 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
D | IsolatedHostTest.java | 497 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
D | AndroidJUnitTest.java | 267 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 269 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestFilterHelper.java | 100 public void addAllIncludeAnnotation(Set<String> annotations) { in addAllIncludeAnnotation()
|
/tools/metalava/src/test/java/com/android/tools/metalava/model/psi/ |
D | PsiTypePrinterTest.kt | 891 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 | 660 const auto& annotations = ir_annotation_set->annotations; in WriteAnnotationSet() local 676 const auto& annotations = ir_annotation_set_ref_list->annotations; in WriteAnnotationSetRefList() local
|