Searched refs:enumOrFlagsComment (Results 1 – 1 of 1) sorted by relevance
427 String16 enumOrFlagsComment; in compileAttribute() local504 if (enumOrFlagsComment.size() == 0) { in compileAttribute()505 enumOrFlagsComment.append(mayOrMust(attr.type, in compileAttribute()507 enumOrFlagsComment.append((attr.type&ResTable_map::TYPE_ENUM) in compileAttribute()510 enumOrFlagsComment.append(String16("</p>\n<table>\n" in compileAttribute()517 enumOrFlagsComment.append(String16("\n<tr><td><code>")); in compileAttribute()518 enumOrFlagsComment.append(itemIdent); in compileAttribute()519 enumOrFlagsComment.append(String16("</code></td><td>")); in compileAttribute()520 enumOrFlagsComment.append(value); in compileAttribute()521 enumOrFlagsComment.append(String16("</td><td>")); in compileAttribute()[all …]