Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/src/proto_reader/
Dproto_reader.cpp49 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/
Dproto_reader.cpp49 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/
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/smartperf_host/ide/src/base-ui/modal/
DLitModal.ts294 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/
DLitModal.ts294 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/
Dproto_reader_help.h128 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/
Dproto_reader_help.h128 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/
DPageNation.ts102 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/
Dcompile_info_loader.py240 cursor = conn.cursor() variable
242 mgr = elf_modules.ElfModuleMgr(cursor)
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/
DPageNation.ts102 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/
DRangeSelect.ts154 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/
DRangeSelect.ts156 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/
DRangeRuler.ts42 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/
DTabCpuAnalysis.ts171 div.style.cursor = 'pointer';
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/
DTabCpuAnalysis.ts171 div.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRangeRuler.ts46 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/
Dlit-table.ts925 treeTblRowElement.style.cursor = 'pointer';
1246 newTableElement.style.cursor = 'pointer';
1442 newTableElement.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts927 treeTblRowElement.style.cursor = 'pointer';
1274 newTableElement.style.cursor = 'pointer';
1475 newTableElement.style.cursor = 'pointer';
/developtools/smartperf_host/ide/test/base-ui/table/
DLitTable.test.ts232 newTableElement.style.cursor = 'pointer';
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts261 rightStar!.style.cursor = 'pointer';
3235 this.style.cursor = 'move';
3255 this.style.cursor = 'default';
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpSystemTrace.ts2568 this.style.cursor = 'move';
2588 this.style.cursor = 'default';
/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