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

  /art/tools/dexfuzz/src/dexfuzz/rawdex/
AnnotationsDirectoryItem.java 27 public MethodAnnotation[] methodAnnotations;
45 methodAnnotations = new MethodAnnotation[annotatedMethodsSize];
47 (methodAnnotations[i] = new MethodAnnotation()).read(file);
72 for (MethodAnnotation methodAnnotation : methodAnnotations) {
73 methodAnnotation.write(file);
91 for (MethodAnnotation methodAnnotation : methodAnnotations) {
92 methodAnnotation.incrementIndex(kind, insertedIdx);
MethodAnnotation.java 21 public class MethodAnnotation implements RawDexObject {
  /cts/tools/dex-tools/src/dex/reader/
DexMethodImpl.java 27 import dex.reader.DexClassImpl.MethodAnnotation;
46 private final MethodAnnotation methodAnnotation;
56 int accessFlags, MethodAnnotation methodAnnotation,
64 this.methodAnnotation = methodAnnotation;
86 if (methodAnnotation != null) {
87 buffer.setPosition(methodAnnotation.annotationsOff);
DexClassImpl.java 58 private Map<Integer, MethodAnnotation> idToMethodAnnotation =
59 new HashMap<Integer, MethodAnnotation>();
91 MethodAnnotation[] methodAnnotations;
106 static class MethodAnnotation {
143 new MethodAnnotation[annotationDir.methods_size];
145 annotationDir.methodAnnotations[i] = new MethodAnnotation();
  /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 158 milliseconds