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

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 80 private final Dex.Section annotationOut;
146 annotationOut = dexOut.appendSection(writerSizes.annotation, "annotation");
515 new IdMerger<Annotation>(annotationOut) {
525 indexMap.putAnnotationOffset(offset, annotationOut.getPosition());
529 value.writeTo(annotationOut);
    [all...]

Completed in 82 milliseconds