Home
last modified time | relevance | path

Searched refs:kUnsetTypeId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/aapt2/
DLinker.cpp55 if (type->typeId != ResourceTableType::kUnsetTypeId) { in linkAndValidate()
63 if (type->typeId != ResourceTableType::kUnsetTypeId && in linkAndValidate()
76 if (type->typeId == ResourceTableType::kUnsetTypeId) { in linkAndValidate()
87 if (entry->entryId == ResourceTableType::kUnsetTypeId) { in linkAndValidate()
DResourceTable.h94 kUnsetTypeId = 0xffffffffu enumerator
224 type(_type), typeId(kUnsetTypeId) { in ResourceTableType()
DResourceTable.cpp197 if (resId.isValid() && type->typeId != ResourceTableType::kUnsetTypeId && in addResourceImpl()
296 if (resId.isValid() && type->typeId != ResourceTableType::kUnsetTypeId && in markPublicImpl()
DResourceTableResolver.cpp88 type->typeId != ResourceTableType::kUnsetTypeId && in findAttribute()
DDebug.cpp100 if (type->typeId != ResourceTableType::kUnsetTypeId) { in printTable()
DTableFlattener.cpp318 if (type->typeId == ResourceTableType::kUnsetTypeId in flatten()