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

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 47 private ArrayList<FieldAnnotationStruct> fieldAnnotations;
62 fieldAnnotations = null;
81 (fieldAnnotations == null) &&
96 (fieldAnnotations == null) &&
158 if (fieldAnnotations == null) {
159 fieldAnnotations = new ArrayList<FieldAnnotationStruct>();
162 fieldAnnotations.add(new FieldAnnotationStruct(field,
247 if (fieldAnnotations != null) {
248 for (FieldAnnotationStruct item : fieldAnnotations) {
277 int elementCount = listSize(fieldAnnotations)
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexClassImpl.java 90 FieldAnnotation[] fieldAnnotations;
128 annotationDir.fieldAnnotations =
131 annotationDir.fieldAnnotations[i] = new FieldAnnotation();
132 annotationDir.fieldAnnotations[i].fieldIdx = buffer
134 annotationDir.fieldAnnotations[i].annotationsOff = buffer
137 annotationDir.fieldAnnotations[i].fieldIdx,
138 annotationDir.fieldAnnotations[i]);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 48 milliseconds