Searched refs:ResTable_type (Results 1 – 8 of 8) sorted by relevance
26 ResTable_type t; in createTypeData()48 offsets[1] = ResTable_type::NO_ENTRY; in createTypeData()79 ResTable_type* data = (ResTable_type*) createTypeData(); in TEST()
25 TypeVariant(const ResTable_type* data) in TypeVariant()76 const ResTable_type* data;
1334 struct ResTable_type struct1905 Vector<std::shared_ptr<Vector<const ResTable_type*>>> filteredConfigs;
30 const ResTable_type* type = mTypeVariant->data; in operator *()46 if (entryOffset == ResTable_type::NO_ENTRY) { in operator *()
3143 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 …]
305 ResTable_type* typeHeader = typeWriter.startChunk<ResTable_type>(RES_TABLE_TYPE_TYPE); in flattenConfig()
296 const ResTable_type* type = convertTo<ResTable_type>(chunk); in parseType()
3142 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()