Home | History | Annotate | Download | only in androidfw

Lines Matching defs:thisType

5497             const ResTable_type* const thisType = typeSpec->configs[c];
5498 if (thisType == NULL) {
5503 thisConfig.copyFromDtoH(thisType->config);
5511 const uint8_t* const end = reinterpret_cast<const uint8_t*>(thisType)
5512 + dtohl(thisType->header.size);
5514 reinterpret_cast<const uint8_t*>(thisType) + dtohs(thisType->header.headerSize));
5533 bestType = thisType;