| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | Rect.ets | 21 * @param right 28 right: number; 34 * checking is performed, so the caller must ensure that left <= right and 39 * @param right The X coordinate of the right side of the rectangle 42 constructor(left?: number, top?: number, right?: number, bottom?: number, r?: MyRect) { 45 this.right = right == undefined ? 0 : right; 50 this.right = r.right; 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… 77 sb += this.right; [all …]
|
| /developtools/hiperf/src/ |
| D | virtual_thread.cpp | 65 std::size_t right {memMapsIndexs_.size()}; in FindMapIndexByAddr() local 66 std::size_t mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 67 while (left < right) { in FindMapIndexByAddr() 69 right = mid; in FindMapIndexByAddr() 70 mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 75 mid = (right - left) / divisorNum + left; in FindMapIndexByAddr() 102 std::size_t right {memMapsIndexs_.size()}; in FindMapByAddr() local 103 std::size_t mid = (right - left) / divisorNum + left; in FindMapByAddr() 104 while (left < right) { in FindMapByAddr() 106 right = mid; 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() 565 ReportItemsConstIt it2 = right.reportItems_.begin(); in OutputStdContentDiff() 568 if (it2 != right.reportItems_.end()) { in OutputStdContentDiff() 570 while (it2 != right.reportItems_.end()) { in OutputStdContentDiff() 601 while (it2 != right.reportItems_.end()) { in OutputStdContentDiff() 628 auto right = other.configs_.begin(); in OutputStdDiff() local 629 while (right != other.configs_.end()) { in OutputStdDiff() 630 if (*left == *right) { in OutputStdDiff() 633 OutputStdContentDiff(*left, *right); in OutputStdDiff() [all …]
|
| /developtools/smartperf_host/ide/src/base-ui/modal/ |
| D | LitModal.ts | 334 srcRight = clientRect.right; 415 e.clientX > srcResizeRect.right - resizeWidth && 416 e.clientX < srcResizeRect.right + resizeWidth && 438 e.clientX > srcResizeRect.right - resizeWidth && 439 e.clientX < srcResizeRect.right + resizeWidth && 448 …} else if (e.clientX < srcResizeRect.right + resizeWidth && e.clientX > srcResizeRect.right - resi… 505 const { left, right, top, bottom, width, height } = srcResizeRect; constant 516 const isWithinTopRight = isWithinCornerRange(right, top); 518 const isWithinBottomRight = isWithinCornerRange(right, bottom); 540 …} else if (e.clientX < srcResizeRect.right + resizeWidth && e.clientX > srcResizeRect.right - resi…
|
| /developtools/ace_js2bundle/ace-loader/test/rich/common/css/ |
| D | common.css | 10 padding-right: 40px; 20 margin-right: 60px;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | Extension.ts | 34 right?: number; 101 ev.pageX <= rect.right - (cut?.right ?? 0) &&
|
| D | RangeSelect.ts | 185 …t startX = Math.min(this.startPageX, this.endPageX) - it.describeEl!.getBoundingClientRect().right; 186 …let endX = Math.max(this.startPageX, this.endPageX) - it.describeEl!.getBoundingClientRect().right;
|
| /developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 82 background: linear-gradient(to right, rgb(255,0,0) 90px, rgb(0, 0, 255) 60%); 87 …background: repeating-linear-gradient(to right, rgba(255, 255, 0, 1) 30px,rgba(0, 0, 255, .5) 60px…
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | virtual_thread.cpp | 67 std::size_t right {maps_->size()}; in FindMapByAddr() local 68 std::size_t mid = (right - left) / two + left; in FindMapByAddr() 69 while (left < right) { in FindMapByAddr() 71 right = mid; in FindMapByAddr() 72 mid = (right - left) / two + left; in FindMapByAddr() 77 mid = (right - left) / two + left; in FindMapByAddr()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPaneHistoryProcesses.ts | 166 let compareValues = (left: number, right: number) => { 168 return right - left; 170 return left - right;
|
| /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, 160 rectP.setWidth(right-left); 172 // let leftResult:number=(gradientDirection == MyDirection.RIGHT? right: gradientDirection =… 176 …adientDirection == MyDirection.RIGHT ? left : gradientDirection == MyDirection.LEFT? right : left) 177 let rightResult:number=right; 199 imagePaint.setWidth(right-left) 262 let rightImage:number=(clipRect == null ?chartWidth : clipRect.right)
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/charts/ |
| D | LineChart.ets | 107 …his.lineChartModel.left+", top:"+this.lineChartModel.top+", right:"+this.lineChartModel.right+", b… 165 right: number = 0; 196 this.right = this.width - this.minOffset - this.rightTextWidth; 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… 285 +'L'+Utils.convertDpToPixel(rect.right)+' '+Utils.convertDpToPixel(0) 286 +'L'+Utils.convertDpToPixel(rect.right)+' '+Utils.convertDpToPixel(this.height)
|
| D | Chart.ets | 90 * paint object used for drawing the description text in the bottom right 370 * Draws the description text in the bottom right corner of the chart (per default) 865 * @param right 868 public setExtraOffsets(left: number, top: number, right: number, bottom: number) { 871 this.setExtraRightOffset(right); 890 * Set an extra offset to be appended to the viewport's right 897 * @return the extra offset to be appended to the viewport's right 1034 * to the description text that is displayed in the bottom right corner of the chart (by default). 1086 * paint for the description text in the bottom right corner
|
| /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 | StartTestPage.ets | 102 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '35vp' }) 123 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '15vp' }) 152 … Image($r('app.media.icon_enter')).width('15vp').height('15vp').margin({ right: '15vp' }) 320 .margin({ right: '10vp' }) 358 .margin({ right: '5vp' }) 374 .margin({ right: '5vp' })
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 185 background: linear-gradient(to right, rgb(255,0,0) 90px, rgb(0, 0, 255) 60%); 190 …background: repeating-linear-gradient(to right, rgba(255, 255, 0, 1) 30px,rgba(0, 0, 255, .5) 60px… 230 transform-origin: right 90px;
|
| /developtools/profiler/hiebpf/src/ |
| D | bpf_event_receiver.cpp | 263 void BPFEventReceiver::ReverseStr(char* left, char* right) in ReverseStr() argument 265 while (left < right) { in ReverseStr() 268 *left = *right; in ReverseStr() 269 *right = tmp; in ReverseStr() 271 right--; in ReverseStr()
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | sp_utils.cpp | 202 uint64_t right = curTopPkgStr.find_first_of("]"); in GetTopPkgName() local 203 std::string topPkg = curTopPkgStr.substr(left + 1, right - left - 1); in GetTopPkgName() 220 uint64_t right = screenStr.find("capability"); in GetScreen() local 221 std::string screen = screenStr.substr(left, right - left); in GetScreen()
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/cpu/ |
| D | ProcedureWorkerCpuState.ts | 91 right = 0; 94 right = j; 105 let slice = list.slice(left, right + 1);
|
| D | ProcedureWorkerCPU.ts | 154 right = 0; 157 right = j; 168 let slice = cpuList.slice(left, right + 1);
|
| /developtools/profiler/tools/smaps_show/ |
| D | README.md | 23 #add right linker to ~/.cargo/config:
|
| /developtools/profiler/device/plugins/native_daemon/include/ |
| D | symbols_file.h | 202 …rator() (const std::unique_ptr<SymbolsFile>& left, const std::unique_ptr<SymbolsFile>& right) const in operator() 204 return left->filePath_ < right->filePath_; in operator()
|
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/exteriorStyle/ |
| D | exteriorStyle.css | 69 margin-right: 2%;
|
| /developtools/profiler/hiebpf/scripts/ |
| D | fstrace_code_generator.py | 47 right = decl_str[start + macro_str_len:] 48 decl_str = "{}{}{}".format(left, expansion, right)
|
| /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
|