Lines Matching refs:an
11 * distributed under the License is distributed on an "AS IS" BASIS,
37 // Developer friendly source file information for an entity in the resource table.
50 // Resource definitions corresponding to an Android package.
59 // Defines resources for an Android package.
126 // Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
196 // The value is either an Item or a CompoundValue.
203 // An Item is an abstract type. It represents a value that can appear inline in many places, such
218 // A CompoundValue is an abstract type. It represents a value that is a made of other values.
253 // A value that represents an ID. This is just a placeholder, as ID values are used to occupy a
291 // A value that is a reference to an external entity, like an XML file or a PNG.
333 // A value that represents an XML attribute and what values it accepts.
335 // A Symbol used to represent an enum or a flag.
351 // Bitmask of formats allowed for an attribute.
382 // either FormatFlags::ENUM or FormatFlags::FLAGS. Having both is an error.
432 // A value that represents an array of resource values.
481 // Defines an abstract XmlNode that must be either an XmlElement, or
493 // An <element> in an XML document.
511 // A namespace declaration on an XmlElement (xmlns:android="http://...").
520 // An attribute defined on an XmlElement (android:text="...").