HomeSort by relevance Sort by last modified time
    Searched refs:fieldAnnotation (Results 1 - 4 of 4) sorted by null

  /cts/tools/dex-tools/src/dex/reader/
DexFieldImpl.java 19 import dex.reader.DexClassImpl.FieldAnnotation;
37 private FieldAnnotation fieldAnnotation;
44 FieldAnnotation fieldAnnotation, String[] stringPool,
50 this.fieldAnnotation = fieldAnnotation;
59 if (fieldAnnotation != null) {
60 buffer.setPosition(fieldAnnotation.annotationsOff);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java 45 private FieldAnnotation[] fieldAnnotations;
63 * @param fieldAnnotations A list of <code>FieldAnnotation</code> objects that contain the field annotations for
71 @Nullable List<FieldAnnotation> fieldAnnotations,
80 this.fieldAnnotations = new FieldAnnotation[fieldAnnotations.size()];
107 * @param fieldAnnotations A list of <code>FieldAnnotation</code> objects containing the field annotations
116 List<FieldAnnotation> fieldAnnotations,
131 fieldAnnotations = new FieldAnnotation[fieldAnnotationCount];
156 fieldAnnotations[i] = new FieldAnnotation(fieldIdItem, fieldAnnotationSet);
159 "Error occured while reading FieldAnnotation at index " + i);
227 for (FieldAnnotation fieldAnnotation: fieldAnnotations)
    [all...]
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 223 List<ClassDefItem.StaticFieldInitializer> staticFieldInitialValues, List<AnnotationDirectoryItem.FieldAnnotation> fieldAnnotations]
242 $fieldAnnotations = new LinkedList<AnnotationDirectoryItem.FieldAnnotation>();
244 AnnotationDirectoryItem.FieldAnnotation fieldAnnotation = new AnnotationDirectoryItem.FieldAnnotation(
246 $fieldAnnotations.add(fieldAnnotation);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 4509 milliseconds