Searched refs:TYPE_FLAGS (Results 1 – 12 of 12) sorted by relevance
153 if (typeMask & (android::ResTable_map::TYPE_FLAGS | android::ResTable_map::TYPE_ENUM)) { in addAttributeFormatDoc()154 if (typeMask & android::ResTable_map::TYPE_FLAGS) { in addAttributeFormatDoc()
460 | android::ResTable_map::TYPE_FLAGS; in androidTypeToAttributeTypeMask()552 if (typeMask & android::ResTable_map::TYPE_FLAGS) { in parseItemForAttribute()
197 .setTypeMask(android::ResTable_map::TYPE_FLAGS) in TEST()
412 if ((typeMask & android::ResTable_map::TYPE_FLAGS) != 0) { in printMask()464 if (attr->typeMask & android::ResTable_map::TYPE_FLAGS) { in buildAttributeMismatchMessage()
41 android::ResTable_map::TYPE_FLAGS; in visit()
50 else if (piece == u"flags") return android::ResTable_map::TYPE_FLAGS; in parseFormatType()829 if (typeMask & android::ResTable_map::TYPE_FLAGS) { in parseAttrImpl()844 typeMask |= android::ResTable_map::TYPE_FLAGS; in parseAttrImpl()
241 EXPECT_EQ(flagAttr->typeMask, android::ResTable_map::TYPE_FLAGS); in TEST_F()
98 .setTypeMask(ResTable_map::TYPE_FLAGS) in TEST()
517 if (attr->typeMask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) { in parseAttr()
194 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },440 localType = ResTable_map::TYPE_FLAGS; in compileAttribute()456 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()469 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()511 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()2137 if ((format & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) || in makeAttribute()
1482 TYPE_FLAGS = 1<<17 enumerator
5105 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()5525 if ((attrType&ResTable_map::TYPE_FLAGS) != 0) { in stringToValue()