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

/frameworks/base/include/utils/
H A DResourceTypes.h1464 * index from entriesStart; a value of NO_ENTRY means that entry is
1496 uint32_t entriesStart; member in struct:android::ResTable_type
/frameworks/base/libs/utils/
H A DResourceTypes.cpp2412 const uint32_t typeOffset = dtohl(ty->entriesStart);
3628 offset += dtohl(type->entriesStart);
3839 && dtohl(type->entriesStart) > (typeSize-sizeof(ResTable_entry))) {
3840 LOGW("ResTable_type entriesStart at %p extends beyond chunk end %p.",
3841 (void*)dtohl(type->entriesStart), (void*)typeSize);
4064 uint32_t entriesStart = dtohl(type->entriesStart); local
4065 if ((entriesStart&0x3) != 0) {
4066 printf(" NON-INTEGER ResTable_type entriesStart OFFSET: %p\n", (void*)entriesStart);
[all...]

Completed in 47 milliseconds