Home
last modified time | relevance | path

Searched refs:columns (Results 1 – 7 of 7) sorted by relevance

/art/tools/ahat/src/main/com/android/ahat/
DHtmlDoc.java85 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()
DSizeTable.java44 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()
DDoc.java58 void table(Column... columns); in table() argument
/art/tools/ahat/etc/
Dstyle.css35 * Most of the columns show numbers of bytes. Numbers should be right aligned.
/art/compiler/driver/
Dcompiler_options_map.def33 // Please keep the columns aligned if possible when adding new rows.
/art/dex2oat/
Ddex2oat_options.def33 // Please keep the columns aligned if possible when adding new rows.
/art/runtime/
Druntime_options.def33 // Please keep the columns aligned if possible when adding new rows.