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

  /external/smali/dexlib/src/main/java/org/jf/dexlib/
AnnotationDirectoryItem.java 47 private MethodAnnotation[] methodAnnotations;
65 * @param methodAnnotations A list of <code>MethodAnnotation</code> objects that contain the method annotations for
72 @Nullable List<MethodAnnotation> methodAnnotations,
88 this.methodAnnotations = new MethodAnnotation[methodAnnotations.size()];
108 * @param methodAnnotations A list of <code>MethodAnnotation</code> objects containing the method annotations
117 List<MethodAnnotation> methodAnnotations,
138 methodAnnotations = new MethodAnnotation[methodAnnotationCount];
170 methodAnnotations[i] = new MethodAnnotation(methodIdItem, methodAnnotationSet);
173 "Error occured while reading MethodAnnotation at index " + i);
241 for (MethodAnnotation methodAnnotation: methodAnnotations)
    [all...]
  /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);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 474 milliseconds