Searched refs:typeComment (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt/ |
D | AaptAssets.h | 321 , isJavaSymbol(o.isJavaSymbol), comment(o.comment), typeComment(o.typeComment) in AaptSymbolEntry() 331 typeComment = o.typeComment; 345 String16 typeComment; variable 427 if (sym.typeComment.size() == 0) { in appendTypeComment() 428 sym.typeComment = comment; in appendTypeComment() 430 sym.typeComment.append(String16("\n")); in appendTypeComment() 431 sym.typeComment.append(comment); in appendTypeComment() 459 { return get_symbol(name).typeComment; } in getTypeComment()
|
D | Resource.cpp | 2499 String16 typeComment; in writeLayoutClasses() local 2501 comment = getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2503 getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2532 if (typeComment.size() > 0) { in writeLayoutClasses() 2533 String8 cmt(typeComment); in writeLayoutClasses() 2641 String16 typeComment; in writeTextLayoutClasses() local 2643 comment = getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2645 getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2707 String16 typeComment(sym.typeComment); in writeSymbolClass() local 2708 if (typeComment.size() > 0) { in writeSymbolClass() [all …]
|