Home
last modified time | relevance | path

Searched refs:expand (Results 1 – 15 of 15) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DCollapseButton.ts28 set expand(value: boolean) { method in CollapseButton
36 get expand(): boolean { method in CollapseButton
42 this.expand = !this.expand;
43 window.publish(window.SmartEvent.UI.CollapseAllLane, this.expand);
/developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/
DProcedureWorkerHiPerfCallChart.ts165 expand: boolean
189 ((!expand && it.depth === 0) || expand)
/developtools/hiperf/src/
Dcallstack.cpp610 size_t expand = 0u; in ExpandCallStack() local
612 return expand; // nothing need to do in ExpandCallStack()
615 return expand; in ExpandCallStack()
643 expand = DoExpandCallStack(callFrames, cachedCallStack, expandLimit); in ExpandCallStack()
644 if (expand > 0) { in ExpandCallStack()
653 HLOGM("expand %zu", expand); in ExpandCallStack()
654 return expand; in ExpandCallStack()
/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerFunc.ts92 expand: boolean
111 ((!expand && it.depth === 0) || expand)
/developtools/smartperf_host/ide/test/base-ui/tree/
DLitTreeNode.test.ts61 expect(litTreeNode.expand()).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/
DHiperfCallChartReceiver.ts153 …filterPerfCallChartData(params.startNS, params.endNS, params.totalNS, params.frame, params.expand);
211 expand: boolean
220 ((!expand && dataCache.depth[index] === 0) || expand)
DHiperfCallChartSender.ts36 expand: row.funcExpand,
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTreeNode.ts233 expand(): void { method in LitTreeNode
DLitTree.ts150 …=> this.shadowRoot!.querySelectorAll(`lit-tree-node[key='${k}']`).forEach((b: any) => b.expand()));
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts81 …window.subscribe(window.SmartEvent.UI.RowHeightChange, (data: { expand: number; value: number }) =…
83 if (!data.expand) {
/developtools/smartperf_host/ide/src/base-ui/table/
Dlit-table.ts408 let expand = document.createElement('div'); variable
409 expand.classList.add('expand');
410 expand.style.display = 'grid';
411 columnHead.append(expand);
415 expand.append(top);
419 expand.append(bottom);
420 expand.addEventListener('click', (e) => {
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts406 expand: this.funcExpand,
850 expand: this.funcExpand,
874 expand: this.funcExpand,
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts263 expand: true,
612 expand: true,
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js901 styler.expand(valuejsonTemplate, key, cssStyle)
/developtools/smartperf_host/ide/src/
Dicon.svg2805 <symbol id="icon-expand" viewBox="0 0 1024 1024">