Home
last modified time | relevance | path

Searched refs:ResTable_type (Results 1 – 8 of 8) 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.h1334 struct ResTable_type struct
1905 Vector<std::shared_ptr<Vector<const ResTable_type*>>> filteredConfigs;
/frameworks/base/libs/androidfw/
DTypeWrappers.cpp30 const ResTable_type* type = mTypeVariant->data; in operator *()
46 if (entryOffset == ResTable_type::NO_ENTRY) { in operator *()
DResourceTypes.cpp3143 const ResTable_type* type;
3162 Vector<const ResTable_type*> configs;
4457 std::shared_ptr<Vector<const ResTable_type*>> newFilteredConfigs = in setParameters()
4458 std::make_shared<Vector<const ResTable_type*>>(); in setParameters()
5852 const ResTable_type* config = type->configs[m]; in forEachConfiguration()
5975 const ResTable_type* bestType = NULL; in getEntry()
5976 uint32_t bestOffset = ResTable_type::NO_ENTRY; in getEntry()
6021 const Vector<const ResTable_type*>* candidateConfigs = &typeSpec->configs; in getEntry()
6023 std::shared_ptr<Vector<const ResTable_type*>> filteredConfigs; in getEntry()
6046 const ResTable_type* const thisType = candidateConfigs->itemAt(c); in getEntry()
[all …]
/frameworks/base/tools/aapt2/flatten/
DTableFlattener.cpp305 ResTable_type* typeHeader = typeWriter.startChunk<ResTable_type>(RES_TABLE_TYPE_TYPE); in flattenConfig()
/frameworks/base/tools/aapt2/unflatten/
DBinaryResourceParser.cpp296 const ResTable_type* type = convertTo<ResTable_type>(chunk); in parseType()
/frameworks/base/tools/aapt/
DResourceTable.cpp3142 const size_t typeSize = sizeof(ResTable_type) + sizeof(uint32_t)*N; in flatten()
3179 ResTable_type* tHeader = (ResTable_type*) in flatten()
3230 + typeStart + sizeof(ResTable_type)); in flatten()
3241 index[ei] = htodl(ResTable_type::NO_ENTRY); in flatten()
3246 tHeader = (ResTable_type*) in flatten()