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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2873 typeSpec(NULL), typeSpecFlags(NULL) { }
2877 const ResTable_typeSpec* typeSpec; member in struct:android::ResTable::Type
5354 type->typeSpec->id - 1) == "mipmap") {
5492 const Type* const typeSpec = typeList[i]; local
5500 if (typeSpec->idmapEntries.hasEntries()) {
5502 if (typeSpec->idmapEntries.lookup(entryIndex, &overlayEntryIndex) != NO_ERROR) {
5507 realTypeIndex = typeSpec->idmapEntries.overlayTypeId() - 1;
5511 if (static_cast<size_t>(realEntryIndex) >= typeSpec->entryCount) {
5514 entryIndex, static_cast<int>(typeSpec->entryCount));
5521 if (typeSpec
5739 const ResTable_typeSpec* typeSpec = (const ResTable_typeSpec*)(chunk); local
[all...]

Completed in 87 milliseconds