| /developtools/smartperf_host/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 49 const uint8_t* cursor = startAddr; in GetNextProtoTag() local 50 if (*cursor & BYTE_HIGHEST_BIT_MARK) { in GetNextProtoTag() 51 const uint8_t* nextAddr = VarIntDecode(cursor, endAddr, dataAreaTag); in GetNextProtoTag() 52 if (cursor == nextAddr) { in GetNextProtoTag() 55 cursor = nextAddr; in GetNextProtoTag() 57 *dataAreaTag = *(cursor++); in GetNextProtoTag() 59 if (cursor >= endAddr) { in GetNextProtoTag() 62 return cursor; in GetNextProtoTag() 70 auto cursor = VarIntDecode(startAddr, endAddr, &intValue); in ParseVarIntValue() local 71 if (cursor == startAddr) { in ParseVarIntValue() [all …]
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/ |
| D | proto_reader.cpp | 49 const uint8_t* cursor = startAddr; in GetNextProtoTag() local 50 if (*cursor & BYTE_HIGHEST_BIT_MARK) { in GetNextProtoTag() 51 const uint8_t* nextAddr = VarIntDecode(cursor, endAddr, dataAreaTag); in GetNextProtoTag() 52 if (cursor == nextAddr) { in GetNextProtoTag() 55 cursor = nextAddr; in GetNextProtoTag() 57 *dataAreaTag = *(cursor++); in GetNextProtoTag() 59 if (cursor >= endAddr) { in GetNextProtoTag() 62 return cursor; in GetNextProtoTag() 70 auto cursor = VarIntDecode(startAddr, endAddr, &intValue); in ParseVarIntValue() local 71 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/smartperf_host/ide/src/base-ui/modal/ |
| D | LitModal.ts | 294 this.style.cursor = 'nwse-resize'; 303 this.style.cursor = 'nesw-resize'; 312 this.style.cursor = 'nesw-resize'; 321 this.style.cursor = 'nwse-resize'; 325 this.style.cursor = 'ew-resize'; 329 this.style.cursor = 'ew-resize'; 333 this.style.cursor = 'ns-resize'; 337 this.style.cursor = 'ns-resize'; 340 this.style.cursor = ''; 478 this.headerElement!.style.cursor = 'move'; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/modal/ |
| D | LitModal.ts | 294 this.style.cursor = 'nwse-resize'; 303 this.style.cursor = 'nesw-resize'; 312 this.style.cursor = 'nesw-resize'; 321 this.style.cursor = 'nwse-resize'; 325 this.style.cursor = 'ew-resize'; 329 this.style.cursor = 'ew-resize'; 333 this.style.cursor = 'ns-resize'; 337 this.style.cursor = 'ns-resize'; 340 this.style.cursor = ''; 478 this.headerElement!.style.cursor = 'move'; [all …]
|
| /developtools/smartperf_host/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 128 const uint8_t* cursor = start; in VarIntDecode() local 132 uint8_t currentByte = *cursor++; in VarIntDecode() 136 return cursor; in VarIntDecode() 139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/proto_reader/include/ |
| D | proto_reader_help.h | 128 const uint8_t* cursor = start; in VarIntDecode() local 132 uint8_t currentByte = *cursor++; in VarIntDecode() 136 return cursor; in VarIntDecode() 139 } while (cursor < end && shift < varIntValueDecodeMaxOffset); in VarIntDecode()
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 102 cursor: 'pointer', 170 cursor: 'pointer', 184 const disable = { color: '#999999', cursor: 'not-allowed' }; 187 cursor: 'pointer', 224 cursor: 'pointer',
|
| /developtools/integration_verification/tools/deps_guard/elf_file_mgr/module_info/ |
| D | compile_info_loader.py | 240 cursor = conn.cursor() variable 242 mgr = elf_modules.ElfModuleMgr(cursor)
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 102 cursor: 'pointer', 170 cursor: 'pointer', 184 const disable = { color: '#999999', cursor: 'not-allowed' }; 187 cursor: 'pointer', 224 cursor: 'pointer',
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 154 document.body.style.cursor = 'ew-resize'; 158 document.body.style.cursor = 'ew-resize'; 162 document.body.style.cursor = 'default'; 165 document.body.style.cursor = 'default';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 156 document.body.style.cursor = 'ew-resize'; 160 document.body.style.cursor = 'ew-resize'; 164 document.body.style.cursor = 'default'; 167 document.body.style.cursor = 'default';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
| D | RangeRuler.ts | 42 document.body.style.cursor = 'ew-resize'; 44 document.body.style.cursor = 'default'; 281 document.body.style.cursor = 'move'; 333 document.body.style.cursor = 'move'; 338 document.body.style.cursor = 'crosshair';
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | TabCpuAnalysis.ts | 171 div.style.cursor = 'pointer';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/ |
| D | TabCpuAnalysis.ts | 171 div.style.cursor = 'pointer';
|
| /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'; 293 document.body.style.cursor = 'move'; 345 document.body.style.cursor = 'move'; 350 document.body.style.cursor = 'crosshair';
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/table/ |
| D | lit-table.ts | 925 treeTblRowElement.style.cursor = 'pointer'; 1246 newTableElement.style.cursor = 'pointer'; 1442 newTableElement.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table.ts | 927 treeTblRowElement.style.cursor = 'pointer'; 1274 newTableElement.style.cursor = 'pointer'; 1475 newTableElement.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/test/base-ui/table/ |
| D | LitTable.test.ts | 232 newTableElement.style.cursor = 'pointer';
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 261 rightStar!.style.cursor = 'pointer'; 3235 this.style.cursor = 'move'; 3255 this.style.cursor = 'default';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 2568 this.style.cursor = 'move'; 2588 this.style.cursor = 'default';
|
| /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
|