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 | 2346 String16 typeComment; in writeLayoutClasses() local 2348 comment = getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2350 getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses() 2379 if (typeComment.size() > 0) { in writeLayoutClasses() 2380 String8 cmt(typeComment); in writeLayoutClasses() 2488 String16 typeComment; in writeTextLayoutClasses() local 2490 comment = getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2492 getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses() 2554 String16 typeComment(sym.typeComment); in writeSymbolClass() local 2555 if (typeComment.size() > 0) { in writeSymbolClass() [all …]
|