| /developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
| D | CollapseButton.ts | 28 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/ |
| D | ProcedureWorkerHiPerfCallChart.ts | 165 expand: boolean 189 ((!expand && it.depth === 0) || expand)
|
| /developtools/hiperf/src/ |
| D | callstack.cpp | 610 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/ |
| D | ProcedureWorkerFunc.ts | 92 expand: boolean 111 ((!expand && it.depth === 0) || expand)
|
| /developtools/smartperf_host/ide/test/base-ui/tree/ |
| D | LitTreeNode.test.ts | 61 expect(litTreeNode.expand()).toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/database/data-trafic/hiperf/ |
| D | HiperfCallChartReceiver.ts | 153 …filterPerfCallChartData(params.startNS, params.endNS, params.totalNS, params.frame, params.expand); 211 expand: boolean 220 ((!expand && dataCache.depth[index] === 0) || expand)
|
| D | HiperfCallChartSender.ts | 36 expand: row.funcExpand,
|
| /developtools/smartperf_host/ide/src/base-ui/tree/ |
| D | LitTreeNode.ts | 233 expand(): void { method in LitTreeNode
|
| D | LitTree.ts | 150 …=> this.shadowRoot!.querySelectorAll(`lit-tree-node[key='${k}']`).forEach((b: any) => b.expand()));
|
| /developtools/smartperf_host/ide/src/trace/component/trace/ |
| D | SpChartList.ts | 81 …window.subscribe(window.SmartEvent.UI.RowHeightChange, (data: { expand: number; value: number }) =… 83 if (!data.expand) {
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | lit-table.ts | 408 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/ |
| D | TraceRow.ts | 406 expand: this.funcExpand, 850 expand: this.funcExpand, 874 expand: this.funcExpand,
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 263 expand: true, 612 expand: true,
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | component_validator.js | 901 styler.expand(valuejsonTemplate, key, cssStyle)
|
| /developtools/smartperf_host/ide/src/ |
| D | icon.svg | 2805 <symbol id="icon-expand" viewBox="0 0 1024 1024">
|