Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DTypeWrappers_test.cpp26 ResTable_type t; in createTypeData()
48 offsets[1] = ResTable_type::NO_ENTRY; in createTypeData()
79 ResTable_type* data = (ResTable_type*) createTypeData(); in TEST()
/frameworks/base/include/androidfw/
DTypeWrappers.h25 TypeVariant(const ResTable_type* data) in TypeVariant()
76 const ResTable_type* data;
DResourceTypes.h1283 struct ResTable_type struct
/frameworks/base/libs/androidfw/
DTypeWrappers.cpp30 const ResTable_type* type = mTypeVariant->data; in operator *()
46 if (entryOffset == ResTable_type::NO_ENTRY) { in operator *()
DResourceTypes.cpp2861 const ResTable_type* type;
2880 Vector<const ResTable_type*> configs;
5360 const ResTable_type* config = type->configs[m]; in getConfigurations()
5481 const ResTable_type* bestType = NULL; in getEntry()
5482 uint32_t bestOffset = ResTable_type::NO_ENTRY; in getEntry()
5529 const ResTable_type* const thisType = typeSpec->configs[c]; in getEntry()
5549 if (thisOffset == ResTable_type::NO_ENTRY) { in getEntry()
5801 const ResTable_type* type = (const ResTable_type*)(chunk); in parsePackage()
6428 const ResTable_type* type = typeConfigs->configs[configIndex]; in print()
6455 if (thisOffset == ResTable_type::NO_ENTRY) { in print()
/frameworks/base/tools/aapt/
DResourceTable.cpp3028 const size_t typeSize = sizeof(ResTable_type) + sizeof(uint32_t)*N; in flatten()
3062 ResTable_type* tHeader = (ResTable_type*) in flatten()
3111 + typeStart + sizeof(ResTable_type)); in flatten()
3122 index[ei] = htodl(ResTable_type::NO_ENTRY); in flatten()
3127 tHeader = (ResTable_type*) in flatten()