Home
last modified time | relevance | path

Searched refs:TYPE_FLAGS (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/base/tools/aapt2/
H A DResourceValues_test.cpp32 constexpr const uint32_t TYPE_FLAGS = android::ResTable_map::TYPE_FLAGS; variable
246 Attribute attr3(TYPE_INTEGER | TYPE_FLAGS); in TEST()
H A DResourceValues.cpp645 if ((type_mask & android::ResTable_map::TYPE_FLAGS) != 0) { in MaskString()
699 if (attr.type_mask & android::ResTable_map::TYPE_FLAGS) { in BuildAttributeMismatchMessage()
728 constexpr const uint32_t TYPE_FLAGS = android::ResTable_map::TYPE_FLAGS; in Matches() local
765 if ((type_mask & TYPE_FLAGS) != 0 && (actual_type & TYPE_FLAGS) != 0) { in Matches()
H A DResourceUtils_test.cpp198 .SetTypeMask(ResTable_map::TYPE_FLAGS) in TEST()
H A DResourceUtils.cpp613 android::ResTable_map::TYPE_FLAGS; in AndroidTypeToAttributeTypeMask()
712 if (type_mask & ResTable_map::TYPE_FLAGS) { in TryParseItemForAttribute()
H A DResourceParser.cpp83 return android::ResTable_map::TYPE_FLAGS; in ParseFormatType()
1383 if (type_mask & android::ResTable_map::TYPE_FLAGS) { in ParseAttrImpl()
1398 type_mask |= android::ResTable_map::TYPE_FLAGS; in ParseAttrImpl()
H A DDebug.cpp135 constexpr uint32_t kMask = android::ResTable_map::TYPE_ENUM | android::ResTable_map::TYPE_FLAGS; in Visit()
/aosp12/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator.cpp162 (android::ResTable_map::TYPE_FLAGS | android::ResTable_map::TYPE_ENUM)) { in AddAttributeFormatDoc()
163 if (type_mask & android::ResTable_map::TYPE_FLAGS) { in AddAttributeFormatDoc()
/aosp12/frameworks/base/tools/aapt2/link/
H A DReferenceLinker_test.cpp110 .SetTypeMask(ResTable_map::TYPE_FLAGS) in TEST()
/aosp12/frameworks/base/tools/aapt2/format/binary/
H A DBinaryResourceParser.cpp655 if (attr->type_mask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) { in ParseAttr()
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.cpp202 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
448 localType = ResTable_map::TYPE_FLAGS; in compileAttribute()
464 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()
477 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()
519 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()
2145 if ((format & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) || in makeAttribute()
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1603 TYPE_FLAGS = 1<<17 enumerator
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5565 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()
5985 if ((attrType&ResTable_map::TYPE_FLAGS) != 0) { in stringToValue()