Home
last modified time | relevance | path

Searched defs:attr_value (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp22 const ELFAttributeValue& attr_value = m_Attrs[pTag]; in getAttributeValue() local
43 ELFAttributeValue* attr_value = NULL; in getOrCreateAttributeValue() local
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp458 const StringPiece& attr_value) { in FindChildWithAttribute()