HomeSort by relevance Sort by last modified time
    Searched refs:AnnotationSetItem (Results 1 - 25 of 26) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/dex/file/
AnnotationSetRefItem.java 23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
FieldAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
MethodAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
ParameterAnnotationStruct.java 72 AnnotationSetItem item = new AnnotationSetItem(annotations);
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
147 classAnnotations = new AnnotationSetItem(annotations);
163 new AnnotationSetItem(annotations)));
179 new AnnotationSetItem(annotations)));
  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationSetRefItem.java 23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
50 public AnnotationSetItem(Annotations annotations, DexFile dexFile) {
98 AnnotationSetItem otherSet = (AnnotationSetItem) other;
FieldAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
MethodAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
ParameterAnnotationStruct.java 73 AnnotationSetItem item = new AnnotationSetItem(annotations, dexFile);
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
148 classAnnotations = new AnnotationSetItem(annotations, dexFile);
165 new AnnotationSetItem(annotations, dexFile)));
182 new AnnotationSetItem(annotations, dexFile)));
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationSetRefItem.java 23 * Indirect reference to an {@link AnnotationSetItem}.
33 private AnnotationSetItem annotations;
40 public AnnotationSetRefItem(AnnotationSetItem annotations) {
AnnotationSetItem.java 27 public final class AnnotationSetItem extends OffsettedItem {
49 public AnnotationSetItem(Annotations annotations) {
97 AnnotationSetItem otherSet = (AnnotationSetItem) other;
FieldAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
MethodAnnotationStruct.java 34 private AnnotationSetItem annotations;
43 AnnotationSetItem annotations) {
ParameterAnnotationStruct.java 72 AnnotationSetItem item = new AnnotationSetItem(annotations);
AnnotationsDirectoryItem.java 44 private AnnotationSetItem classAnnotations;
147 classAnnotations = new AnnotationSetItem(annotations);
163 new AnnotationSetItem(annotations)));
179 new AnnotationSetItem(annotations)));
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationDirectoryItem.java 61 AnnotationSetItem.getReferenceAnnotation(dexFile, classAnnotationsOffset));
81 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
96 out.annotate(4, "%s", AnnotationSetItem.getReferenceAnnotation(dexFile, annotationOffset));
AnnotationSetItem.java 41 public class AnnotationSetItem {
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 95 static class AnnotationSetItem {
103 AnnotationSetItem[] annotationSetItems;
109 AnnotationSetItem[] annotationSetItems;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/util/
DexAnnotator.java 123 annotators.put(mapItem.getType(), AnnotationSetItem.makeAnnotator(this, mapItem));
  /art/runtime/
dex_file.h 364 struct AnnotationSetItem {
369 DISALLOW_COPY_AND_ASSIGN(AnnotationSetItem);
    [all...]
dex_file_verifier.cc     [all...]
  /prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar 

Completed in 792 milliseconds

1 2