Searched refs:rows (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | report_html.js | 326 let rows = []; 328 rows.push(['Record Time', gRecordInfo.recordTime]); 331 rows.push(['Machine Type', gRecordInfo.machineType]); 334 rows.push(['Android Version', gRecordInfo.androidVersion]); 337 rows.push(['Record cmdline', gRecordInfo.recordCmdline]); 339 rows.push(['Total Samples', '' + gRecordInfo.totalSamples]); 344 data.addRows(rows); 345 for (let i = 0; i < rows.length; ++i) { 435 let rows = []; 436 rows.push(['Event Type: ' + this.eventInfo.eventName, [all …]
|
/system/timezone/debug_tools/host/main/java/ |
D | TzFileDumper.java | 210 List<Object[]> rows = new ArrayList<>(); in writeTransitions() local 220 rows.add(row); in writeTransitions() 224 writeTuplesCsv(fileWriter, rows, "transition", "type", "[UTC time]", "[Type offset]", in writeTransitions() 283 List<Object[]> rows = new ArrayList<>(); in writeTypes() local 293 rows.add(row); in writeTypes() 298 fileWriter, rows, "gmtOffset (seconds)", "isDst", "ttisgmt", "ttisstd", in writeTypes()
|
/system/core/adb/daemon/ |
D | shell_service.cpp | 685 int rows, cols, x_pixels, y_pixels; in PassInput() local 687 &rows, &cols, &x_pixels, &y_pixels) == 4) { in PassInput() 689 ws.ws_row = rows; in PassInput()
|
/system/teeui/libteeui/include/teeui/ |
D | font_rendering.h | 158 for (unsigned y = 0; y < bitmap->rows; ++y) { in drawGlyph()
|
/system/media/camera/docs/ |
D | html.mako | 150 # Number of rows an entry will span
|