| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Rect.ets | 19 * @param left 26 left: number; 34 * checking is performed, so the caller must ensure that left <= right and 37 * @param left The X coordinate of the left side of the rectangle 42 constructor(left?: number, top?: number, right?: number, bottom?: number, r?: MyRect) { 43 this.left = left == undefined ? 0 : left 48 this.left = r.left; 61 return r == null ? null : new MyRect(r.left, r.top, r.right, r.bottom); 67 …return this.left == o.left && this.top == o.top && this.right == o.right && this.bottom == o.botto… 73 sb += this.left; [all …]
|
| /developtools/hiperf/src/ |
| D | virtual_thread.cpp | 87 std::size_t left {0}; in FindMapIndexByAddr() local 89 std::size_t mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 90 while (left < right) { in FindMapIndexByAddr() 93 mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 97 left = mid + 1; in FindMapIndexByAddr() 98 mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 102 … if (addr >= memMaps_[memMapsIndexs_[left]].begin_ && addr < memMaps_[memMapsIndexs_[left]].end_) { in FindMapIndexByAddr() 103 return static_cast<int64_t>(memMapsIndexs_[left]); in FindMapIndexByAddr() 121 std::size_t left {0}; in FindMapByAddr() local 123 std::size_t mid = (right - left) / divisorNum + left; in FindMapByAddr() [all …]
|
| D | report.cpp | 560 void Report::OutputStdContentDiff(ReportEventConfigItem &left, ReportEventConfigItem &right) in OutputStdContentDiff() argument 563 HLOGD("first count %zu second count %zu", left.reportItems_.size(), right.reportItems_.size()); in OutputStdContentDiff() 564 ReportItemsConstIt it = left.reportItems_.begin(); in OutputStdContentDiff() 566 while (it != left.reportItems_.end()) { in OutputStdContentDiff() 638 auto left = configs_.begin(); in OutputStdDiff() local 639 while (left != configs_.end()) { in OutputStdDiff() 642 if (*left == *right) { in OutputStdDiff() 643 OutputStdStatistics(*left); in OutputStdDiff() 644 OutputStdHead(*left, true); in OutputStdDiff() 645 OutputStdContentDiff(*left, *right); in OutputStdDiff() [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/modal/ |
| D | LitModal.ts | 288 e.clientX > srcResizeRect.left - resizeWidth && 289 e.clientX < srcResizeRect.left + resizeWidth && 306 e.clientX > srcResizeRect.left - resizeWidth && 307 e.clientX < srcResizeRect.left + resizeWidth && 323 …} else if (e.clientX > srcResizeRect.left - resizeWidth && e.clientX < srcResizeRect.left + resize… 352 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 355 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 358 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 363 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 368 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/modal/ |
| D | LitModal.ts | 288 e.clientX > srcResizeRect.left - resizeWidth && 289 e.clientX < srcResizeRect.left + resizeWidth && 306 e.clientX > srcResizeRect.left - resizeWidth && 307 e.clientX < srcResizeRect.left + resizeWidth && 323 …} else if (e.clientX > srcResizeRect.left - resizeWidth && e.clientX < srcResizeRect.left + resize… 352 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 355 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 358 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 363 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; 368 … this.modalElement!.style.left = srcResizeLeft + srcResizeWidth / 2 + offsetResizeX / 2 + 'px'; [all …]
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 58 return this.rowsPaneEL!.containPoint(ev, { left: 248 }); 62 return this.spacerEL.containPoint(ev, { left: 248 }); 74 this.startX = eventDown.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 88 this.endX = mouseEventUp.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 109 left: 248, 123 …ndX = this.rowsEL!.getBoundingClientRect().right - this.rowsEL!.getBoundingClientRect().left - 248; 151 let mouseX = ev.pageX - this.rowsPaneEL!.getBoundingClientRect().left - 248; 173 let mouseX = ev.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 209 this.endX = ev.pageX - this.rowsEL!.getBoundingClientRect().left - 248;
|
| D | Extension.ts | 33 left?: number; 83 ev.pageX >= rect.left + (cut?.left ?? 0) &&
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | RangeSelect.ts | 58 return this.rowsPaneEL!.containPoint(ev, { left: 248 }); 62 return this.spacerEL.containPoint(ev, { left: 248 }); 74 this.startX = eventDown.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 88 this.endX = mouseEventUp.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 110 left: 248, 124 …ndX = this.rowsEL!.getBoundingClientRect().right - this.rowsEL!.getBoundingClientRect().left - 248; 153 let mouseX = ev.pageX - this.rowsPaneEL!.getBoundingClientRect().left - 248; 175 let mouseX = ev.pageX - this.rowsEL!.getBoundingClientRect().left - 248; 211 this.endX = ev.pageX - this.rowsEL!.getBoundingClientRect().left - 248;
|
| D | Extension.ts | 33 left?: number; 84 ev.pageX >= rect.left + (cut?.left ?? 0) &&
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_thread.cpp | 89 std::size_t left {0}; in FindMapByAddr() local 91 std::size_t mid = (right - left) / two + left; in FindMapByAddr() 92 while (left < right) { in FindMapByAddr() 95 mid = (right - left) / two + left; in FindMapByAddr() 99 left = mid + 1; in FindMapByAddr() 100 mid = (right - left) / two + left; in FindMapByAddr() 104 if (addr >= (*memMaps_)[left].begin_ and addr < (*memMaps_)[left].end_) { in FindMapByAddr() 105 return &(*memMaps_)[left]; in FindMapByAddr()
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | Fill.ets | 138 public fillRect(paint:RectPaint,left:number, top:number, right:number, bottom:number, 159 rectP.setStartPoint([left,top]); 160 rectP.setWidth(right-left); 172 …(gradientDirection == MyDirection.RIGHT? right: gradientDirection == MyDirection.LEFT ? left: left) 173 let leftResult:number = left; 176 …mber=(gradientDirection == MyDirection.RIGHT ? left : gradientDirection == MyDirection.LEFT? righ… 197 imagePaint.x=left; 199 imagePaint.setWidth(right-left) 260 // clipRect == null ? 0 : clipRect.left, 266 let leftImage:number=(clipRect == null ? 0 : clipRect.left)
|
| /developtools/ace_js2bundle/ace-loader/sample/lite/pages/detail/ |
| D | detail.hml | 4 <text style="left:140px;top:50px;width:300px;height:40px">common style</text> 8 style="left:390px;top:227px;width:30px;height:42px"
|
| D | detail.css | 2 left: 95px;
|
| /developtools/ace_js2bundle/ace-loader/test/rich/common/css/ |
| D | common.css | 9 padding-left: 40px; 21 margin-left: 60px;
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 68 margin-left: -8%; 77 left: 20%;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | LineChart.ets | 107 …console.log("LineChart left:"+this.lineChartModel.left+", top:"+this.lineChartModel.top+", right:"… 164 left: number = 0; 194 this.left = this.minOffset + this.leftTextWidth; 198 this.lineData.mDisplayRect = new MyRect(this.left, this.top, this.right, this.bottom); 200 …this.xScale = (this.lineData.mDisplayRect.right - this.lineData.mDisplayRect.left) / (this.topAxis… 284 this.clipPath='M'+Utils.convertDpToPixel(rect.left)+' '+Utils.convertDpToPixel(0) 287 +'L'+Utils.convertDpToPixel(rect.left)+' '+Utils.convertDpToPixel(this.height)
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/pages/ |
| D | Question.ets | 48 .margin({ top: 10, left: 15, right: 15, bottom: 5 }) 51 .margin({ left: 18, right: 18, bottom: 10 })
|
| D | ReportDetail.ets | 88 .margin({ top: '10vp', left: '20vp' }) 89 }.margin({ left: '4%' }) 113 }.width('100%').margin({ left: '10vp' }).height('95') 114 }.margin({ left: '4%' })
|
| D | SettingsPage.ets | 31 Image($r('app.media.icon_language')).width('25vp').height('25vp').margin({ left: '2%' }) 36 Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ left: '15vp' })
|
| D | AppSelectPage.ets | 49 Image(appInfoItem.appIcon).width('40vp').height('40vp').margin({ left: '2%' }) 61 }.margin({ left: '4%' }).height('100%').padding({ top: '20vp' })
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 221 auto left = line.substr(pos + 1); in SearchData() local 222 while ((pos = left.find(",")) != std::string::npos) { in SearchData() 223 values.push_back(left.substr(0, pos + 1)); in SearchData() 224 left = left.substr(pos + 1); in SearchData() 226 values.push_back(left); in SearchData()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_data_db.cpp | 221 auto left = line.substr(pos + 1); in SearchData() local 222 while ((pos = left.find(",")) != std::string::npos) { in SearchData() 223 values.push_back(left.substr(0, pos + 1)); in SearchData() 224 left = left.substr(pos + 1); in SearchData() 226 values.push_back(left); in SearchData()
|
| /developtools/hiperf/demo/js/entry/src/main/js/MainAbility/pages/second/ |
| D | second.css | 6 left: 0px;
|
| /developtools/ace_js2bundle/ace-loader/sample/lite/pages/index/ |
| D | index.css | 13 left: 0px;
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | ICandleDataSet.ets | 23 * Returns the space that is left out on the left and right side of each
|