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

  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 69 private final Dex.Section annotationsDirectoryOut;
150 annotationsDirectoryOut = dexOut.appendSection(
692 annotationsDirectoryOut.assertFourByteAligned();
694 directoryIn.getPosition(), annotationsDirectoryOut.getPosition());
697 annotationsDirectoryOut.writeInt(classAnnotationsOffset);
700 annotationsDirectoryOut.writeInt(fieldsSize);
703 annotationsDirectoryOut.writeInt(methodsSize);
706 annotationsDirectoryOut.writeInt(parameterListSize);
710 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt()));
713 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt()))
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 

Completed in 1003 milliseconds