Searched refs:row (Results 1 - 8 of 8) sorted by relevance

/art/tools/ahat/src/
H A DDoc.java55 * This should be followed by calls to the 'row' method to fill in the table
68 * This should be followed by calls to the 'row' method to fill in the table
74 * Add a row to the currently active table.
78 void row(DocString... values); method in interface:Doc
H A DNativeAllocationsHandler.java68 doc.row(
83 doc.row(
H A DHeapTable.java96 doc.row(vals.toArray(new DocString[0]));
127 doc.row(vals.toArray(new DocString[0]));
H A DObjectsHandler.java60 doc.row(
H A DObjectHandler.java110 doc.row(
127 doc.row(DocString.format("%d", i), Value.render(snapshot, elem));
151 doc.row(
170 doc.row(Value.render(snapshot, ref));
182 doc.row(Value.render(snapshot, ref));
H A DHtmlDoc.java131 public void row(DocString... values) { method in class:HtmlDoc
133 throw new IllegalStateException("table method must be called before row");
138 "Wrong number of row values. Expected %d, but got %d",
H A DSiteHandler.java97 doc.row(
/art/test/449-checker-bce/src/
H A DMain.java1343 int[] row = matrix[i];
1345 row[j] = 1;

Completed in 120 milliseconds