Home
last modified time | relevance | path

Searched refs:textContent (Results 1 – 25 of 89) sorted by relevance

1234

/developtools/smartperf_host/ide/src/base-ui/select/
DLitSelectV.ts123 option.textContent = valueStr;
148 selectVOption.textContent = item;
190 if (a.textContent!.indexOf(this.selectVSearchInputEl!.value) <= -1) {
241 let number = this.showItems.indexOf(a.textContent!);
251 let index = this.itemValue.indexOf(a.textContent!);
252 let value = this.showItems.indexOf(a.textContent!);
254 this.showItems.push(a.textContent!);
276 let number = this.showItems.indexOf(a.textContent!);
282 let index = this.itemValue.indexOf(a.textContent!);
284 this.showItems.push(a.textContent!);
DLitSelect.ts147 selectOption.textContent = dateSourceBean.name;
189 span.textContent = text;
261 a.textContent.toLowerCase().indexOf(ev.target.value.toLowerCase()) !== -1
375 this.selectInputEl.value = filter[0].textContent;
376 this.selectInputEl.placeholder = filter[0].textContent;
385 text: filter[0].textContent,
402 let tag = this.newTag(a.getAttribute('value'), a.textContent);
411 this.selectInputEl.value = a.textContent;
473 this.selectInputEl.value = a.textContent;
489 this.selectInputEl.value = a.textContent;
/developtools/smartperf_host/ide/src/trace/component/setting/
DSpTraceCommand.ts28 return `${this.codeHl!.textContent}`;
33 this.codeHl!.textContent = value;
38 this.codeHl!.textContent = '';
/developtools/smartperf_host/ide/src/trace/component/
DSpMetrics.ts33 this.responseJson!.textContent = '';
48 this.responseJson!.textContent = '';
55 this.responseJson!.textContent = result.toString();
DSpQuerySQL.ts68 this.querySize!.textContent = 'Query result - 0 counts.';
83 sql.textContent = commonSqlList[i].sql;
158 this.querySize!.textContent = this.querySqlErrorText;
175 … this.querySize!.textContent = `Query result - ${this.statDataArray.length} counts.` + `(${sql})`;
186 … this.querySize!.textContent = `Query result - ${this.statDataArray.length} counts.` + `(${sql})`;
225 this.querySize!.textContent = 'Please enter a query.';
232 this.querySize!.textContent = this.querySqlErrorText;
293 const content = previousSibling.textContent;
DSpFlags.ts149 titleLabel.textContent = config.title;
157 configOption.textContent = optionItem.option;
169 description.textContent = config.describeContent;
186 deviceWidthLabelEl.textContent = 'PhysicalWidth :';
199 deviceHeightLabelEl.textContent = 'PhysicalHeight :';
DSpRecordTrace.ts179 option.textContent = dev!.serialNumber ? dev!.serialNumber!.toString() : 'hdc Device';
243 option.textContent = dev;
412 this.hintEl!.textContent = 'Please open the corresponding Flags tag when parsing';
543 if (this.recordButtonText!.textContent === this.record) {
609 option.textContent = `OpenHarmony-${supportVersion}`;
629 this.recordButtonText!.textContent = this.record;
653 this.recordButtonText!.textContent = this.record;
869 this.recordButtonText!.textContent = this.stop;
887 this.recordButtonText!.textContent = this.record;
898 this.recordButtonText!.textContent = this.record;
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPanePerfAnalysis.ts79 this.tabName!.textContent = '';
83 this.titleEl!.textContent = '';
84 this.perfAnalysisRange!.textContent = `Selected range: ${parseFloat(
126 if (this.titleEl?.textContent === '') {
129 title = `${this.titleEl?.textContent} / ${detail.data.tableName}`;
215 this.titleEl!.textContent = '';
255 if (this.tabName!.textContent === 'Statistic By Thread Count') {
259 } else if (this.tabName!.textContent === 'Statistic By Library Count') {
268 } else if (this.tabName!.textContent === 'Statistic By Function Count') {
274 …(this.hideProcessCheckBox?.checked && this.tabName!.textContent === 'Statistic By Thread Count') ||
[all …]
/developtools/smartperf_host/ide/src/base-ui/radiobox/
DLitRadioBox.ts189 return slot!.textContent || this.textContent || '';
247 slot!.textContent = newValue;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.ts86 this.virtualMemoryTitleEl!.textContent = '';
87 this.tabName!.textContent = '';
88 this.vmStatisticsAnalysisRange!.textContent =
201 if (this.virtualMemoryTitleEl?.textContent === '') {
204 title = this.virtualMemoryTitleEl?.textContent + ' / ' + detail.data.tableName;
236 this.virtualMemoryTitleEl!.textContent = '';
271 if (this.tabName!.textContent === 'Statistic By type AllDuration') {
275 } else if (this.tabName!.textContent === 'Statistic By Thread AllDuration') {
283 } else if (this.tabName!.textContent === 'Statistic By Library AllDuration') {
294 } else if (this.tabName!.textContent === 'Statistic By Function AllDuration') {
[all …]
DTabPaneIOTierStatisticsAnalysis.ts86 this.tierTitleEl!.textContent = '';
87 this.tabName!.textContent = '';
88 this.range!.textContent =
205 if (this.tierTitleEl?.textContent === '') {
208 ioTitle = this.tierTitleEl?.textContent + ' / ' + detail.data.tableName;
241 this.tierTitleEl!.textContent = '';
276 if (this.tabName!.textContent === 'Statistic By type AllDuration') {
280 } else if (this.tabName!.textContent === 'Statistic By Thread AllDuration') {
288 } else if (this.tabName!.textContent === 'Statistic By Library AllDuration') {
299 } else if (this.tabName!.textContent === 'Statistic By Function AllDuration') {
[all …]
DTabPaneFilesystemStatisticsAnalysis.ts87 this.fileSystemTitleEl!.textContent = '';
88 this.tabName!.textContent = '';
89 this.fileStatisticsAnalysisRange!.textContent =
187 if (this.fileSystemTitleEl?.textContent === '') {
190 title = this.fileSystemTitleEl?.textContent + ' / ' + detail.data.tableName;
232 this.fileSystemTitleEl!.textContent = '';
267 if (this.tabName!.textContent === 'Statistic By type AllDuration') {
271 } else if (this.tabName!.textContent === 'Statistic By Thread AllDuration') {
279 } else if (this.tabName!.textContent === 'Statistic By Library AllDuration') {
290 } else if (this.tabName!.textContent === 'Statistic By Function AllDuration') {
[all …]
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DCheckCpuSetting.ts92 div.textContent = cpuSetting.cpu + '';
130 column1.textContent = 'cpu_id';
134 column2.textContent = 'big';
138 column3.textContent = 'middle';
142 column4.textContent = 'small';
/developtools/smartperf_host/ide/src/trace/component/trace/search/
DSearch.ts56 this.indexEL!.textContent = `${value + 1}`;
74 this.totalEL!.textContent = value.toString();
332 searchInfoOption.textContent = historyInfo.searchContent;
334 if (searchInfoOption.textContent) {
336 this.search!.value = searchInfoOption.textContent;
338 if (flag != searchInfoOption.textContent) {
357 let currentHistory = item.previousSibling!.textContent;
385 if (item.textContent!.toLowerCase().includes(keyword)) {
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcard_component_map.js59 textContent: true, property
65 textContent: true, property
96 textContent: true, property
Drich_component_map.js22 textContent: true, property
33 textContent: true, property
52 textContent: true, property
73 textContent: true, property
129 textContent: true, property
1186 textContent: true, property
1197 textContent: true, property
1367 textContent: true, property
/developtools/smartperf_host/ide/src/base-ui/checkbox/
DLitCheckBoxWithText.ts103 this._lowerLimit!.textContent = newValue;
106 this._upLimit!.textContent = newValue;
/developtools/smartperf_host/ide/src/base-ui/menu/
DLitMainMenuGroup.ts177 if (this.groupNameEl) this.groupNameEl.textContent = newValue;
180 if (this.groupDescEl) this.groupDescEl.textContent = newValue;
DLitMainMenuItem.ts153 if (this.titleEl!.textContent!.includes('long trace')) {
199 this.titleEl.textContent = newValue;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts133 return this.titleEl!.textContent;
171 this.titleEl!.textContent = '';
172 this.tabName!.textContent = '';
173 this.range!.textContent = `Selected range: ${parseFloat(
220 let title = `${this.titleEl!.textContent}/${data.tName}`;
251 let title = `${this.titleEl!.textContent}/${data.libName}`;
282 let title = `${this.titleEl!.textContent}/${evt.detail.data.symbolName}`;
402 if (this.tabName!.textContent === 'Statistic By Thread Existing') {
406 } else if (this.tabName!.textContent === 'Statistic By Library Existing') {
415 } else if (this.tabName!.textContent === 'Statistic By Function Existing') {
[all …]
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneVirtualMemoryStatisticsAnalysis.test.ts285 tabPane.tabName!.textContent = 'Statistic By type AllDuration';
300 tabPane.tabName!.textContent = 'Statistic By Thread AllDuration';
315 tabPane.tabName!.textContent = 'Statistic By Library AllDuration';
330 tabPane.tabName!.textContent = 'Statistic By Function AllDuration';
DTabPaneIOTierStatisticsAnalysis.test.ts301 tabPane.tabName!.textContent = 'Statistic By type AllDuration';
316 tabPane.tabName!.textContent = 'Statistic By Thread AllDuration';
331 tabPane.tabName!.textContent = 'Statistic By Library AllDuration';
347 tabPane.tabName!.textContent = 'Statistic By Function AllDuration';
DTabPaneFilesystemStatisticsAnalysis.test.ts310 tabPane.tabName!.textContent = 'Statistic By type AllDuration';
325 tabPane.tabName!.textContent = 'Statistic By Library AllDuration';
340 tabPane.tabName!.textContent = 'Statistic By Function AllDuration';
355 tabPane.tabName!.textContent = 'Statistic By Thread AllDuration';
/developtools/smartperf_host/ide/src/base-ui/popover/
DLitPopoverTitle.ts51 if (this.titleText) this.titleText.textContent = newValue;
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.test.ts105 tabStatisticAnalysis.tabName.textContent = 'Statistic By Library Size';
366 tabStatisticAnalysis.tabName.textContent;
416 tabStatisticAnalysis.tabName!.textContent = 'Statistic By Library Existing';
431 tabStatisticAnalysis.tabName!.textContent = 'Statistic By Function Existing';

1234