Searched refs:TYPE_ENUM (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/tools/streaming_proto/
H A Dstream_proto_utils.cpp71 case FieldDescriptorProto::TYPE_ENUM:
/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp31 constexpr const uint32_t TYPE_ENUM = android::ResTable_map::TYPE_ENUM; member in namespace:aapt::__anon1163
233 Attribute attr2(TYPE_INTEGER | TYPE_ENUM);
262 Attribute attr4(TYPE_ENUM);
272 Attribute attr_three(TYPE_ENUM);
H A DResourceValues.cpp673 if ((type_mask & android::ResTable_map::TYPE_ENUM) != 0) {
728 if (attr.type_mask & android::ResTable_map::TYPE_ENUM) {
760 constexpr const uint32_t TYPE_ENUM = android::ResTable_map::TYPE_ENUM; local
782 if ((type_mask & TYPE_ENUM) != 0 && (actual_type & TYPE_ENUM) != 0) {
H A DResourceUtils.cpp565 android::ResTable_map::TYPE_ENUM |
654 if (type_mask & ResTable_map::TYPE_ENUM) {
H A DResourceParser.cpp71 return android::ResTable_map::TYPE_ENUM;
1196 type_mask |= android::ResTable_map::TYPE_ENUM;
1199 if (type_mask & android::ResTable_map::TYPE_ENUM) {
H A DDebug.cpp129 constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | android::ResTable_map::TYPE_FLAGS;
H A DResourceParser_test.cpp387 EXPECT_THAT(enum_attr->type_mask, Eq(ResTable_map::TYPE_ENUM));
/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker_test.cpp36 .SetTypeMask(android::ResTable_map::TYPE_ENUM |
/frameworks/base/tools/incident_report/
H A Dmain.cpp193 case FieldDescriptor::TYPE_ENUM:
264 case FieldDescriptor::TYPE_ENUM:
/frameworks/base/tools/stats_log_api_gen/
H A DCollation.cpp126 case FieldDescriptor::TYPE_ENUM:
/frameworks/base/tools/aapt/
H A DResourceTable.cpp204 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
449 localType = ResTable_map::TYPE_ENUM;
467 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
480 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
481 if (localType == ResTable_map::TYPE_ENUM) {
522 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
523 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
555 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
2148 if ((format & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) ||
/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp532 if (attr->type_mask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) {
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp162 (android::ResTable_map::TYPE_FLAGS | android::ResTable_map::TYPE_ENUM)) {
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1566 TYPE_ENUM = 1<<16, enumerator in enum:ResTable_map::__anon996
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5432 if (attrType == ResTable_map::TYPE_ENUM
5814 if ((attrType&ResTable_map::TYPE_ENUM) != 0) {

Completed in 519 milliseconds