Searched defs:entriesStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DResourceTypes.h1104 * index from entriesStart; a value of NO_ENTRY means that entry is
1136 uint32_t entriesStart; member in struct:android::ResTable_type
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3697 const uint32_t typeOffset = dtohl(ty->entriesStart);
4919 offset += dtohl(type->entriesStart);
5134 && dtohl(type->entriesStart) > (typeSize-sizeof(ResTable_entry))) {
5135 ALOGW("ResTable_type entriesStart at %p extends beyond chunk end %p.",
5136 (void*)dtohl(type->entriesStart), (void*)typeSize);
5505 uint32_t entriesStart = dtohl(type->entriesStart); local
5506 if ((entriesStart&0x3) != 0) {
5507 printf(" NON-INTEGER ResTable_type entriesStart OFFSET: %p\n", (void*)entriesStart);
[all...]

Completed in 35 milliseconds