Home | History | Annotate | Download | only in link

Lines Matching refs:Attribute

79         for (xml::Attribute& attr : el->attributes) {
83 // There is a valid package name for this attribute. We will look this up.
97 // Convert the string value into a compiled Value if this is a valid attribute.
108 const Attribute* attribute = &attr.compiledAttribute.value().attribute;
110 attribute);
112 !(attribute->typeMask & android::ResTable_map::TYPE_STRING)) {
116 << "is incompatible with attribute "
118 << *attribute);
124 << "attribute '" << package << ":"