Home
last modified time | relevance | path

Searched refs:multiple (Results 1 – 22 of 22) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/frequsage/
DTabPaneFreqUsage.ts184 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/
DProcedureWorkerFrameSpacing.ts101 …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 …]
DProcedureWorkerFrameDynamic.ts82 …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
DProcedureWorkerFrameAnimation.ts162 animationNode.frame.height = 20 - multiple * padding;
208 const multiple: number = 2; constant
/developtools/smartperf_host/ide/test/base-ui/tree/
Dlit-tree-node.test.ts22 litTabPane.multiple = 'multiple';
36 expect(litTabPane.multiple).toBeTruthy();
DLitTreeNode.test.ts25 litTreeNode.multiple = true;
40 expect(litTreeNode.multiple).toStrictEqual(true);
DLitTree.test.ts21 litTree.multiple = true;
28 expect(litTree.multiple).toStrictEqual(true);
/developtools/smartperf_host/ide/src/base-ui/tree/
DLitTree.ts98 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');
DLitTreeNode.ts67 set multiple(value: boolean) { method in LitTreeNode
75 get multiple(): boolean { method in LitTreeNode
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_memory_template.md94 - Path:虚拟内存块路径,类型中有多个则显示multiple
110 - Path:虚拟内存块路径,类型中有多个则显示multiple
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DEntryOhos.ets22 * Class representing one entry in the chart. Might contain multiple values.
DDataSet.ets321 // We have multiple sequential x-value with same distance
/developtools/ace_ets2bundle/compiler/
D.eslintrc66 "no-multiple-empty-lines": [2, { "max": 1 }],
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DIDataSet.ets88 * @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/
DREADME_ZH.md153 … this option will take effect only when the check_target is component_codec. allow multiple
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRow.ts341 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/
DTransformer.ets329 * transforms multiple rects with all matrices
/developtools/smartperf_host/trace_streamer/prebuilts/patch_perf_event/
Dperf_event.h.patch465 - * records from multiple events.
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DLegendRenderer.ets161 // if multiple colors are set for a DataSet, group them
/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/resources/
Dhelp.txt53 …rlSignature, encipherOnly and decipherOnly, if the certificate includes multiple key usages, separ…
/developtools/hapsigner/
DREADME.md254 … encipherOnly, and decipherOnly. Use a comma (,) to separate multiple values.
/developtools/profiler/hiebpf/include/
Dvmlinux.h15278 u8 multiple: 3; member