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

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
ResourceTypes.java     [all...]
ResTable.java 715 outEntry.typeStr = new StringPoolRef(bestPackage.typeStrings, actualTypeIndex - bestPackage.typeIdOffset);
725 int err = validate_chunk(pkg.header, ResTable_package.SIZEOF - 4 /*sizeof(pkg.typeIdOffset)*/,
    [all...]
LoadedArsc.java 550 // typeIdOffset was added at some point, but we still must recognize apps built before this
553 // sizeof(ResTable_package) - sizeof(ResTable_package.typeIdOffset);
578 int type_id_offset = dtohl(header.typeIdOffset);
    [all...]

Completed in 95 milliseconds