Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h321 , 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()
DResource.cpp2496 String16 typeComment; in writeLayoutClasses() local
2498 comment = getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses()
2500 getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses()
2529 if (typeComment.size() > 0) { in writeLayoutClasses()
2530 String8 cmt(typeComment); in writeLayoutClasses()
2638 String16 typeComment; in writeTextLayoutClasses() local
2640 comment = getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses()
2642 getAttributeComment(assets, name8, &typeComment); in writeTextLayoutClasses()
2704 String16 typeComment(sym.typeComment); in writeSymbolClass() local
2705 if (typeComment.size() > 0) { in writeSymbolClass()
[all …]