Home
last modified time | relevance | path

Searched refs:cell (Results 1 – 12 of 12) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/device/
Ddevice.component.scss1 .mat-header-cell {
5 .mat-cell {
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
Dschedule.component.scss1 .mat-header-cell {
5 .mat-cell {
/test/vti/test_serving/gae/frontend/src/app/menu/job/
Djob.component.scss1 .mat-header-cell {
5 .mat-cell {
/test/vti/dashboard/src/main/webapp/css/
Dshow_performance_digest.css71 .cell {
76 .inner-cell {
80 .outer-cell {
Dshow_table.css21 .table-header-cell {
26 .table-header-cell:hover {
102 .legend-header-cell {
Dshow_test_runs_common.css99 .legend-header-cell {
/test/vti/test_serving/gae/frontend/src/app/menu/lab/
Dlab.component.scss10 .mat-header-cell {
18 .mat-cell {
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_table.jsp199 return row.map(function(cell, j) {
200 if (j == 0) return cell;
201 return moment().renderTime(cell);
207 return row.map(function(cell, j) {
208 if (j == 0) return cell;
209 return moment().renderDuration(cell);
222 headerCell : 'table-header-cell'
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java362 String cell = row.isNull(colIndex) ? "" : row.getString(colIndex); in printJsonTable() local
366 int padLength = columnLength.get(colIndex) - cell.length(); in printJsonTable()
370 sb.append(cell); in printJsonTable()
/test/framework/harnesses/host_controller/command_processor/
Dcommand_sheet.py138 extra_rows.append([self.console.FormatString(cell)
139 for cell in row.split(",")])
/test/suite_harness/common/host-side/tradefed/res/report/
Dcompatibility_result.css124 /* Test cell details */
/test/vts/proto/
DVtsReportMessage.proto256 // as BigTable for example recommends < 10 MB for each record cell.