Searched refs:attr_ns (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 458 const StringPiece& attr_ns, const StringPiece& attr_name, in FindChildWithAttribute() argument 461 ns, name, attr_ns, attr_name, attr_value)); in FindChildWithAttribute() 465 const StringPiece& attr_ns, in FindChildWithAttribute() argument 471 if (attr_ns.empty() && attr_name.empty()) { in FindChildWithAttribute() 475 const Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FindChildWithAttribute()
|
D | XmlDom.h | 112 const android::StringPiece& attr_ns, 118 const android::StringPiece& attr_ns,
|
/frameworks/base/tools/aapt2/link/ |
D | ManifestFixer.cpp | 522 static void FullyQualifyClassName(const StringPiece& package, const StringPiece& attr_ns, in FullyQualifyClassName() argument 524 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FullyQualifyClassName()
|