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

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

Completed in 62 milliseconds