| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/ |
| D | TabPaneFreqUsage.ts | 184 const multiple: number = 1000; constant 194 …shNewData(value[i], dealArr[j], {id: 1, sum: sum, consumption: consumption, multiple: multiple})!); 200 …shNewData(value[i], dealArr[j], {id: 2, sum: sum, consumption: consumption, multiple: multiple})!); 205 …shNewData(value[i], dealArr[j], {id: 3, sum: sum, consumption: consumption, multiple: multiple})!); 211 …shNewData(value[i], dealArr[j], {id: 4, sum: sum, consumption: consumption, multiple: multiple})!); 215 …shNewData(value[i], dealArr[j], {id: 5, sum: sum, consumption: consumption, multiple: multiple})!); 269 multiple: number, 275 … arg1.tid + '_' + arg1.thread, arg1.ts, '', '', (arg3.consumption! * arg1.dur) / arg3.multiple, 281 …(arg2.startNS + arg2.dur - arg1.ts)) / arg3.multiple, arg1.cpu, arg2.value, arg2.startNS + arg2.du… 287 … (arg3.consumption! * (arg1.dur + arg1.ts - arg2.startNS)) / arg3.multiple, arg1.cpu, arg2.value, [all …]
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerFrameSpacing.ts | 101 …filter) => row.isHover && isSurroundingPoint(row.hoverX, filter.frame!, selectUnitWidth / multiple) 154 hoverIndex = Math.ceil(findStructList.length / multiple); 173 ((currentStruct.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) / 180 ctx.arc(currentStruct.frame!.x, currentPointY, multiple, 0, multiple * Math.PI); 368 … ((frameSpacing.frameSpacingResult! - minValue) * (row.frame.height - padding * multiple)) / 404 ctx.arc(currentStruct.frame.x, currentStruct.frame.y, selectRadius, 0, multiple * Math.PI); 417 ctx.arc(currentStruct.frame!.x, currentStruct.frame!.y, selectRadius, 0, multiple * Math.PI); 438 …Math.floor(((dashedLines[index] - minValue) * (rowFrame.height - padding * multiple)) / (maxValue … 453 ctx.fillText(dashedLines[index].toString(), 0, pointY + multiple * textPadding); 474 …((preFrameSpacing.frameSpacingResult! - minValue) * (rowFrame.frame.height - padding * multiple)) / [all …]
|
| D | ProcedureWorkerFrameDynamic.ts | 82 …filter) => row.isHover && isSurroundingPoint(row.hoverX, filter.frame!, selectUnitWidth / multiple) 88 hoverIndex = Math.ceil(findStructList.length / multiple); 184 …((row.frame.height - padding * multiple) * ((currDynamic.typeValue || 0) - minValue)) / (maxValue … 188 ctx.arc(currDynamic.frame!.x, currDynamic.frame!.y, smallArcRadius, 0, multiple * Math.PI); 206 …let pointY = (row.frame.height - padding * multiple) * ((currDynamicValue - minValue) / (maxValue … 228 … let pointYHeight = ((frame.height - padding * multiple) * (pointYValue - minValue)) / totalValue; 229 let pointY = frame.height - multiple * padding - pointYHeight; 384 …ctx.arc(currDynamicStruct.frame.x, currDynamicStruct.frame.y, bigArcRadius, 0, multiple * Math.PI); 405 const multiple: number = 2; constant
|
| D | ProcedureWorkerFrameAnimation.ts | 162 animationNode.frame.height = 20 - multiple * padding; 208 const multiple: number = 2; constant
|
| /developtools/smartperf_host/ide/test/base-ui/tree/ |
| D | lit-tree-node.test.ts | 22 litTabPane.multiple = 'multiple'; 36 expect(litTabPane.multiple).toBeTruthy();
|
| D | LitTreeNode.test.ts | 25 litTreeNode.multiple = true; 40 expect(litTreeNode.multiple).toStrictEqual(true);
|
| D | LitTree.test.ts | 21 litTree.multiple = true; 28 expect(litTree.multiple).toStrictEqual(true);
|
| /developtools/smartperf_host/ide/src/base-ui/tree/ |
| D | LitTree.ts | 98 get multiple(): boolean { 102 set multiple(value: boolean) { 236 if (e.detail && !this.multiple) { 249 node.multiple = this.hasAttribute('multiple'); 502 if (e.detail && !this.multiple) { 511 insertNode.multiple = this.hasAttribute('multiple');
|
| D | LitTreeNode.ts | 67 set multiple(value: boolean) { method in LitTreeNode 75 get multiple(): boolean { method in LitTreeNode
|
| /developtools/smartperf_host/ide/src/doc/md/ |
| D | quickstart_memory_template.md | 94 - Path:虚拟内存块路径,类型中有多个则显示multiple。 110 - Path:虚拟内存块路径,类型中有多个则显示multiple。
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | EntryOhos.ets | 22 * Class representing one entry in the chart. Might contain multiple values.
|
| D | DataSet.ets | 321 // We have multiple sequential x-value with same distance
|
| /developtools/ace_ets2bundle/compiler/ |
| D | .eslintrc | 66 "no-multiple-empty-lines": [2, { "max": 1 }],
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/ |
| D | IDataSet.ets | 88 * @param closestToY If there are multiple y-values for the specified x-value, 107 * @param closestToY If there are multiple y-values for the specified x-value, 140 * @param closestToY If there are multiple y-values for the specified x-value,
|
| /developtools/syscap_codec/ |
| D | README_ZH.md | 153 … this option will take effect only when the check_target is component_codec. allow multiple
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceRow.ts | 341 this.rowSettingTree.multiple = value; 739 if (this.rowSettingTree?.multiple) { 824 if (this.rowSettingTree?.multiple) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/ |
| D | Transformer.ets | 329 * transforms multiple rects with all matrices
|
| /developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/ |
| D | perf_event.h.patch | 465 - * records from multiple events.
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | LegendRenderer.ets | 161 // if multiple colors are set for a DataSet, group them
|
| /developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/ |
| D | help.txt | 53 …rlSignature, encipherOnly and decipherOnly, if the certificate includes multiple key usages, separ…
|
| /developtools/hapsigner/ |
| D | README.md | 254 … encipherOnly, and decipherOnly. Use a comma (,) to separate multiple values.
|
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 15278 u8 multiple: 3; member
|