Searched defs:fieldAnnotations (Results 1 - 2 of 2) sorted by relevance

/dalvik/dexgen/src/com/android/dexgen/dex/file/
H A DAnnotationsDirectoryItem.java47 private ArrayList<FieldAnnotationStruct> fieldAnnotations; field in class:AnnotationsDirectoryItem
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...]
/dalvik/dx/src/com/android/dx/dex/file/
H A DAnnotationsDirectoryItem.java46 private ArrayList<FieldAnnotationStruct> fieldAnnotations; field in class:AnnotationsDirectoryItem
61 fieldAnnotations = null;
80 (fieldAnnotations == null) &&
95 (fieldAnnotations == null) &&
157 if (fieldAnnotations == null) {
158 fieldAnnotations = new ArrayList<FieldAnnotationStruct>();
161 fieldAnnotations.add(new FieldAnnotationStruct(field,
246 if (fieldAnnotations != null) {
247 for (FieldAnnotationStruct item : fieldAnnotations) {
276 int elementCount = listSize(fieldAnnotations)
[all...]

Completed in 27 milliseconds