| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/ |
| D | sick.hml | 1 <list class="container" ref="list" onswipe="touchMove"> 2 <list-item class="head_t"> 4 </list-item> 5 <list-item class="list"> 7 </list-item> 8 <list-item class="list"> 10 </list-item> 11 <list-item class="list"> 13 </list-item> 14 <list-item class="list"> [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.ts | 119 let list: any[] = []; 130 list.push({ 136 list.push({ 144 list.push({ 152 list.push({ name: 'CmdLine', value: `${data.processCmdLine}` }); 153 list.push({ 157 list.push({ 161 list.push({ name: 'Duration', value: getTimeString(data.dur || 0) }); 162 list.push({ name: 'Prio', value: data.priority || 0 }); 163 list.push({ name: 'End State', value: state }); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
| D | TabPaneCurrentSelection.ts | 119 let list: any[] = []; 130 list.push({ 136 list.push({ 144 list.push({ 152 list.push({ name: 'CmdLine', value: `${ data.processCmdLine }` }); 153 list.push({ 157 list.push({ 161 list.push({ name: 'Duration', value: getTimeString(data.dur || 0) }); 162 list.push({ name: 'Prio', value: data.priority || 0 }); 163 list.push({ name: 'End State', value: state }); [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneCounter.ts | 47 let list: Array<Counter> = []; 50 list = counters!.splice(index > 0 ? index - 1 : index); 52 list.push(counters![counters!.length - 1]); 54 let sd = this.createSelectCounterData(list, counterParam.leftNs, counterParam.rightNs); 128 let list: Array<Counter> = []; 129 list.push(counter); 130 map.set(counter.trackId, list); 136 createSelectCounterData(list: Array<Counter>, leftNs: number, rightNs: number): SelectionData { 138 if (list.length > 0) { 140 let first = list[0]; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneCounter.ts | 47 let list: Array<Counter> = []; 50 list = counters!.splice(index > 0 ? index - 1 : index); 52 list.push(counters![counters!.length - 1]); 54 let sd = this.createSelectCounterData(list, counterParam.leftNs, counterParam.rightNs); 128 let list: Array<Counter> = []; 129 list.push(counter); 130 map.set(counter.trackId, list); 136 createSelectCounterData(list: Array<Counter>, leftNs: number, rightNs: number): SelectionData { 138 if (list.length > 0) { 140 let first = list[0]; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerBattery.ts | 43 let list: Array<any> = []; 70 list.push({ 74 list.push({ 78 list.push({ 82 list.push({ 86 list.push({ 90 list.push({ 94 list.push({ name: 'APP Name', value: SpHiSysEventChart.app_name! }); 95 if (list.length > 0) { 96 this.tblPower!.recycleDataSource = list;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/energy/ |
| D | TabPanePowerBattery.ts | 43 let list: Array<any> = []; 70 list.push({ 74 list.push({ 78 list.push({ 82 list.push({ 86 list.push({ 90 list.push({ 94 list.push({ name: 'APP Name', value: SpHiSysEventChart.app_name! }); 95 if (list.length > 0) { 96 this.tblPower!.recycleDataSource = list;
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/snapshot/ |
| D | TabPaneSummary.ts | 97 const getList = (list: Array<ConstructorItem>) => { 98 list.forEach((row: ConstructorItem) => { 111 if (i < that.retainsData[0].distance - 1 && list[0].distance != '-') { 112 list[0].getChildren(); 113 list[0].expanded = false; 237 const getList = (list: Array<ConstructorItem>) => { 238 list.forEach((currentRow: ConstructorItem) => { 251 if (i < evt.detail.data.distance - 1 && list[0].distance != '-') { 252 list[0].getChildren(); 253 list[0].expanded = false; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 25 list: any; property in PageNation 49 this.list = null; 118 this.list = document.createElement('ul'); 119 this.setElementStyles(this.list, { 123 this.element.appendChild(this.list); 213 this.list.innerHTML = ''; 237 this.list.appendChild(li); 256 this.list.appendChild(cloneLi); 260 this.list.appendChild(span); 271 this.list.appendChild(li); [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/clock/ |
| D | TabPaneClockCounter.ts | 102 …createSelectCounterData(name: string, list: Array<any>, leftNs: number, rightNs: number): Selectio… 104 if (list.length > 0) { 106 let first = list[0]; 110 selectCounterData.count = list.length + ''; 111 selectCounterData.last = list[list.length - 1].value + ''; 117 for (let i = 0; i < list.length; i++) { 118 let counter = list[i]; 126 let end = i == list.length - 1 ? rightNs : list[i + 1].startNS;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/clock/ |
| D | TabPaneClockCounter.ts | 102 …createSelectCounterData(name: string, list: Array<any>, leftNs: number, rightNs: number): Selectio… 104 if (list.length > 0) { 106 let first = list[0]; 110 selectCounterData.count = list.length + ''; 111 selectCounterData.last = list[list.length - 1].value + ''; 117 for (let i = 0; i < list.length; i++) { 118 let counter = list[i]; 126 let end = i == list.length - 1 ? rightNs : list[i + 1].startNS;
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/forDirective/ |
| D | forDirective.hml | 3 <div for="{{list}}" onclick="test($item)"> 9 <div for="personItem in list" onclick="test($idx)"> 17 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 24 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 31 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 38 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 45 <div for="(value, index) in value.list" onclick="test(value)">
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuUsage.ts | 65 let list = []; 74 list.push(freq); 77 if (list.length > 0) { 78 if (list[0].startNs < cpuUsageValue.leftNs) { 79 list[0].dur = list[0].startNs + list[0].dur - cpuUsageValue.leftNs; 80 list[0].startNs = cpuUsageValue.leftNs; 83 arr = this.sortFreq(list); 167 let list: Array<Freq> = []; 168 list.push(spt); 169 cpuUsageMap.set(spt.cpu, list);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/cpu/ |
| D | TabPaneCpuUsage.ts | 65 let list = []; 74 list.push(freq); 77 if (list.length > 0) { 78 if (list[0].startNs < cpuUsageValue.leftNs) { 79 list[0].dur = list[0].startNs + list[0].dur - cpuUsageValue.leftNs; 80 list[0].startNs = cpuUsageValue.leftNs; 83 arr = this.sortFreq(list); 167 let list: Array<Freq> = []; 168 list.push(spt); 169 cpuUsageMap.set(spt.cpu, list);
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/forDirective/ |
| D | forDirective.hml | 3 <div for="{{list}}" onclick="test($item)"> 9 <div for="personItem in list" onclick="test($idx)"> 17 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 24 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 31 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 39 <div for="(personIndex, personItem) in list" onclick="test(personItem)"> 46 <div for="(value, index) in value.list" onclick="test(value)">
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneSummary.ts | 99 const getList = (list: Array<ConstructorItem>) => { 100 list.forEach((row: ConstructorItem) => { 113 if (i < that.retainsData[0].distance - 1 && list[0].distance != '-') { 114 list[0].getChildren(); 115 list[0].expanded = false; 239 const getList = (list: Array<ConstructorItem>) => { 240 list.forEach((currentRow: ConstructorItem) => { 253 if (i < evt.detail.data.distance - 1 && list[0].distance != '-') { 254 list[0].getChildren(); 255 list[0].expanded = false; [all …]
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSchedulingAnalysis.test.ts | 39 list: '', 217 list: '', 234 list: '', 251 list: '', 268 list: '', 285 list: '', 302 list: '', 319 list: '', 336 list: '', 353 list: '', [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerHeapTimeline.ts | 29 let list = row.dataList; 33 list, 47 list: Array<any>, 70 list[i], 77 for (let i = 0, len = list.length; i < len; i++) { 78 if (list[i].frame) { 79 filter.push(list[i]);
|
| D | ProcedureWorkerFPS.ts | 72 render(fpsRequest: RequestMessage, list: Array<any>, filter: Array<any>) { 75 list, 85 …fps(list, filter, fpsRequest.startNS, fpsRequest.endNS, fpsRequest.totalNS, fpsRequest.frame, fals… 157 list: Array<any>, 171 if (list) { 172 for (let i = 0, len = list.length; i < len; i++) { 173 let it = list[i]; 177 if (i === list.length - 1) { 180 it.dur = (list[i + 1].startNS || 0) - (it.startNS || 0); 183 FpsStruct.setFrame(list[i], 5, startNS, endNS, totalNS, frame); [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerFPS.ts | 72 render(fpsRequest: RequestMessage, list: Array<any>, filter: Array<any>) { 75 list, 85 …fps(list, filter, fpsRequest.startNS, fpsRequest.endNS, fpsRequest.totalNS, fpsRequest.frame, fals… 157 list: Array<any>, 171 if (list) { 172 for (let i = 0, len = list.length; i < len; i++) { 173 let it = list[i]; 177 if (i === list.length - 1) { 180 it.dur = (list[i + 1].startNS || 0) - (it.startNS || 0); 183 FpsStruct.setFrame(list[i], 5, startNS, endNS, totalNS, frame); [all …]
|
| D | ProcedureWorkerHeapTimeline.ts | 29 let list = row.dataList; 33 list, 68 list: Array<any>, 91 list[i], 98 for (let i = 0, len = list.length; i < len; i++) { 99 if (list[i].frame) { 100 filter.push(list[i]);
|
| /developtools/smartperf_host/ide/src/trace/component/setting/ |
| D | SpSdkConfig.ts | 31 private list: Array<HTMLElement> | undefined; property in SpSdkConfig 198 this.list = []; 199 this.list.push(this.selectConfig!); 205 this.list = []; 206 this.list.push(this.selectConfig!); 240 this.list.push(inputElement); 256 this.list.push(numberInput); 272 this.list.push(input); 286 this.list.push(sdkConfigSwitch); 295 this.list.push(select!); [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/setting/ |
| D | SpSdkConfig.ts | 31 private list: Array<HTMLElement> | undefined; property in SpSdkConfig 198 this.list = []; 199 this.list.push(this.selectConfig!); 205 this.list = []; 206 this.list.push(this.selectConfig!); 240 this.list.push(inputElement); 256 this.list.push(numberInput); 272 this.list.push(input); 286 this.list.push(sdkConfigSwitch); 295 this.list.push(select!); [all …]
|
| /developtools/packing_tool/ |
| D | BUILD.gn | 33 list = get_target_outputs(":packing_tool") 34 source = list[0] 40 list = get_target_outputs(":packing_tool") 41 source = list[1] 47 list = get_target_outputs(":packing_tool") 48 source = list[2]
|
| /developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
| D | PageNation.ts | 25 list: any; property in PageNation 49 this.list = null; 118 this.list = document.createElement('ul'); 119 this.setElementStyles(this.list, { 123 this.element.appendChild(this.list); 213 this.list.innerHTML = ''; 242 this.list.appendChild(span); 248 this.list.appendChild(span); 264 this.list.appendChild(li); 276 this.list.appendChild(span); [all …]
|