Home
last modified time | relevance | path

Searched refs:asym (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
DResource.cpp2242 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); in getAttributeComment() local
2243 if (asym != NULL) { in getAttributeComment()
2245 asym = asym->getNestedSymbols().valueFor(String8("attr")); in getAttributeComment()
2246 if (asym != NULL) { in getAttributeComment()
2250 *outTypeComment = asym->getTypeComment(name); in getAttributeComment()
2252 return asym->getComment(name); in getAttributeComment()