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

  /dalvik/tools/dexdeps/src/com/android/dexdeps/
DexData.java 109 mHeaderItem.typeIdsOff = readInt();
158 seek(mHeaderItem.typeIdsOff);
527 public int typeIdsSize, typeIdsOff;
  /dalvik/libdex/
DexFile.c 473 pDexFile->pTypeIds = (const DexTypeId*) (data + pHeader->typeIdsOff);
DexFile.h 206 u4 typeIdsOff;
    [all...]
DexSwapVerify.c 288 SWAP_OFFSET4(pHeader->typeIdsOff);
481 && ((state->pHeader->typeIdsOff != 0)
    [all...]
  /dalvik/dexdump/
DexDump.c 435 pHeader->typeIdsOff, pHeader->typeIdsOff);
    [all...]

Completed in 181 milliseconds