Searched refs:row (Results 1 – 10 of 10) sorted by relevance
/system/libvintf/ |
D | main.cpp | 177 std::ostream& operator<<(std::ostream& out, const TableRow& row) { in operator <<() argument 178 return out << (row.required ? "R" : " ") << (row.meetsReqeuirement() ? " " : "!") in operator <<() 179 << kColumnSeperator << (row.dm ? "DM" : " ") << kColumnSeperator in operator <<() 180 << (row.fm ? "FM" : " ") << kColumnSeperator << (row.fcm ? "FCM" : " ") in operator <<() 181 << kColumnSeperator << (row.dcm ? "DCM" : " "); in operator <<() 224 insert(vm, &table, [](auto* row) { row->dm = true; }); in generateHalSummary() argument 225 insert(fm, &table, [](auto* row) { row->fm = true; }); in generateHalSummary() argument 226 insert(vcm, &table, [](auto* row) { row->dcm = true; }); in generateHalSummary() argument 227 insert(fcm, &table, [](auto* row) { row->fcm = true; }); in generateHalSummary() argument
|
/system/media/audio_utils/include/audio_utils/ |
D | LogPlot.h | 183 for (int row = height * scalingFactor; row >= 0; row -= scalingFactor) { variable 185 const int value = 1 << row;
|
/system/bt/stack/smp/ |
D | smp_keys.cc | 70 for (int row = 0; row < row_count; row++) { in smp_debug_print_nbyte_little_endian() local 75 SMP_TRACE_DEBUG(" [%03d]: %s", row * col_count, p_buf); in smp_debug_print_nbyte_little_endian() 100 for (int row = 0; row < nrows; row++) { in smp_debug_print_nbyte_big_endian() local 105 SMP_TRACE_DEBUG("[%03d]: %s", row * ncols, p_buf); in smp_debug_print_nbyte_big_endian()
|
/system/timezone/debug_tools/host/main/java/ |
D | TzFileDumper.java | 213 Object[] row = new Object[] { in writeTransitions() local 220 rows.add(row); in writeTransitions() 285 Object[] row = new Object[] { in writeTypes() local 293 rows.add(row); in writeTypes()
|
/system/bpf/libbpf_android/ |
D | Loader.cpp | 463 for (int row = 0; row < size / 8; row++) { in dumpIns() local 464 ALOGE("%d: ", row); in dumpIns() 466 ALOGE("%3x ", ins[(row * 8) + j]); in dumpIns()
|
/system/core/debuggerd/libdebuggerd/ |
D | tombstone.cpp | 336 auto row = ¤t_row; in dump_registers() local 339 row = &special_row; in dump_registers() 344 row->emplace_back(name, value); in dump_registers()
|
/system/extras/simpleperf/doc/ |
D | scripts_reference.md | 183 The second tab is "Sample Table". It shows the time taken by each function. By clicking one row in 188 The fourth tab is "Function". It only appears when users click a row in the "Sample Table" tab.
|
D | executable_commands_reference.md | 155 the end of each row, showing the percentage of the total time that each event was actually 536 contains a table of sample entries. Each sample entry is a row in the report. The report command 543 Below is an example. Records are grouped into 4 sample entries, each entry is a row. There are 552 # count for each row.
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 413 this.processInfo = this.eventInfo.processes[selectedItem.row]; 415 this.threadInfo = this.processInfo.threads[selectedItem.row]; 417 this.libInfo = this.threadInfo.libs[selectedItem.row]; 706 let data = dataTable.row(this).data();
|
/system/netd/server/ |
D | XfrmController.cpp | 180 for (const iovec& row : iov) { in logIov() local 181 logHex(nullptr, reinterpret_cast<char*>(row.iov_base), row.iov_len); in logIov()
|