Home
last modified time | relevance | path

Searched refs:getAnnotations (Results 1 – 16 of 16) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/cf/
DAttributeTranslator.java89 public static Annotations getAnnotations(AttributeList attribs) { in getAnnotations() method in AttributeTranslator
122 Annotations result = getAnnotations(attribs); in getClassAnnotations()
160 Annotations result = getAnnotations(method.getAttributes()); in getMethodAnnotations()
191 return invisible.getAnnotations(); in getAnnotations0()
195 return visible.getAnnotations(); in getAnnotations0()
200 return Annotations.combine(visible.getAnnotations(), in getAnnotations0()
201 invisible.getAnnotations()); in getAnnotations0()
DCfTranslator.java219 AttributeTranslator.getAnnotations(one.getAttributes()); in processFields()
/dalvik/dx/src/com/android/dx/command/annotool/
DAnnotationLister.java151 for (Annotation anAnn : ann.getAnnotations().getAnnotations()) { in visitClassAnnotation()
185 for (Annotation anAnn : ann.getAnnotations().getAnnotations()) { in visitPackageAnnotation()
/dalvik/dexgen/src/com/android/dexgen/dex/file/
DFieldAnnotationStruct.java119 public Annotations getAnnotations() { in getAnnotations() method in FieldAnnotationStruct
120 return annotations.getAnnotations(); in getAnnotations()
DMethodAnnotationStruct.java119 public Annotations getAnnotations() { in getAnnotations() method in MethodAnnotationStruct
120 return annotations.getAnnotations(); in getAnnotations()
DAnnotationSetItem.java56 for (Annotation a : annotations.getAnnotations()) { in AnnotationSetItem()
84 public Annotations getAnnotations() { in getAnnotations() method in AnnotationSetItem
DAnnotationsDirectoryItem.java211 return item.getAnnotations(); in getMethodAnnotations()
/dalvik/dx/src/com/android/dx/dex/file/
DFieldAnnotationStruct.java123 public Annotations getAnnotations() { in getAnnotations() method in FieldAnnotationStruct
124 return annotations.getAnnotations(); in getAnnotations()
DMethodAnnotationStruct.java123 public Annotations getAnnotations() { in getAnnotations() method in MethodAnnotationStruct
124 return annotations.getAnnotations(); in getAnnotations()
DAnnotationSetItem.java57 for (Annotation a : annotations.getAnnotations()) { in AnnotationSetItem()
85 public Annotations getAnnotations() { in getAnnotations() method in AnnotationSetItem
DAnnotationsDirectoryItem.java214 return item.getAnnotations(); in getMethodAnnotations()
/dalvik/dx/src/com/android/dx/cf/attrib/
DBaseAnnotations.java70 public final Annotations getAnnotations() { in getAnnotations() method in BaseAnnotations
/dalvik/dx/src/com/android/dx/rop/annotation/
DAnnotations.java211 public Collection<Annotation> getAnnotations() { in getAnnotations() method in Annotations
/dalvik/dexgen/src/com/android/dexgen/rop/annotation/
DAnnotations.java210 public Collection<Annotation> getAnnotations() { in getAnnotations() method in Annotations
/dalvik/dx/src/com/android/multidex/
DMainDexListBuilder.java192 return (att != null && ((AttRuntimeVisibleAnnotations)att).getAnnotations().size()>0); in hasRuntimeVisibleAnnotation()
/dalvik/dx/src/com/android/dx/command/dexer/
DMain.java1127 for (Annotation a : methodAnnotations.getAnnotations()) { in dumpMethod()
1138 for (Annotation a : annotations.getAnnotations()) { in dumpMethod()