OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:aaptattribute
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/tools/aapt2/link/
ReferenceLinker.h
78
* Resolves the attribute reference and returns an xml::
AaptAttribute
if
82
static Maybe<xml::
AaptAttribute
> CompileXmlAttribute(const Reference& reference,
ReferenceLinker.cpp
263
Maybe<xml::
AaptAttribute
> ReferenceLinker::CompileXmlAttribute(const Reference& reference,
277
return xml::
AaptAttribute
(*symbol->attribute, symbol->id);
XmlCompatVersioner.cpp
172
xml::
AaptAttribute
{attr.attr, attr.id},
/frameworks/base/tools/aapt2/xml/
XmlDom.h
84
struct
AaptAttribute
{
85
explicit
AaptAttribute
(const ::aapt::Attribute& attr, const Maybe<ResourceId>& resid = {})
101
Maybe<
AaptAttribute
> compiled_attribute;
/frameworks/base/tools/aapt2/cmd/
Util.cpp
133
static xml::
AaptAttribute
CreateAttributeWithId(const ResourceId& id) {
134
return xml::
AaptAttribute
(Attribute(), id);
/frameworks/base/tools/aapt2/flatten/
XmlFlattener.cpp
248
const xml::
AaptAttribute
& aapt_attr = xml_attr->compiled_attribute.value();
Completed in 986 milliseconds