Searched refs:TYPE_ENUM (Results 1 – 15 of 15) sorted by relevance
31 constexpr const uint32_t TYPE_ENUM = android::ResTable_map::TYPE_ENUM; variable237 Attribute attr2(TYPE_INTEGER | TYPE_ENUM); in TEST()266 Attribute attr4(TYPE_ENUM); in TEST()276 Attribute attr_three(TYPE_ENUM); in TEST()
654 if ((type_mask & android::ResTable_map::TYPE_ENUM) != 0) { in MaskString()713 if (attr.type_mask & android::ResTable_map::TYPE_ENUM) { in BuildAttributeMismatchMessage()745 constexpr const uint32_t TYPE_ENUM = android::ResTable_map::TYPE_ENUM; in Matches() local767 if ((type_mask & TYPE_ENUM) != 0 && (actual_type & TYPE_ENUM) != 0) { in Matches()
604 android::ResTable_map::TYPE_ENUM | in AndroidTypeToAttributeTypeMask()720 if (type_mask & ResTable_map::TYPE_ENUM) { in TryParseItemForAttribute()
80 return android::ResTable_map::TYPE_ENUM; in ParseFormatType()1398 type_mask |= android::ResTable_map::TYPE_ENUM; in ParseAttrImpl()1401 if (type_mask & android::ResTable_map::TYPE_ENUM) { in ParseAttrImpl()
139 constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | android::ResTable_map::TYPE_FLAGS; in Visit()
71 case FieldDescriptorProto::TYPE_ENUM: in get_proto_type()
36 .SetTypeMask(android::ResTable_map::TYPE_ENUM | in SetUp()
193 case FieldDescriptor::TYPE_ENUM: in print_value()264 case FieldDescriptor::TYPE_ENUM: in print_message()
203 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },448 localType = ResTable_map::TYPE_ENUM; in compileAttribute()466 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()479 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()480 if (localType == ResTable_map::TYPE_ENUM) { in compileAttribute()521 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()522 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()554 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) { in compileAttribute()2147 if ((format & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) || in makeAttribute()
162 (android::ResTable_map::TYPE_FLAGS | android::ResTable_map::TYPE_ENUM)) { in AddAttributeFormatDoc()
337 .SetTypeMask(android::ResTable_map::TYPE_ENUM) in TEST()
116 case FieldDescriptor::TYPE_ENUM: in java_type()
663 if (attr->type_mask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) { in ParseAttr()
1712 TYPE_ENUM = 1<<16, enumerator
5717 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()6099 if ((attrType&ResTable_map::TYPE_ENUM) != 0) { in stringToValue()