Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 136) sorted by relevance

123456

/developtools/profiler/host/smartperf/ide/src/base-ui/select/
DLitSelect.ts306 this.selectClearEl.style.display = 'none';
307 this.selectIconEl.style.display = 'flex';
318 this.bodyEl!.style.display = 'block';
321 this.bodyEl!.style.display = 'none';
336 this.selectClearEl.style.display = 'flex';
337 this.selectIconEl.style.display = 'none';
339 this.selectClearEl.style.display = 'none';
340 this.selectIconEl.style.display = 'flex';
346 this.selectClearEl.style.display = 'none';
347 this.selectIconEl.style.display = 'flex';
[all …]
/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelect.ts306 this.selectClearEl.style.display = 'none';
307 this.selectIconEl.style.display = 'flex';
318 this.bodyEl!.style.display = 'block';
321 this.bodyEl!.style.display = 'none';
336 this.selectClearEl.style.display = 'flex';
337 this.selectIconEl.style.display = 'none';
339 this.selectClearEl.style.display = 'none';
340 this.selectIconEl.style.display = 'flex';
346 this.selectClearEl.style.display = 'none';
347 this.selectIconEl.style.display = 'flex';
[all …]
/developtools/profiler/host/smartperf/ide/src/base-ui/button/
DLitButton.ts67 this.litIcon!.style.display = 'block';
122 this.style.display = 'none';
125 this.style.display = 'block';
191 this.litIcon!.style.display = 'none';
206 this.litIcon!.style.display = 'block';
/developtools/smartperf_host/ide/src/base-ui/button/
DLitButton.ts67 this.litIcon!.style.display = 'block';
122 this.style.display = 'none';
125 this.style.display = 'block';
191 this.litIcon!.style.display = 'none';
206 this.litIcon!.style.display = 'block';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneSummary.ts136 this.stackText!.style.display = 'none';
138 this.stackTable!.style.display = 'grid';
139 this.tbs!.style.display = 'none';
142 this.stackText!.style.display = 'flex';
144 this.stackTable!.style.display = 'none';
146 this.stackText!.style.display = 'none';
347 this.stack!.style.display = 'flex';
350 this.stack!.style.display = 'none';
541 that.stackTable!.style.display = 'none';
542 that.stackText!.style.display = 'none';
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/
DTabPaneSummary.ts134 this.stackText!.style.display = 'none';
136 this.stackTable!.style.display = 'grid';
137 this.tbs!.style.display = 'none';
140 this.stackText!.style.display = 'flex';
142 this.stackTable!.style.display = 'none';
144 this.stackText!.style.display = 'none';
344 this.stack!.style.display = 'flex';
347 this.stack!.style.display = 'none';
588 that.stackTable!.style.display = 'none';
589 that.stackText!.style.display = 'none';
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/
DDisassemblingWindow.ts81 this.loading!.style.display = 'none';
82 this.window!.style.display = 'block';
122 this.loading!.style.display = 'block';
123 this.window!.style.display = 'none';
124 this.style.display = 'block';
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/search/
DSearch.ts81 searchHide!.style.display = 'flex';
89 searchHide!.style.display = 'flex';
96 searchHide!.style.display = 'flex';
103 searchHide!.style.display = 'flex';
113 searchHide!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts81 searchHide!.style.display = 'flex';
89 searchHide!.style.display = 'flex';
96 searchHide!.style.display = 'flex';
103 searchHide!.style.display = 'flex';
113 searchHide!.style.display = 'none';
/developtools/smartperf_host/ide/src/trace/component/
DDisassemblingWindow.ts81 this.loading!.style.display = 'none';
82 this.window!.style.display = 'block';
122 this.loading!.style.display = 'block';
123 this.window!.style.display = 'none';
124 this.style.display = 'block';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts67 this.vmStatisticsAnalysisTableProcess!.style.display = 'grid';
68 this.vmStatisticsAnalysisTableType!.style.display = 'none';
69 this.vmStatisticsAnalysisTableThread!.style.display = 'none';
70 this.vmStatisticsAnalysisTableSo!.style.display = 'none';
71 this.vmStatisticsAnalysisTableFunction!.style.display = 'none';
122 this.vmStatisticsAnalysisTableProcess!.style.display = 'grid';
123 this.vmStatisticsAnalysisTableType!.style.display = 'none';
130 this.vmStatisticsAnalysisTableType!.style.display = 'grid';
131 this.vmStatisticsAnalysisTableThread!.style.display = 'none';
137 this.vmStatisticsAnalysisTableThread!.style.display = 'grid';
[all …]
DTabPaneFilesystemStatisticsAnalysis.ts67 this.fileStatisticsAnalysisTableProcess!.style.display = 'grid';
68 this.fileStatisticsAnalysisTableThread!.style.display = 'none';
69 this.fileStatisticsAnalysisTableSo!.style.display = 'none';
70 this.fileStatisticsAnalysisTableType!.style.display = 'none';
71 this.fileStatisticsAnalysisTableFunction!.style.display = 'none';
118 this.fileStatisticsAnalysisTableProcess!.style.display = 'grid';
119 this.fileStatisticsAnalysisTableType!.style.display = 'none';
126 this.fileStatisticsAnalysisTableType!.style.display = 'grid';
127 this.fileStatisticsAnalysisTableThread!.style.display = 'none';
133 this.fileStatisticsAnalysisTableThread!.style.display = 'grid';
[all …]
DTabPaneIOTierStatisticsAnalysis.ts67 this.ioTierTableProcess!.style.display = 'grid';
68 this.tableType!.style.display = 'none';
69 this.ioTierTableThread!.style.display = 'none';
70 this.ioTierTableSo!.style.display = 'none';
71 this.tableFunction!.style.display = 'none';
122 this.ioTierTableProcess!.style.display = 'grid';
123 this.tableType!.style.display = 'none';
130 this.tableType!.style.display = 'grid';
131 this.ioTierTableThread!.style.display = 'none';
137 this.ioTierTableThread!.style.display = 'grid';
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts65 this.tableProcess!.style.display = 'grid';
66 this.perfTableThread!.style.display = 'none';
67 this.tableSo!.style.display = 'none';
68 this.tableFunction!.style.display = 'none';
102 this.tableProcess!.style.display = 'grid';
103 this.perfTableThread!.style.display = 'none';
111 this.perfTableThread!.style.display = 'grid';
112 this.tableSo!.style.display = 'none';
119 this.tableSo!.style.display = 'grid';
120 this.tableFunction!.style.display = 'none';
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts65 this.perfTableProcess!.style.display = 'grid';
66 this.perfTableThread!.style.display = 'none';
67 this.perfTableSo!.style.display = 'none';
68 this.tableFunction!.style.display = 'none';
102 this.perfTableProcess!.style.display = 'grid';
103 this.perfTableThread!.style.display = 'none';
111 this.perfTableThread!.style.display = 'grid';
112 this.perfTableSo!.style.display = 'none';
119 this.perfTableSo!.style.display = 'grid';
120 this.tableFunction!.style.display = 'none';
[all …]
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts67 this.vmStatisticsAnalysisTableProcess!.style.display = 'grid';
68 this.vmStatisticsAnalysisTableType!.style.display = 'none';
69 this.vmStatisticsAnalysisTableThread!.style.display = 'none';
70 this.vmStatisticsAnalysisTableSo!.style.display = 'none';
71 this.vmStatisticsAnalysisTableFunction!.style.display = 'none';
122 this.vmStatisticsAnalysisTableProcess!.style.display = 'grid';
123 this.vmStatisticsAnalysisTableType!.style.display = 'none';
130 this.vmStatisticsAnalysisTableType!.style.display = 'grid';
131 this.vmStatisticsAnalysisTableThread!.style.display = 'none';
137 this.vmStatisticsAnalysisTableThread!.style.display = 'grid';
[all …]
DTabPaneIOTierStatisticsAnalysis.ts67 this.tableProcess!.style.display = 'grid';
68 this.tableType!.style.display = 'none';
69 this.tableThread!.style.display = 'none';
70 this.tableSo!.style.display = 'none';
71 this.tableFunction!.style.display = 'none';
122 this.tableProcess!.style.display = 'grid';
123 this.tableType!.style.display = 'none';
130 this.tableType!.style.display = 'grid';
131 this.tableThread!.style.display = 'none';
137 this.tableThread!.style.display = 'grid';
[all …]
DTabPaneFilesystemStatisticsAnalysis.ts67 this.fileStatisticsAnalysisTableProcess!.style.display = 'grid';
68 this.fileStatisticsAnalysisTableThread!.style.display = 'none';
69 this.fileStatisticsAnalysisTableSo!.style.display = 'none';
70 this.fileStatisticsAnalysisTableType!.style.display = 'none';
71 this.fileStatisticsAnalysisTableFunction!.style.display = 'none';
118 this.fileStatisticsAnalysisTableProcess!.style.display = 'grid';
119 this.fileStatisticsAnalysisTableType!.style.display = 'none';
126 this.fileStatisticsAnalysisTableType!.style.display = 'grid';
127 this.fileStatisticsAnalysisTableThread!.style.display = 'none';
133 this.fileStatisticsAnalysisTableThread!.style.display = 'grid';
[all …]
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabCpuDetailsFrequency.ts124 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
146 …this.shadowRoot!.querySelector<HTMLDivElement>('.fre-chart-box')!.style.display = value ? 'none' :…
154 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
161 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
163 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
DTop20ThreadCpuUsage.ts108 this.cpuSetting!.style.display = 'none';
109 (this.shadowRoot!.querySelector('#total')! as any).style.display = 'grid';
110 (this.shadowRoot!.querySelector('#small')! as any).style.display =
112 (this.shadowRoot!.querySelector('#mid')! as any).style.display =
114 (this.shadowRoot!.querySelector('#big')! as any).style.display =
120 (node as any).style.display = 'none';
122 this.cpuSetting!.style.display = 'inline';
228 (node as any).style.display = 'none';
230 this.cpuSetting!.style.display = 'inline';
DTabCpuDetailsThreads.ts44 this.parentNode!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
95 this.style.display = 'flex';
98 this.style.display = 'none';
149 …this.shadowRoot!.querySelector<HTMLDivElement>('.cpu-thread-chart-box')!.style.display = value ? '…
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/
DTabCpuDetailsFrequency.ts124 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
146 …this.shadowRoot!.querySelector<HTMLDivElement>('.chart-box')!.style.display = value ? 'none' : 'bl…
154 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
161 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'flex';
163 this.shadowRoot!.querySelector<HTMLDivElement>('.d-box')!.style.display = 'none';
DTop20ThreadCpuUsage.ts108 this.cpuSetting!.style.display = 'none';
109 (this.shadowRoot!.querySelector('#total')! as any).style.display = 'grid';
110 (this.shadowRoot!.querySelector('#small')! as any).style.display =
112 (this.shadowRoot!.querySelector('#mid')! as any).style.display =
114 (this.shadowRoot!.querySelector('#big')! as any).style.display =
120 (node as any).style.display = 'none';
122 this.cpuSetting!.style.display = 'inline';
228 (node as any).style.display = 'none';
230 this.cpuSetting!.style.display = 'inline';
/developtools/profiler/host/smartperf/ide/src/base-ui/tabs/
Dlit-tabs.ts571 a.style.display = 'block';
573 a.style.display = 'none';
579 a.style.display = 'block';
582 a.style.display = 'none';
715 a.style.display = 'block';
719 a.style.display = 'none';
/developtools/smartperf_host/ide/src/base-ui/tabs/
Dlit-tabs.ts571 a.style.display = 'block';
573 a.style.display = 'none';
579 a.style.display = 'block';
582 a.style.display = 'none';
715 a.style.display = 'block';
719 a.style.display = 'none';

123456