/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
D | Rect.ts | 18 y: number = 0 property in Rect 22 constructor(x: number, y: number, width: number, height: number) { 24 this.y = y; 29 static contains(rect: Rect, x: number, y: number): boolean { 30 return rect.x <= x && x <= rect.x + rect.width && rect.y <= y && y <= rect.y + rect.height; 33 …static containsWithPadding(rect: Rect, x: number, y: number, paddingLeftRight: number, paddingTopB… 36 && rect.y + paddingTopBottom <= y 37 && y <= rect.y + rect.height - paddingTopBottom; 40 …static containsWithMargin(rect: Rect, x: number, y: number, t: number, r: number, b: number, l: nu… 43 && rect.y - t <= y [all …]
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/ |
D | ProcedureWorkerCommon.ts | 95 y: number = 0 99 constructor(x: number, y: number, width: number, height: number) { 101 this.y = y; 106 static contains(rect: Rect, x: number, y: number): boolean { 107 return rect.x <= x && x <= rect.x + rect.width && rect.y <= y && y <= rect.y + rect.height; 110 …static containsWithPadding(rect: Rect, x: number, y: number, paddingLeftRight: number, paddingTopB… 113 && rect.y + paddingTopBottom <= y 114 && y <= rect.y + rect.height - paddingTopBottom; 117 …static containsWithMargin(rect: Rect, x: number, y: number, t: number, r: number, b: number, l: nu… 120 && rect.y - t <= y [all …]
|
D | ProcedureWorkerHiPerfCPU.ts | 86 let y = frame.y; 92 it.frame.y = y; 116 let y = frame.y; 121 it.frame.y = y; 179 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:… 180 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2); 181 cxt.lineTo(x + radius, y + height); 182 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI); 183 cxt.lineTo(x + 0, y + radius); 184 cxt.arc(x + radius, y + radius, radius, Math.PI, Math.PI * 3 / 2); [all …]
|
/developtools/profiler/host/smartperf/ide/src/trace/database/ |
D | ProcedureWorkerCommon.ts | 54 y: number = 0 property in Rect 58 constructor(x: number, y: number, width: number, height: number) { 60 this.y = y; 65 static contains(rect: Rect, x: number, y: number): boolean { 66 return rect.x <= x && x <= rect.x + rect.width && rect.y <= y && y <= rect.y + rect.height; 69 …static containsWithPadding(rect: Rect, x: number, y: number, paddingLeftRight: number, paddingTopB… 72 && rect.y + paddingTopBottom <= y 73 && y <= rect.y + rect.height - paddingTopBottom; 76 …static containsWithMargin(rect: Rect, x: number, y: number, t: number, r: number, b: number, l: nu… 79 && rect.y - t <= y [all …]
|
D | ProcedureWorkerHiPerfCPU.ts | 21 let y = frame.y; 27 it.frame.y = y; 51 let y = frame.y; 56 it.frame.y = y; 114 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:… 115 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2); 116 cxt.lineTo(x + radius, y + height); 117 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI); 118 cxt.lineTo(x + 0, y + radius); 119 cxt.arc(x + radius, y + radius, radius, Math.PI, Math.PI * 3 / 2); [all …]
|
D | ProcedureWorkerHiPerfEvent.ts | 21 let y = frame.y; 27 it.frame.y = y; 52 let y = frame.y; 57 it.frame.y = y; 117 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:… 118 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2); 119 cxt.lineTo(x + radius, y + height); 120 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI); 121 cxt.lineTo(x + 0, y + radius); 122 cxt.arc(x + radius, y + radius, radius, Math.PI, Math.PI * 3 / 2); [all …]
|
D | ProcedureWorkerHiPerfReport.ts | 21 let y = frame.y; 27 it.frame.y = y; 51 let y = frame.y; 56 it.frame.y = y; 113 …static drawRoundRectPath(cxt: Path2D, x: number, y: number, width: number, height: number, radius:… 114 cxt.arc(x + width - radius, y + height - radius, radius, 0, Math.PI / 2); 115 cxt.lineTo(x + radius, y + height); 116 cxt.arc(x + radius, y + height - radius, radius, Math.PI / 2, Math.PI); 117 cxt.lineTo(x + 0, y + radius); 118 cxt.arc(x + radius, y + radius, radius, Math.PI, Math.PI * 3 / 2); [all …]
|
D | TraceWorkerPerfDataQuery.ts | 558 y: number = 0 property in Rect 562 constructor(x: number, y: number, width: number, height: number) { 564 this.y = y; 569 static contains(rect: Rect, x: number, y: number): boolean { 570 return rect.x <= x && x <= rect.x + rect.width && rect.y <= y && y <= rect.y + rect.height; 573 …static containsWithPadding(rect: Rect, x: number, y: number, paddingLeftRight: number, paddingTopB… 576 && rect.y + paddingTopBottom <= y 577 && y <= rect.y + rect.height - paddingTopBottom; 580 …static containsWithMargin(rect: Rect, x: number, y: number, t: number, r: number, b: number, l: nu… 583 && rect.y - t <= y [all …]
|
D | ProcedureWorkerCPU.ts | 23 let y = frame.y + 5; 38 y: frame.y + 5, 56 let y = frame.y + 5; 63 res[i].frame.y = y; 76 let y = frame.y + 5; 83 list[i].frame.y = y; 125 ctx.fillRect(data.frame.x, data.frame.y, width, data.frame.height) 134 let y = data.frame.height / 2 + data.frame.y; 138 ctx.fillText(process, x1, y, width - textPadding * 2) 143 … ctx.fillText(process.substring(0, chatNum - 4) + '...', x1, y, width - textPadding * 2) [all …]
|
/developtools/profiler/host/smartperf/ide/test/trace/database/ui-worker/ |
D | ProcedureWorkerHiPerfReport.test.ts | 26 y:9, 31 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 34 dataList2.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:1}}) 43 y:9, 48 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 49 dataList.push({startTime: 1, dur: 111, frame: {x:0, y:9, width:10, height:10}}) 52 dataList2.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:1}}) 60 y:9, 65 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 66 dataList.push({startTime: 1, dur: 111, frame: {x:0, y:9, width:10, height:10}}) [all …]
|
D | ProcedureWorkerCpuState.test.ts | 25 y: 20, 37 y: 20, 48 y: 20, 60 y: 20, 72 y: 20, 82 y: 20, 92 dataList.push({startNS: 0, dur: 10,length:1, frame: {x:0, y:9, width:10, height:10}}) 97 y: 20, 108 y: 20, 118 dataList.push({startNS: 0, dur: 10,length:1, frame: {x:0, y:9, width:10, height:10}}) [all …]
|
D | ProcedureWorkerEnergySystem.test.ts | 24 y: 20, 29 dataList.push({startNS: 0, dur: 10, length: 1, frame: {x: 0, y: 9, width: 10, height: 10}}) 37 y: 20, 42 dataList.push({startNS: 0, dur: 10, length: 1, frame: {x: 0, y: 9, width: 10, height: 10}}) 57 y: 20, 75 y: 20, 93 y: 20, 105 y: 20, 118 y: 20, 129 y: 20, [all …]
|
D | ProcedureWorkerCPU.test.ts | 25 y: 20, 42 y: 20, 70 y: 20, 86 y: 20, 96 y: 20, 103 y: 20, 119 y: 20, 129 y: 20, 136 y: 20, 151 y: 20, [all …]
|
D | ProcedureWorkerSmaps.test.ts | 27 y: 20, 38 y: 20, 51 y: 20, 62 y: 20, 75 y: 20, 95 y: 20, 104 y: 20, 117 y: 20, 126 y: 20, 143 y: 20, [all …]
|
D | ProcedureWorkerHiPerfEvent.test.ts | 26 y:9, 31 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 34 dataList2.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:1}}) 43 y:9, 48 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 51 dataList2.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:1}}) 61 y:9, 80 y: 20, 92 y: 20, 103 y: 20, [all …]
|
D | ProcedureWorkerEnergyAnomaly.test.ts | 24 y: 20, 29 dataList.push({startNS: 0, dur: 10,length:1, frame: {x:0, y:9, width:10, height:10}}) 37 y: 20, 42 dataList.push({startNS: 0, dur: 10,length:1, frame: {x:0, y:9, width:10, height:10}}) 56 y: 20, 69 y: 20, 81 y: 20, 92 y: 20, 104 y: 20, 121 y: 20, [all …]
|
D | ProduceWorkerSdkCounter.test.ts | 28 y: 20, 39 y: 20, 53 y: 20, 64 y: 20, 77 y: 20, 97 y: 20, 106 y: 20, 119 y: 20, 128 y: 20, 145 y: 20, [all …]
|
D | ProcedureWorkerFileSystem.test.ts | 24 y: 20, 34 y: 20, 44 y: 20, 49 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:1}}) 57 y: 20, 62 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:0}}) 71 y: 20, 83 y: 20, 94 y: 20, 106 y: 20,
|
D | ProcedureWorkerProcess.test.ts | 28 y:9, 35 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 43 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 44 dataList.push({startTime: 1, dur: 111, frame: {x:0, y:9, width:10, height:10}}) 53 y: 20, 64 y: 20, 75 y: 20, 86 y: 20, 103 y: 20, 127 y: 20,
|
D | ProcedureWorkerEnergyPower.test.ts | 42 y: 20, 55 y: 20, 63 y: 20, 74 y: 20, 82 y: 20, 140 y: 20, 164 y: 20, 175 y: 20, 180 dataList.push({startNS: 0, dur: 10,length:1, frame: {x:0, y:9, width:10, height:10}}) 188 y: 20, [all …]
|
D | ProcedureWorkerMem.test.ts | 25 y:9, 31 dataList.push({startTime: 0, duration: 10, frame: {x:0, y:9, width:10, height:10}}) 32 dataList.push({startTime: 1, duration: 111, frame: {x:0, y:9, width:10, height:10}}) 39 dataList.push({startTime: 0, duration: 10, frame: {x:0, y:9, width:10, height:10}}) 40 dataList.push({startTime: 1, duration: 111, frame: {x:0, y:9, width:10, height:10}}) 54 y: 20, 74 y: 20, 98 y: 20,
|
D | ProcedureWorkerThread.test.ts | 25 y:9, 31 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 39 dataList.push({startTime: 0, dur: 10, frame: {x:0, y:9, width:10, height:10}}) 40 dataList.push({startTime: 1, dur: 111, frame: {x:0, y:9, width:10, height:10}}) 54 y: 20, 73 y: 20, 93 y: 20, 113 y: 20, 133 y: 20, 153 y: 20, [all …]
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
D | BaseEntry.ets | 19 /** the y value */ 20 private y:number= 0; 26 constructor(y?:number,icon?:ImagePaint,data?:Object) { 27 if(y != undefined){ 28 this.y=y; 38 * Returns the y value of this Entry. 43 return this.y; 65 * Sets the y-value for the Entry. 67 * @param y 69 public setY( y:number):void { [all …]
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
D | MPPointF.ets | 22 public y: number; 32 public constructor(x?: number, y?: number) { 35 this.y = y; 38 public static getInstance(x ?: number, y ?: number, copy ?: MPPointF): MPPointF{ 42 result.y = copy.y; 45 if (x != null && y != null) { 48 result.y = y; 61 result.y = copy.y; 103 y = in.readFloat(); 111 return this.y;
|
/developtools/integration_verification/tools/rom_ram_analyzer/standard/pkgs/ |
D | simple_excel_writer.py | 45 x, y = self.__sheet_pos.get(sheet_name) 46 y = y + value 47 self.__sheet_pos[sheet_name] = (x, y) 48 return y 52 x, y = self.__sheet_pos.get(sheet_name) 63 x, y = self.__sheet_pos.get(sheet_name) 65 sheet.write(x, y, ele, style=self.__content_style) 66 y = self.__increment_y(sheet_name) 86 x, y = self.__sheet_pos.get(sheet_name) 87 if x != 0 or y != 0: [all …]
|