Home | History | Annotate | Download | only in aapt

Lines Matching refs:ResTable_map

131     { referenceArray, sizeof(referenceArray)/2, ResTable_map::TYPE_REFERENCE,
134 { stringArray, sizeof(stringArray)/2, ResTable_map::TYPE_STRING,
136 { integerArray, sizeof(integerArray)/2, ResTable_map::TYPE_INTEGER,
138 { booleanArray, sizeof(booleanArray)/2, ResTable_map::TYPE_BOOLEAN,
140 { colorArray, sizeof(colorArray)/2, ResTable_map::TYPE_COLOR,
143 { floatArray, sizeof(floatArray)/2, ResTable_map::TYPE_FLOAT,
145 { dimensionArray, sizeof(dimensionArray)/2, ResTable_map::TYPE_DIMENSION,
149 { fractionArray, sizeof(fractionArray)/2, ResTable_map::TYPE_FRACTION,
153 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
154 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
161 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
232 if (hadType && (type&ResTable_map::TYPE_REFERENCE) == 0) {
258 , type(ResTable_map::TYPE_ANY)
383 if ((minIdx >= 0 || maxIdx >= 0) && (attr.type&ResTable_map::TYPE_INTEGER) == 0) {
416 localType = ResTable_map::TYPE_ENUM;
418 localType = ResTable_map::TYPE_FLAGS;
428 if (attr.type == ResTable_map::TYPE_ANY) {
434 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
447 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
448 if (localType == ResTable_map::TYPE_ENUM) {
498 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
499 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
531 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
827 int32_t curFormat = ResTable_map::TYPE_ANY;
1006 ResTable_map::TYPE_STRING, overwrite);
1261 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1267 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR;
1271 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_COLOR;
1275 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_BOOLEAN;
1279 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
1283 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_DIMENSION;
1287 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_FRACTION;
1344 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_STRING;
1351 curFormat = ResTable_map::TYPE_REFERENCE|ResTable_map::TYPE_INTEGER;
2140 if (getItemValue(attrID, ResTable_map::ATTR_TYPE, &value)) {
2153 if (getItemValue(attrID, ResTable_map::ATTR_MIN, &value)) {
2164 if (getItemValue(attrID, ResTable_map::ATTR_MAX, &value)) {
2175 if (getItemValue(attrID, ResTable_map::ATTR_L10N, &value)) {
2178 return ResTable_map::L10N_NOT_REQUIRED;
3089 sprintf(numberStr, "%d", ResTable_map::TYPE_ANY);
3235 ResTable_map map;