Searched refs:annotation (Results 251 - 275 of 1251) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/optimize/peephole/
H A DTargetClassChanger.java26 import proguard.classfile.attribute.annotation.*;
27 import proguard.classfile.attribute.annotation.visitor.*;
277 // Change the references of the annotation.
302 public void visitAnnotation(Clazz clazz, Annotation annotation) argument
305 updateReferencedClasses(annotation.referencedClasses);
308 annotation.elementValuesAccept(clazz, this);
314 public void visitAnyElementValue(Clazz clazz, Annotation annotation, ElementValue elementValue) argument
320 // Change the referenced annotation class.
333 public void visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) argument
335 // Change the referenced annotation clas
340 visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
350 visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
360 visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
370 visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue) argument
[all...]
/external/chromium_org/content/shell/android/javatests/src/org/chromium/content_shell_apk/
H A DContentShellPreconditionsTest.java7 import android.annotation.TargetApi;
11 import android.test.suitebuilder.annotation.Smoke;
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dannotate.h53 struct annotation;
73 double disasm__calc_percent(struct annotation *notes, int evidx, s64 offset,
100 * when the annotation is about to be presented, so the percentages are for
113 struct annotation { struct
119 struct annotation annotation; member in struct:sannotation
123 static inline struct sym_hist *annotation__histogram(struct annotation *notes, int idx)
129 static inline struct annotation *symbol__annotation(struct symbol *sym)
132 return &a->annotation;
/external/proguard/src/proguard/ant/
H A DClassSpecificationElement.java41 private String annotation; field in class:ClassSpecificationElement
77 String annotation = classSpecificationElement.annotation;
95 annotation != null ? ClassUtil.internalType(annotation) : null,
122 public void setAnnotation(String annotation) argument
124 this.annotation = annotation;
/external/proguard/src/proguard/classfile/attribute/annotation/
H A DAnnotationsAttribute.java21 package proguard.classfile.attribute.annotation;
25 import proguard.classfile.attribute.annotation.visitor.AnnotationVisitor;
H A DParameterAnnotationsAttribute.java21 package proguard.classfile.attribute.annotation;
25 import proguard.classfile.attribute.annotation.visitor.AnnotationVisitor;
/external/proguard/src/proguard/classfile/editor/
H A DElementValueAdder.java24 import proguard.classfile.attribute.annotation.*;
25 import proguard.classfile.attribute.annotation.visitor.ElementValueVisitor;
29 * target annotation default attribute, annotation, or element value.
48 * given target annotation default attribute value.
64 * given target annotation.
100 public void visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) argument
117 public void visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
137 public void visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
156 public void visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValu argument
176 visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue) argument
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Debug/
H A DLocalFormatter.java37 import javax.annotation.Nonnull;
38 import javax.annotation.Nullable;
H A DSetSourceFileMethodItem.java38 import javax.annotation.Nonnull;
39 import javax.annotation.Nullable;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/reference/
H A DBaseFieldReference.java36 import javax.annotation.Nonnull;
37 import javax.annotation.Nullable;
H A DBaseStringReference.java36 import javax.annotation.Nonnull;
37 import javax.annotation.Nullable;
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/base/value/
H A DBaseArrayEncodedValue.java40 import javax.annotation.Nonnull;
41 import javax.annotation.Nullable;
H A DBaseBooleanEncodedValue.java40 import javax.annotation.Nonnull;
41 import javax.annotation.Nullable;
H A DBaseByteEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseCharEncodedValue.java40 import javax.annotation.Nonnull;
41 import javax.annotation.Nullable;
H A DBaseDoubleEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseEnumEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseFieldEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseFloatEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseIntEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseLongEncodedValue.java40 import javax.annotation.Nonnull;
41 import javax.annotation.Nullable;
H A DBaseMethodEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseShortEncodedValue.java40 import javax.annotation.Nonnull;
41 import javax.annotation.Nullable;
H A DBaseStringEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;
H A DBaseTypeEncodedValue.java39 import javax.annotation.Nonnull;
40 import javax.annotation.Nullable;

Completed in 834 milliseconds

<<11121314151617181920>>