Searched refs:typeSpec (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/tools/aapt2/unflatten/
H A DBinaryResourceParser.cpp267 const ResTable_typeSpec* typeSpec = convertTo<ResTable_typeSpec>(chunk); local
268 if (!typeSpec) {
274 if (typeSpec->id == 0) {
276 << "ResTable_typeSpec has invalid id: " << typeSpec->id);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp3155 typeSpec(NULL), typeSpecFlags(NULL) { }
3159 const ResTable_typeSpec* typeSpec; member in struct:android::ResTable::Type
5846 type->typeSpec->id - 1) == "mipmap") {
5986 const Type* const typeSpec = typeList[i]; local
5994 if (typeSpec->idmapEntries.hasEntries()) {
5996 if (typeSpec->idmapEntries.lookup(entryIndex, &overlayEntryIndex) != NO_ERROR) {
6001 realTypeIndex = typeSpec->idmapEntries.overlayTypeId() - 1;
6005 if (static_cast<size_t>(realEntryIndex) >= typeSpec->entryCount) {
6008 entryIndex, static_cast<int>(typeSpec->entryCount));
6015 if (typeSpec
6256 const ResTable_typeSpec* typeSpec = (const ResTable_typeSpec*)(chunk); local
[all...]

Completed in 94 milliseconds