Searched refs:attr_ns (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 455 const StringPiece& attr_ns, const StringPiece& attr_name, in FindChildWithAttribute() argument 458 ns, name, attr_ns, attr_name, attr_value)); in FindChildWithAttribute() 462 const StringPiece& attr_ns, in FindChildWithAttribute() argument 468 if (attr_ns.empty() && attr_name.empty()) { in FindChildWithAttribute() 472 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 | 413 static void FullyQualifyClassName(const StringPiece& package, const StringPiece& attr_ns, in FullyQualifyClassName() argument 415 xml::Attribute* attr = el->FindAttribute(attr_ns, attr_name); in FullyQualifyClassName()
|