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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 26 public FieldAnnotation[] fieldAnnotations;
39 fieldAnnotations = new FieldAnnotation[fieldsSize];
41 (fieldAnnotations[i] = new FieldAnnotation()).read(file);
67 for (FieldAnnotation fieldAnnotation : fieldAnnotations) {
68 fieldAnnotation.write(file);
86 for (FieldAnnotation fieldAnnotation : fieldAnnotations) {
87 fieldAnnotation.incrementIndex(kind, insertedIdx);
FieldAnnotation.java 21 public class FieldAnnotation implements RawDexObject {
  /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);
DexClassImpl.java 56 private Map<Integer, FieldAnnotation> idToFieldAnnotation =
57 new HashMap<Integer, FieldAnnotation>();
90 FieldAnnotation[] fieldAnnotations;
100 static class FieldAnnotation {
129 new FieldAnnotation[annotationDir.fields_size];
131 annotationDir.fieldAnnotations[i] = new FieldAnnotation();
  /art/dexlayout/
dex_ir.h     [all...]
dex_ir.cc 499 field_annotations->push_back(std::unique_ptr<FieldAnnotation>(
500 new FieldAnnotation(field_id, annotation_set_item)));
    [all...]
dex_verify.cc 336 dex_ir::FieldAnnotation* orig_field = (*orig)[i].get();
337 dex_ir::FieldAnnotation* output_field = (*output)[i].get();
    [all...]
dex_writer.cc 380 for (std::unique_ptr<dex_ir::FieldAnnotation>& field :
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 862 milliseconds