Home | History | Annotate | Download | only in auto_bisect

Lines Matching refs:row_data

793 def _PrintTableRow(column_widths, row_data):
798 row_data: A list of items for each column in this row.
800 assert len(column_widths) == len(row_data)
803 current_row_data = row_data[i].center(column_widths[i], ' ')