Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DResource.cpp2092 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); in getAttributeComment() local
2093 if (asym != NULL) { in getAttributeComment()
2095 asym = asym->getNestedSymbols().valueFor(String8("attr")); in getAttributeComment()
2096 if (asym != NULL) { in getAttributeComment()
2100 *outTypeComment = asym->getTypeComment(name); in getAttributeComment()
2102 return asym->getComment(name); in getAttributeComment()