Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DAaptAssets.h331 , isJavaSymbol(o.isJavaSymbol), comment(o.comment), typeComment(o.typeComment) in AaptSymbolEntry()
341 typeComment = o.typeComment;
355 String16 typeComment; variable
437 if (sym.typeComment.size() == 0) { in appendTypeComment()
438 sym.typeComment = comment; in appendTypeComment()
440 sym.typeComment.append(String16("\n")); in appendTypeComment()
441 sym.typeComment.append(comment); in appendTypeComment()
469 { return get_symbol(name).typeComment; } in getTypeComment()
DResource.cpp1744 String16 typeComment; in writeLayoutClasses() local
1746 comment = getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses()
1748 getAttributeComment(assets, name8, &typeComment); in writeLayoutClasses()
1785 if (typeComment.size() > 0) { in writeLayoutClasses()
1786 String8 cmt(typeComment); in writeLayoutClasses()
1872 String16 typeComment(sym.typeComment); in writeSymbolClass() local
1873 if (typeComment.size() > 0) { in writeSymbolClass()
1874 String8 cmt(typeComment); in writeSymbolClass()