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

/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp658 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
677 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
902 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
937 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
/frameworks/base/tools/aapt/
H A DResourceTable.cpp153 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
416 localType = ResTable_map::TYPE_ENUM;
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) {
/frameworks/base/include/utils/
H A DResourceTypes.h1787 TYPE_ENUM = 1<<16, enumerator in enum:android::ResTable_map::__anon225
/frameworks/base/libs/utils/
H A DResourceTypes.cpp3207 if (attrType == ResTable_map::TYPE_ENUM
3556 if ((attrType&ResTable_map::TYPE_ENUM) != 0) {

Completed in 376 milliseconds