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

  /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,
77 if (fieldAnnotations == null || fieldAnnotations.size() == 0) {
78 this.fieldAnnotations = null;
80 this.fieldAnnotations = new FieldAnnotation[fieldAnnotations.size()];
81 this.fieldAnnotations = fieldAnnotations.toArray(this.fieldAnnotations)
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/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...]
  /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...]
  /external/dexmaker/src/dx/java/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...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
ClassDefinition.java 222 AnnotationSetItem fieldAnnotations = null;
225 fieldAnnotations = annotations.getFieldAnnotations(field.field);
240 FieldDefinition.writeTo(fieldWriter, field, encodedValue, fieldAnnotations, setInStaticConstructor);
263 AnnotationSetItem fieldAnnotations = null;
266 fieldAnnotations = annotations.getFieldAnnotations(field.field);
278 FieldDefinition.writeTo(fieldWriter, field, null, fieldAnnotations, false);
  /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]);
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 129 $fields.fieldAnnotations != null ||
134 $fields.fieldAnnotations,
223 List<ClassDefItem.StaticFieldInitializer> staticFieldInitialValues, List<AnnotationDirectoryItem.FieldAnnotation> fieldAnnotations]
241 if ($fieldAnnotations == null) {
242 $fieldAnnotations = new LinkedList<AnnotationDirectoryItem.FieldAnnotation>();
246 $fieldAnnotations.add(fieldAnnotation);
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 27 milliseconds