Searched defs:asym (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt/
H A DResource.cpp1955 sp<AaptSymbols> asym = assets->getSymbolsFor(String8("R")); local
1956 if (asym != NULL) {
1958 asym = asym->getNestedSymbols().valueFor(String8("attr"));
1959 if (asym != NULL) {
1961 // name.string(), String8(asym->getComment(name)).string());
1963 *outTypeComment = asym->getTypeComment(name);
1965 return asym->getComment(name);

Completed in 59 milliseconds