Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResourceTable.cpp170 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
433 localType = ResTable_map::TYPE_ENUM; in compileAttribute()
451 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()
464 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()
465 if (localType == ResTable_map::TYPE_ENUM) { in compileAttribute()
506 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()
507 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()
539 if ((attr.type&ResTable_map::TYPE_ENUM) != 0) { in compileAttribute()
/frameworks/base/include/androidfw/
DResourceTypes.h1423 TYPE_ENUM = 1<<16, enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1727 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( in MergePartialFromCodedStream()
2435 int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>( in MergePartialFromCodedStream()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp4635 if (attrType == ResTable_map::TYPE_ENUM in stringToValue()
5006 if ((attrType&ResTable_map::TYPE_ENUM) != 0) { in stringToValue()