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

  /dalvik/dx/src/com/android/dex/
Annotation.java 45 reader.readAnnotation();
EncodedValueReader.java 108 * int fieldCount = readAnnotation();
116 public int readAnnotation() {
125 * #readAnnotation()}. This method's value is undefined unless the most
126 * recent call was to {@link #readAnnotation()}.
285 for (int i = 0, size = readAnnotation(); i < size; i++) {
Dex.java 596 public Annotation readAnnotation() {
  /external/turbine/java/com/google/turbine/bytecode/
ClassReader.java 187 annotations.add(readAnnotation(constantPool));
202 annotations.get(i).add(readAnnotation(constantPool));
301 private ClassFile.AnnotationInfo readAnnotation(ConstantPoolReader constantPool) {
351 return new AnnotationValue(readAnnotation(constantPool));
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 443 milliseconds