Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ResTable_type

3253     const ResTable_type* type;
3272 Vector<const ResTable_type*> configs;
4573 std::shared_ptr<Vector<const ResTable_type*>> newFilteredConfigs =
4574 std::make_shared<Vector<const ResTable_type*>>();
5967 const ResTable_type* config = type->configs[m];
6093 const ResTable_type* bestType = NULL;
6094 uint32_t bestOffset = ResTable_type::NO_ENTRY;
6124 // Particular types (ResTable_type) may be encoded with sparse entries, and so their
6142 const Vector<const ResTable_type*>* candidateConfigs = &typeSpec->configs;
6144 std::shared_ptr<Vector<const ResTable_type*>> filteredConfigs;
6167 const ResTable_type* const thisType = candidateConfigs->itemAt(c);
6186 if (thisType->flags & ResTable_type::FLAG_SPARSE) {
6211 if (thisOffset == ResTable_type::NO_ENTRY) {
6431 ALOGW("ResTable_type has an id of 0.");
6477 const ResTable_type* type = (const ResTable_type*)(chunk);
6479 endPos, "ResTable_type");
6495 ALOGW("ResTable_type entry index to %p extends beyond chunk end 0x%x.",
6503 ALOGW("ResTable_type entriesStart at 0x%x extends beyond chunk end 0x%x.",
6509 ALOGW("ResTable_type has an id of 0.");
6550 ALOGV("Skipping empty ResTable_type for type %d", type->id);
7140 const ResTable_type* type = typeConfigs->configs[configIndex];
7142 printf(" NON-INTEGER ResTable_type ADDRESS: %p\n", type);
7156 if (type->flags & ResTable_type::FLAG_SPARSE) {
7166 printf(" NON-INTEGER ResTable_type entriesStart OFFSET: 0x%x\n", entriesStart);
7171 printf(" NON-INTEGER ResTable_type header.size: 0x%x\n", typeSize);
7180 if (type->flags & ResTable_type::FLAG_SPARSE) {
7190 if (thisOffset == ResTable_type::NO_ENTRY) {