Lines Matching refs:resource

37 // Developer friendly source file information for an entity in the resource table.
50 // Top level message representing a resource table.
52 // The string pool containing source paths referenced throughout the resource table. This does
59 // The <overlayable> declarations within the resource table.
62 // The version fingerprints of the tools that built the resource table.
95 // attr, etc. This maps to the second part of a resource identifier in Java (R.type.entry).
100 // The name of the type. This corresponds to the 'type' part of a full resource name of the form
110 // The visibility of the resource outside of its package.
114 // private one. An unknown visibility, in this case, would cause the resource to be omitted
118 // A resource was explicitly marked as private. This means the resource can not be accessed
120 // the private accessor). If two R.java files are generated (private + public), the resource
124 // A resource was explicitly marked as public. This means the resource can be accessed
138 // Whether a resource comes from a compile-time overlay and is explicitly allowed to not overlay an
139 // existing resource.
192 // An entry declaration. An entry has a full resource ID that is the combination of package ID,
196 // The ID of this entry. Together with the package ID and type ID, this forms a full resource ID
202 // The name of this entry. This corresponds to the 'entry' part of a full resource name of the
209 // Whether this resource, when originating from a compile-time overlay, is allowed to NOT overlay
213 // Whether this resource can be overlaid by a runtime resource overlay (RRO).
227 // The generic meta-data for every value in a resource table.
273 // A value that is a reference to another resource. This reference can be by name or resource ID.
285 // The resource ID (0xPPTTEEEE) of the resource being referred. This is optional.
288 // The name of the resource being referred. This is optional if the resource ID is set.
291 // Whether this reference is referencing a private resource (@*package:type/entry).
296 // resource ID (0xPPTTEEEE) as a unique identifier. Their value is unimportant.
385 // The name of the enum/flag as a reference. Enums/flag items are generated as ID resource
455 // A value that represents a <declare-styleable> XML resource. These are not real resources and
474 // A value that represents an array of resource values.
571 // The optional resource ID (0xPPTTEEEE) of the attribute.