Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable_map

130     { referenceArray, sizeof(referenceArray)/2, ResTable_map::TYPE_REFERENCE,
133 { stringArray, sizeof(stringArray)/2, ResTable_map::TYPE_STRING,
135 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
137 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
139 { colorArray, sizeof(colorArray)/2, ResTable_map::TYPE_COLOR,
142 { floatArray, sizeof(floatArray)/2, ResTable_map::TYPE_FLOAT,
144 { dimensionArray, sizeof(dimensionArray)/2, ResTable_map::TYPE_DIMENSION,
148 { fractionArray, sizeof(fractionArray)/2, ResTable_map::TYPE_FRACTION,
152 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
153 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
160 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
231 if (hadType && (type&ResTable_map::TYPE_REFERENCE) == 0) {
257 , type(ResTable_map::TYPE_ANY)
382 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
415 localType = ResTable_map::TYPE_ENUM;
417 localType = ResTable_map::TYPE_FLAGS;
427 if (attr.type == ResTable_map::TYPE_ANY) {
433 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
446 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
447 if (localType == ResTable_map::TYPE_ENUM) {
497 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
498 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
530 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
826 int32_t curFormat = ResTable_map::TYPE_ANY;
1005 ResTable_map::TYPE_STRING, overwrite);
1260 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1266 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR;
1270 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR;
1274 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN;
1278 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
1282 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_DIMENSION;
1286 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_FRACTION;
1327 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1334 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
2105 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2118 if (getItemValue(attrID, ResTable_map::ATTR_MIN, &value)) {
2129 if (getItemValue(attrID, ResTable_map::ATTR_MAX, &value)) {
2140 if (getItemValue(attrID, ResTable_map::ATTR_L10N, &value)) {
2143 return ResTable_map::L10N_NOT_REQUIRED;
3156 sprintf(numberStr, "%d", ResTable_map::TYPE_ANY);
3302 ResTable_map map;