Searched refs:FindNonEmptyAttribute (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | ResourceParser.cpp | 455 if (Maybe<StringPiece> maybe_product = xml::FindNonEmptyAttribute(parser, "product")) { in ParseResources() 545 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() 553 if (Maybe<StringPiece> maybe_format = xml::FindNonEmptyAttribute(parser, "format")) { in ParseResource() 569 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() 580 Maybe<StringPiece> maybe_name = xml::FindNonEmptyAttribute(parser, "name"); in ParseResource() 855 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() 872 if (Maybe<StringPiece> maybe_id_str = xml::FindNonEmptyAttribute(parser, "id")) { in ParsePublic() 904 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() 920 xml::FindNonEmptyAttribute(parser, "first-id"); in ParsePublicGroup() 955 xml::FindNonEmptyAttribute(parser, "name"); in ParsePublicGroup() [all …]
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlPullParser.h | 202 Maybe<android::StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser,
|
D | XmlPullParser.cpp | 316 Maybe<StringPiece> FindNonEmptyAttribute(const XmlPullParser* parser, in FindNonEmptyAttribute() function
|