| /developtools/profiler/host/smartperf/ide/src/base-ui/menu/ |
| D | LitMainMenu.ts | 51 let th = new LitMainMenuItem(); 52 th.setAttribute('icon', item.icon || ''); 53 th.setAttribute('title', item.title || ''); 55 th.setAttribute('file', ''); 56 th.addEventListener('file-change', (e) => { 57 if (item.fileHandler && !th.disabled) { 62 th.removeAttribute('file'); 63 th.addEventListener('click', (e) => { 64 if (item.clickHandler && !th.disabled) { 70 th.disabled = item.disabled; [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/menu/ |
| D | LitMainMenu.ts | 51 let th = new LitMainMenuItem(); 52 th.setAttribute('icon', item.icon || ''); 53 th.setAttribute('title', item.title || ''); 55 th.setAttribute('file', ''); 56 th.addEventListener('file-change', (e) => { 57 if (item.fileHandler && !th.disabled) { 62 th.removeAttribute('file'); 63 th.addEventListener('click', (e) => { 64 if (item.clickHandler && !th.disabled) { 70 th.disabled = item.disabled; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 600 processChildRows.forEach((th) => { 601 th.rangeSelect = true; 602 th.checkType = '2'; 603 if (th.rowType == TraceRow.ROW_TYPE_THREAD) { 604 selection.threadIds.push(parseInt(th.rowId!)); 605 } else if (th.rowType == TraceRow.ROW_TYPE_FUNC) { 606 if (th.asyncFuncName) { 608 name: th.asyncFuncName, 609 pid: th.asyncFuncNamePID || 0, 612 selection.funTids.push(parseInt(th.rowId!)); [all …]
|
| D | SpQuerySQL.ts | 74 let th = this.queryTableEl!.shadowRoot?.querySelector<HTMLDivElement>('.th'); 75 if (th) { 76 let td = th.querySelectorAll<HTMLDivElement>('.td');
|
| D | SpRecordTrace.ts | 913 let th = new LitMainMenuItem(); 914 th.setAttribute('icon', item.icon || ''); 915 th.setAttribute('title', item.title || ''); 916 th.style.height = '60px'; 917 th.style.fontFamily = 'Helvetica-Bold'; 918 th.style.fontSize = '16px'; 919 th.style.lineHeight = '28px'; 920 th.style.fontWeight = '700'; 921 th.removeAttribute('file'); 922 th.addEventListener('click', (e) => { [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 123 let process = array.filter((th) => th.pid === th.tid)[0]; 227 let process = array.filter((th) => th.pid === th.tid)[0];
|
| /developtools/profiler/ |
| D | README_zh.md | 85 <table><thead align="left"><tr id="row221mcpsimp"><th class="cellrowborder" valign="top" width="30%… 86 </th> 87 <th class="cellrowborder" valign="top" width="30.020000000000003%" id="mcps1.2.4.1.2"><p id="p225mc… 88 </th> 89 <th class="cellrowborder" valign="top" width="39.98%" id="mcps1.2.4.1.3"><p id="p227mcpsimp"><a nam… 90 </th> 147 <table><thead align="left"><tr id="row124691911182413"><th class="cellrowborder" valign="top" width… 148 </th> 149 <th class="cellrowborder" valign="top" width="30.020000000000003%" id="mcps1.2.4.1.2"><p id="p11469… 150 </th> [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerDetails.ts | 193 let th = this.tblPowerDetails?.shadowRoot?.querySelector<HTMLDivElement>('.th'); 194 if (th) { 195 th!.style.gridColumnGap = '5px';
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerDetails.ts | 193 let th = this.tblPowerDetails?.shadowRoot?.querySelector<HTMLDivElement>('.th'); 194 if (th) { 195 th!.style.gridColumnGap = '5px';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/chart/ |
| D | SpHiPerf.ts | 126 let process = array.filter((th) => th.pid === th.tid)[0]; 301 let process = array.filter((th) => th.pid === th.tid)[0];
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneMemoryAbility.ts | 184 let th = this.memoryAbilityTbl.shadowRoot?.querySelector<HTMLDivElement>('.th'); variable 185 if (th) { 186 th.style.gridColumnGap = '5px';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneMemoryAbility.ts | 184 let th = this.memoryAbilityTbl.shadowRoot?.querySelector<HTMLDivElement>('.th'); variable 185 if (th) { 186 th.style.gridColumnGap = '5px';
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/ |
| D | SpSystemTrace.ts | 511 processChildRows.forEach((th) => { 512 th.rangeSelect = true; 513 th.checkType = '2'; 514 if (th.rowType == TraceRow.ROW_TYPE_THREAD) { 515 selection.threadIds.push(parseInt(th.rowId!)); 516 } else if (th.rowType == TraceRow.ROW_TYPE_FUNC) { 517 if (th.asyncFuncName) { 519 name: th.asyncFuncName, 520 pid: th.asyncFuncNamePID || 0, 523 selection.funTids.push(parseInt(th.rowId!)); [all …]
|
| D | SpInfoAndStas.ts | 29 private th: HTMLElement | undefined; property in SpInfoAndStats 45 this.th = this.shadowRoot!.querySelector('.th') as HTMLElement;
|
| D | SpRecordTrace.ts | 912 let th = new LitMainMenuItem(); 913 th.setAttribute('icon', item.icon || ''); 914 th.setAttribute('title', item.title || ''); 915 th.style.height = '60px'; 916 th.style.fontFamily = 'Helvetica-Bold'; 917 th.style.fontSize = '16px'; 918 th.style.lineHeight = '28px'; 919 th.style.fontWeight = '700'; 920 th.removeAttribute('file'); 921 th.addEventListener('click', (e) => { [all …]
|
| D | SpQuerySQL.ts | 76 let th = this.queryTableEl!.shadowRoot?.querySelector<HTMLDivElement>('.th'); 77 if (th) { 78 let td = th.querySelectorAll<HTMLDivElement>('.td');
|
| /developtools/integration_verification/tools/fotff/rec/ |
| D | report.go | 36 th{
|
| /developtools/hdc/ |
| D | README_zh.md | 102 <table><thead align="left"><tr id="row149291357182511"><th class="cellrowborder" valign="top" width… 103 </th> 104 <th class="cellrowborder" valign="top" width="50%" id="mcps1.2.3.1.2"><p id="p164237433425"><a name… 105 </th>
|
| /developtools/ace_ets2bundle/compiler/sample/pages/testcases/ |
| D | showcaseCovid19.ets | 3289 … "name": "Thailand", "continent": "Asia", "alpha2": "th", "population": 69799978, "months": [
|