Searched refs:columns (Results 1 – 7 of 7) sorted by relevance
/art/tools/ahat/src/main/com/android/ahat/ |
D | HtmlDoc.java | 85 public void table(Column... columns) { in table() argument 86 if (columns.length == 0) { in table() 90 mCurrentTableColumns = columns; in table() 92 for (int i = 0; i < columns.length - 1; i++) { in table() 93 if (columns[i].visible) { in table() 94 ps.format("<th>%s</th>", columns[i].heading.html()); in table() 100 if (columns[columns.length - 1].visible) { in table() 101 ps.format("<th align=\"left\">%s</th>", columns[columns.length - 1].heading.html()); in table()
|
D | SizeTable.java | 44 static void table(Doc doc, Column left, boolean showDiff, Column... columns) { in table() argument 53 cols.addAll(Arrays.asList(columns)); in table() 85 static void table(Doc doc, boolean showDiff, Column... columns) { in table() argument 88 table(doc, new Column("", Column.Align.LEFT, false), showDiff, columns); in table()
|
D | Doc.java | 58 void table(Column... columns); in table() argument
|
/art/tools/ahat/etc/ |
D | style.css | 35 * Most of the columns show numbers of bytes. Numbers should be right aligned.
|
/art/compiler/driver/ |
D | compiler_options_map.def | 33 // Please keep the columns aligned if possible when adding new rows.
|
/art/dex2oat/ |
D | dex2oat_options.def | 33 // Please keep the columns aligned if possible when adding new rows.
|
/art/runtime/ |
D | runtime_options.def | 33 // Please keep the columns aligned if possible when adding new rows.
|