Lines Matching defs:types

3314         const size_t numTypes = types.size();
3316 const TypeList& typeList = types[i];
3336 * This includes the bag caches and filtered types.
3343 const TypeList& typeList = types[i];
3389 // the 'types' array.
3392 ByteBucketArray<TypeList> types;
3398 // These are stored here in a parallel structure because the data in `types` may
3434 theme_entry* te = pi->types[j].entries;
3446 size_t cnt = pi->types[j].numEntries;
3447 newpi->types[j].numEntries = cnt;
3448 theme_entry* te = pi->types[j].entries;
3452 newpi->types[j].entries = newte;
3455 newpi->types[j].entries = NULL;
3515 curEntries = curPI->types[t].entries;
3518 const TypeList& typeList = grp->types[t];
3525 curPI->types[t].numEntries = cnt;
3526 curPI->types[t].entries = curEntries;
3528 numEntries = curPI->types[t].numEntries;
3656 const type_info& ti = pi->types[t];
3731 type_info& ti = pi->types[j];
3840 for (size_t j = 0; j < srcPg->types.size(); j++) {
3841 if (srcPg->types[j].isEmpty()) {
3845 TypeList& typeList = pg->types.editItemAt(j);
3846 typeList.appendVector(srcPg->types[j]);
4295 const TypeList& typeConfigs = grp->types[t];
4560 for (size_t t = 0; t < packageGroup->types.size(); t++) {
4561 if (packageGroup->types[t].isEmpty()) {
4565 TypeList& typeList = packageGroup->types.editItemAt(t);
4778 const TypeList& typeList = group->types[typeIndex];
5404 "Color types not allowed");
5511 accessor->reportError(accessorCookie, "Integer types not allowed");
5534 accessor->reportError(accessorCookie, "Dimension types not allowed");
5544 accessor->reportError(accessorCookie, "Fraction types not allowed");
5551 accessor->reportError(accessorCookie, "Float types not allowed");
5568 accessor->reportError(accessorCookie, "Boolean types not allowed");
5589 accessor->reportError(accessorCookie, "Boolean types not allowed");
5704 accessor->reportError(accessorCookie, "String types not allowed");
5953 const size_t typeCount = packageGroup->types.size();
5955 const TypeList& typeList = packageGroup->types[j];
6087 const TypeList& typeList = packageGroup->types[typeIndex];
6124 // Particular types (ResTable_type) may be encoded with sparse entries, and so their
6442 // This is an overlay, but the types in this overlay are not
6450 TypeList& typeList = group->types.editItemAt(typeIndex);
6520 // This is an overlay, but the types in this overlay are not
6528 TypeList& typeList = group->types.editItemAt(typeIndex);
6770 // target package id and number of types in map
6779 for (size_t typeIndex = 0; typeIndex < pg->types.size(); ++typeIndex) {
6780 const TypeList& typeList = pg->types[typeIndex];
7094 for (size_t typeIndex=0; typeIndex < pg->types.size(); typeIndex++) {
7095 const TypeList& typeList = pg->types[typeIndex];