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

  /libcore/luni/src/main/java/libcore/reflect/
AnnotationAccess.java 220 Dex.Section directoryIn = dexClass.getDex().open(directoryOffset);
221 int classSetOffset = directoryIn.readInt();
226 int fieldsSize = directoryIn.readInt();
227 int methodsSize = directoryIn.readInt();
228 directoryIn.readInt(); // parameters size
233 int candidateFieldIndex = directoryIn.readInt();
234 int annotationSetOffset = directoryIn.readInt();
244 directoryIn.skip(8 * fieldsSize);
249 int candidateMethodIndex = directoryIn.readInt();
250 int annotationSetOffset = directoryIn.readInt()
    [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 642 Dex.Section directoryIn = in.open(section.off);
644 transformAnnotationDirectory(directoryIn, indexMap);
693 Dex.Section directoryIn, IndexMap indexMap) {
697 directoryIn.getPosition(), annotationsDirectoryOut.getPosition());
699 int classAnnotationsOffset = indexMap.adjustAnnotationSet(directoryIn.readInt());
702 int fieldsSize = directoryIn.readInt();
705 int methodsSize = directoryIn.readInt();
708 int parameterListSize = directoryIn.readInt();
713 annotationsDirectoryOut.writeInt(indexMap.adjustField(directoryIn.readInt()));
716 annotationsDirectoryOut.writeInt(indexMap.adjustAnnotationSet(directoryIn.readInt()))
    [all...]
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/sdk/tools/
jack.jar 

Completed in 123 milliseconds