Searched refs:typeComment (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 323 , isJavaSymbol(o.isJavaSymbol), comment(o.comment), typeComment(o.typeComment) in AaptSymbolEntry() 333 typeComment = o.typeComment; 347 String16 typeComment; variable 429 if (sym.typeComment.size() == 0) { in appendTypeComment() 430 sym.typeComment = comment; in appendTypeComment() 432 sym.typeComment.append(String16("\n")); in appendTypeComment() 433 sym.typeComment.append(comment); in appendTypeComment() 461 { return get_symbol(name).typeComment; } in getTypeComment()
|
D | Resource.cpp | 2288 String16 typeComment; in writeLayoutClasses() local 2290 comment = getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2292 getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2321 if (typeComment.size() > 0) { in writeLayoutClasses() 2322 String8 cmt(typeComment); in writeLayoutClasses() 2430 String16 typeComment; in writeTextLayoutClasses() local 2432 comment = getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2434 getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2500 String16 typeComment(sym.typeComment); in writeSymbolClass() local 2501 if (typeComment.size() > 0) { in writeSymbolClass() [all …]
|