Searched refs:TYPE_FLAGS (Results 1 – 11 of 11) sorted by relevance
376 android::ResTable_map::TYPE_FLAGS; in androidTypeToAttributeTypeMask()469 if (typeMask & android::ResTable_map::TYPE_FLAGS) { in parseItemForAttribute()939 else if (piece == u"flags") return android::ResTable_map::TYPE_FLAGS; in parseFormatType()1020 if (typeMask & android::ResTable_map::TYPE_FLAGS) { in parseAttrImpl()1036 typeMask |= android::ResTable_map::TYPE_FLAGS; in parseAttrImpl()
170 attrTypeMask & android::ResTable_map::TYPE_FLAGS) { in buildCacheEntry()
51 false, android::ResTable_map::TYPE_FLAGS); in SetUp()
37 android::ResTable_map::TYPE_FLAGS; in visit()
254 android::ResTable_map::TYPE_FLAGS; in visit()
322 if ((typeMask & android::ResTable_map::TYPE_FLAGS) != 0) { in printMask()
299 EXPECT_EQ(flagAttr->typeMask, android::ResTable_map::TYPE_FLAGS); in TEST_F()
808 if (attr->typeMask & (ResTable_map::TYPE_ENUM | ResTable_map::TYPE_FLAGS)) { in parseAttr()
1457 TYPE_FLAGS = 1<<17 enumerator
189 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },453 localType = ResTable_map::TYPE_FLAGS; in compileAttribute()469 if ((attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) == 0) { in compileAttribute()482 …} else if ((uint32_t)(attr.type&(ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)) != localType) { in compileAttribute()524 ResTable_map::TYPE_ENUM|ResTable_map::TYPE_FLAGS)); in compileAttribute()
4954 || attrType == ResTable_map::TYPE_FLAGS in stringToValue()5367 if ((attrType&ResTable_map::TYPE_FLAGS) != 0) { in stringToValue()