/tools/metalava/src/test/java/com/android/tools/metalava/model/ |
D | TextBackedAnnotationItemTest.kt | 40 val annotation = TextBackedAnnotationItem( in supportsDocumentation() constant 51 val annotation = TextBackedAnnotationItem( in testIntRange() constant 66 val annotation = TextBackedAnnotationItem( in testIntDef() constant
|
/tools/platform-compat/java/android/processor/compat/unsupportedappusage/ |
D | UnsupportedAppUsageProcessor.java | 81 protected void process(TypeElement annotation, in process() 141 private String getAnnotationIndex(String signature, TypeElement annotation, Element element) { in getAnnotationIndex() 163 private String getSourcePositionOverride(Element element, AnnotationMirror annotation) { in getSourcePositionOverride() 181 private boolean hasElement(AnnotationMirror annotation, String elementName) { in hasElement() 186 private String getAllProperties(AnnotationMirror annotation) { in getAllProperties() 197 private String getAnnotationElementValue(AnnotationMirror annotation, in getAnnotationElementValue()
|
D | SignatureConverter.java | 67 String getSignature(Types types, TypeElement annotation, Element element) { in getSignature() 216 TypeElement annotation) throws SignatureConverterException { in verifyExpectedSignature()
|
/tools/platform-compat/java/android/processor/compat/ |
D | SingleAnnotationProcessor.java | 86 TypeElement annotation = Iterables.getOnlyElement(annotations); in process() local 121 protected abstract void process(TypeElement annotation, in process() 135 protected final AnnotationMirror getSupportedAnnotationMirror(TypeElement annotation, in getSupportedAnnotationMirror() 172 Element element, AnnotationMirror annotation, String propertyName) { in getAnnotationValue()
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiParameterItem.kt | 60 val annotation = modifiers.annotations().firstOrNull { it.isParameterName() } in name() constant 156 val annotation = modifiers.annotations().firstOrNull { it.isDefaultValue() } in computeDefaultValue() constant
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | ITestAnnotationFilterReceiver.java | 31 void addIncludeAnnotation(String annotation); in addIncludeAnnotation()
|
/tools/dexter/slicer/ |
D | code_ir.cc | 129 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_SET_FILE); in DissasembleDebugInfo() local 138 auto annotation = Alloc<DbgInfoAnnotation>(dex::DBG_ADVANCE_LINE); in DissasembleDebugInfo() local 148 DbgInfoAnnotation* annotation = nullptr; in DissasembleDebugInfo() local
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/params/ |
D | InstantAppHandlerTest.java | 57 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | SdkFileWriter.kt | 79 for (annotation in annotations) { in generate() constant 102 for (annotation in annotations) { in generate() constant
|
D | ConvertJarsToSignatureFiles.kt | 82 val annotation = NullnessMigration.findNullnessAnnotation(new) ?: return in <lambda>() constant
|
D | KotlinInteropChecks.kt | 98 val annotation = method.modifiers.findAnnotation("kotlin.jvm.Throws") in <lambda>() constant
|
D | AnnotationsDiffer.kt | 84 for (annotation in old.modifiers.annotations()) { in <lambda>() constant
|
D | Reporter.kt | 187 val annotation = item.modifiers.findAnnotation("android.annotation.SuppressLint") in isSuppressed() constant
|
/tools/apksig/src/main/java/com/android/apksig/internal/asn1/ |
D | Asn1DerEncoder.java | 219 Asn1Field annotation = field.getDeclaredAnnotation(Asn1Field.class); in getAnnotatedFields() local 358 public AnnotatedField(Object obj, Field field, Asn1Field annotation) in AnnotatedField()
|
D | Asn1BerParser.java | 360 public AnnotatedField(Field field, Asn1Field annotation) throws Asn1DecodingException { in AnnotatedField() 533 Asn1Field annotation = field.getDeclaredAnnotation(Asn1Field.class); in getAnnotatedFields() local
|
/tools/platform-compat/java/android/processor/compat/changeid/ |
D | ChangeIdProcessor.java | 79 protected void process(TypeElement annotation, in process()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 259 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | DeviceTestCase.java | 255 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
D | AndroidJUnitTest.java | 259 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
D | IsolatedHostTest.java | 481 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
D | HostTest.java | 406 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | TestFilterHelper.java | 93 public void addIncludeAnnotation(String annotation) { in addIncludeAnnotation()
|
/tools/dexter/dexter/ |
D | dissasembler.cc | 268 bool PrintCodeIrVisitor::Visit(lir::DbgInfoAnnotation* annotation) { in Visit()
|
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/ |
D | ApiFile.java | 409 String annotation = token; in getAnnotations() local 555 private static List<String> mergeAnnotations(List<String> annotations, String annotation) { in mergeAnnotations()
|
/tools/dexter/slicer/export/slicer/ |
D | dex_format.h | 299 u1 annotation[]; member
|