| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 46 const uint8_t* cursor = startAddr; in GetNextProtoTag() local 47 if (*cursor & BYTE_HIGHEST_BIT_MARK) { in GetNextProtoTag() 48 const uint8_t* nextAddr = VarIntDecode(cursor, endAddr, dataAreaTag); in GetNextProtoTag() 49 if (cursor == nextAddr) { in GetNextProtoTag() 52 cursor = nextAddr; in GetNextProtoTag() 54 *dataAreaTag = *(cursor++); in GetNextProtoTag() 56 if (cursor >= endAddr) { in GetNextProtoTag() 59 return cursor; in GetNextProtoTag() 67 auto cursor = VarIntDecode(startAddr, endAddr, &intValue); in ParseVarIntValue() local 68 if (cursor == startAddr) { in ParseVarIntValue() [all …]
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | ftrace_field_parser.cpp | 40 const uint8_t* cursor = start; in ReadString() local 42 while (*cursor && cursor < sectionEnd) { in ReadString() 43 cursor++; in ReadString() 46 str.assign(start, cursor); in ReadString()
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
| D | read_device.py | 62 cursor = conn.cursor() 63 cursor.execute(sql) 64 results = cursor.fetchall()
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/ |
| D | read_device.py | 62 cursor = conn.cursor() 63 cursor.execute(sql) 64 results = cursor.fetchall()
|
| /developtools/smartperf_host/ide/src/base-ui/modal/ |
| D | LitModal.ts | 351 this.headerElement!.style.cursor = ''; 371 this.headerElement!.style.cursor = 'move'; 412 this.style.cursor = 'nwse-resize'; 420 this.style.cursor = 'nesw-resize'; 428 this.style.cursor = 'nesw-resize'; 443 this.style.cursor = 'nwse-resize'; 446 this.style.cursor = 'ew-resize'; 449 this.style.cursor = 'ew-resize'; 452 this.style.cursor = 'ns-resize'; 455 this.style.cursor = 'ns-resize'; [all …]
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 129 const uint8_t* cursor = start; in VarIntDecode() local 133 uint8_t currentByte = *cursor++; in VarIntDecode() 137 return cursor; in VarIntDecode() 140 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 121 cursor: 'pointer', 140 cursor: 'pointer', 185 const disable = { color: '#999999', cursor: 'not-allowed' }; 188 cursor: 'pointer', 223 cursor: 'pointer',
|
| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/ |
| D | compile_info_loader.py | 268 cursor = conn.cursor() variable 270 mgr = elf_modules.ElfModuleMgr(cursor)
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 143 document.body.style.cursor = 'default'; 265 document.body.style.cursor = 'ew-resize'; 269 document.body.style.cursor = 'ew-resize'; 273 document.body.style.cursor = 'default';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 286 this.style.cursor = 'row-resize'; 289 this.style.cursor = 'default'; 302 this.style.cursor = 'row-resize'; 304 this.style.cursor = 'default'; 334 this.style.cursor = 'default';
|
| D | TimerShaftElement.ts | 361 trace.style.cursor = 'default';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 46 document.body.style.cursor = 'ew-resize'; 48 document.body.style.cursor = 'default'; 309 document.body.style.cursor = 'move'; 418 trace.style.cursor = 'move'; 419 document.body.style.cursor = 'move'; 424 trace.style.cursor = 'crosshair'; 425 document.body.style.cursor = 'crosshair';
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | TabCpuAnalysis.ts | 172 div.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitPageTable.ts | 384 header.style.cursor = 'col-resize'; 401 header.style.cursor = 'pointer'; 411 header.style.cursor = 'pointer'; 424 header.style.cursor = 'pointer'; 659 newTableElement.style.cursor = 'pointer'; 945 rowElement.style.cursor = 'pointer';
|
| D | lit-table.ts | 377 titleLabel.style.cursor = 'pointer'; 520 header.style.cursor = 'pointer'; 534 header.style.cursor = 'pointer'; 557 header.style.cursor = 'col-resize'; 577 header.style.cursor = 'pointer'; 889 rowTreeElement.style.cursor = 'pointer'; 1035 newTableElement.style.cursor = 'pointer'; 1082 removeAll.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/ |
| D | TabPaneGpuClickSelectComparison.ts | 78 label.style.cursor = 'pointer';
|
| D | TabPaneGpuClickSelect.ts | 47 label.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.event.ts | 372 sp.style.cursor = 'row-resize'; 509 sp.style.cursor = 'move'; 584 sp.style.cursor = 'default';
|
| D | SpSystemTrace.init.ts | 75 rightStar!.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | TraceWorker.ts | 1222 const cursor = event.target!.result; constant 1223 if (cursor) { 1224 results.push(cursor.value); 1225 cursor['continue']();
|
| /developtools/smartperf_host/ide/test/base-ui/table/ |
| D | LitTable.test.ts | 229 newTableElement.style.cursor = 'pointer';
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 39942 struct mount cursor; member 62225 sector_t cursor; member 96447 void (*cursor)(struct vc_data *, struct fb_info *, int, int, int); member 107668 struct bm_rcr_entry *cursor; member 107909 struct qm_eqcr_entry *cursor; member 107937 const struct qm_dqrr_entry *cursor; member 107961 union qm_mr_entry *cursor; member 125046 int cursor; member
|