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

/frameworks/base/tools/aapt/
H A DResourceTable.cpp154 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
417 localType = ResTable_map::TYPE_ENUM;
435 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) {
448 } else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) {
449 if (localType == ResTable_map::TYPE_ENUM) {
499 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS));
500 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM)
532 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) {
/frameworks/base/include/androidfw/
H A DResourceTypes.h1258 TYPE_ENUM = 1<<16, enumerator in enum:android::ResTable_map::__anon1106
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1345 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
2053 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4281 if (attrType == ResTable_map::TYPE_ENUM
4630 if ((attrType&ResTable_map::TYPE_ENUM) != 0) {

Completed in 220 milliseconds