Searched refs:enumOrFlagsComment (Results 1 – 1 of 1) sorted by relevance
442 String16 enumOrFlagsComment; in compileAttribute() local519 if (enumOrFlagsComment.size() == 0) { in compileAttribute()520 enumOrFlagsComment.append(mayOrMust(attr.type, in compileAttribute()522 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()525 enumOrFlagsComment.append(String16("</p>\n<table>\n" in compileAttribute()532 enumOrFlagsComment.append(String16("\n<tr><td><code>")); in compileAttribute()533 enumOrFlagsComment.append(itemIdent); in compileAttribute()534 enumOrFlagsComment.append(String16("</code></td><td>")); in compileAttribute()535 enumOrFlagsComment.append(value); in compileAttribute()536 enumOrFlagsComment.append(String16("</td><td>")); in compileAttribute()[all …]