Home
last modified time | relevance | path

Searched refs:th (Results 1 – 19 of 19) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/base-ui/menu/
DLitMainMenu.ts51 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/
DLitMainMenu.ts51 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/
DSpSystemTrace.ts600 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 …]
DSpQuerySQL.ts74 let th = this.queryTableEl!.shadowRoot?.querySelector<HTMLDivElement>('.th');
75 if (th) {
76 let td = th.querySelectorAll<HTMLDivElement>('.td');
DSpRecordTrace.ts913 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/
DSpHiPerf.ts123 let process = array.filter((th) => th.pid === th.tid)[0];
227 let process = array.filter((th) => th.pid === th.tid)[0];
/developtools/profiler/
DREADME_zh.md85 <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/
DTabPanePowerDetails.ts193 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/
DTabPanePowerDetails.ts193 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/
DSpHiPerf.ts126 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/
DTabPaneMemoryAbility.ts184 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/
DTabPaneMemoryAbility.ts184 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/
DSpSystemTrace.ts511 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 …]
DSpInfoAndStas.ts29 private th: HTMLElement | undefined; property in SpInfoAndStats
45 this.th = this.shadowRoot!.querySelector('.th') as HTMLElement;
DSpRecordTrace.ts912 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 …]
DSpQuerySQL.ts76 let th = this.queryTableEl!.shadowRoot?.querySelector<HTMLDivElement>('.th');
77 if (th) {
78 let td = th.querySelectorAll<HTMLDivElement>('.td');
/developtools/integration_verification/tools/fotff/rec/
Dreport.go36 th{
/developtools/hdc/
DREADME_zh.md102 <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/
DshowcaseCovid19.ets3289 … "name": "Thailand", "continent": "Asia", "alpha2": "th", "population": 69799978, "months": [