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

  /libcore/dex/src/main/java/com/android/dex/
Annotation.java 45 reader.readAnnotation();
EncodedValueReader.java 106 * int fieldCount = readAnnotation();
114 public int readAnnotation() {
123 * #readAnnotation()}. This method's value is undefined unless the most
124 * recent call was to {@link #readAnnotation()}.
265 for (int i = 0, size = readAnnotation(); i < size; i++) {
Dex.java 767 public Annotation readAnnotation() {
    [all...]
  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 202 com.android.dex.Annotation candidate = annotationIn.readAnnotation();
364 int fieldCount = reader.readAnnotation();
570 com.android.dex.Annotation candidate = annotationIn.readAnnotation();
582 int fieldCount = reader.readAnnotation();
655 com.android.dex.Annotation annotation = annotationIn.readAnnotation();
676 int fieldCount = reader.readAnnotation();
  /prebuilts/runtime/common/dex/
dex-host-prebuilt.jar 
  /dalvik/dx/src/com/android/dx/merge/
IndexMap.java 326 int fieldCount = reader.readAnnotation();
DexMerger.java 518 return indexMap.adjust(in.readAnnotation());
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 270 milliseconds