HomeSort by relevance Sort by last modified time
    Searched full:methodannotation (Results 1 - 6 of 6) sorted by null

  /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/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...]
  /external/smali/examples/AnnotationTypes/
Main.smali 7 #@MethodAnnotation()
  /external/smali/smali/src/main/antlr3/
smaliTreeWalker.g 252 List<AnnotationDirectoryItem.MethodAnnotation> methodAnnotations,
269 $methodAnnotations = new LinkedList<AnnotationDirectoryItem.MethodAnnotation>();
271 AnnotationDirectoryItem.MethodAnnotation methodAnnotation =
272 new AnnotationDirectoryItem.MethodAnnotation($method.encodedMethod.method, $method.methodAnnotationSet);
273 $methodAnnotations.add(methodAnnotation);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 926 milliseconds