Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 22 of 22) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp46 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/
Dftrace_field_parser.cpp40 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/
Dread_device.py62 cursor = conn.cursor()
63 cursor.execute(sql)
64 results = cursor.fetchall()
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dread_device.py62 cursor = conn.cursor()
63 cursor.execute(sql)
64 results = cursor.fetchall()
/developtools/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts351 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/
Dproto_reader_help.h129 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/
DPageNation.ts121 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/
Dcompile_info_loader.py268 cursor = conn.cursor() variable
270 mgr = elf_modules.ElfModuleMgr(cursor)
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DRangeSelect.ts143 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/
DSpChartList.ts286 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';
DTimerShaftElement.ts361 trace.style.cursor = 'default';
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts46 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/
DTabCpuAnalysis.ts172 div.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/base-ui/table/
DLitPageTable.ts384 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';
Dlit-table.ts377 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/
DTabPaneGpuClickSelectComparison.ts78 label.style.cursor = 'pointer';
DTabPaneGpuClickSelect.ts47 label.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.event.ts372 sp.style.cursor = 'row-resize';
509 sp.style.cursor = 'move';
584 sp.style.cursor = 'default';
DSpSystemTrace.init.ts75 rightStar!.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/trace/database/
DTraceWorker.ts1222 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/
DLitTable.test.ts229 newTableElement.style.cursor = 'pointer';
/developtools/profiler/hiebpf/include/
Dvmlinux.h39942 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