Home
last modified time | relevance | path

Searched refs:concat (Results 1 – 25 of 63) sorted by relevance

123

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DXAixsMode.ets57 this.paints = this.paints.concat(mAxisRendererTop.renderAxisLine());
58 this.paints = this.paints.concat(mAxisRendererTop.renderAxisLabels())
59 this.paints = this.paints.concat(mAxisRendererTop.renderGridLines())
69 this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLine());
70 this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLabels())
72 this.paints = this.paints.concat(mAxisRendererTop.renderLimitLines());
DRadarChartMode.ets284 paintsTemp=paintsTemp.concat(webPaint)
287 paintsTemp=paintsTemp.concat(dataPaint)
290 paintsTemp=paintsTemp.concat(xDataPaint)
293 paintsTemp=paintsTemp.concat(valuePaint)
295 this.paints=this.paints.concat(paintsTemp)
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/
DXAxisView.ets62 // this.paints = this.paints.concat(mAxisRendererTop.renderAxisLine());
63 // this.paints = this.paints.concat(mAxisRendererTop.renderAxisLabels())
64 // this.paints = this.paints.concat(mAxisRendererTop.renderGridLines())
74 // this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLine());
75 // this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLabels())
77 // this.paints = this.paints.concat(mAxisRendererTop.renderLimitLines());
DYAxisView.ets109 this.paints = this.paints.concat(this.mAxisRenderer.renderAxisLine());
110 this.paints = this.paints.concat(this.mAxisRenderer.renderAxisLabels());
111 this.paints = this.paints.concat(this.mAxisRenderer.renderGridLines());
112 this.paints = this.paints.concat(this.mAxisRenderer.renderLimitLines());
/developtools/ace_ets2bundle/compiler/src/
Dresult_process.ts51 …[abilityConfig.abilityEntryFile].concat(abilityConfig.projectAbilityPath).concat(abilityConfig.tes…
Dpre_process.ts43 const log: LogInfo[] = result.log.concat(validateUISyntax(source, newContent,
/developtools/ace_js2bundle/ace-loader/plugin/codegen/
Dindex.js1concat(...e){return this.value+=this.getIndents(),this.value=this.value.concat(...e),String(this.v… method in t.Cache
/developtools/ace_js2bundle/ace-loader/src/
Dloader-gen.js96 loaders = loaders.concat(customLoader)
115 loaders = loaders.concat(customLoader)
132 loaders = loaders.concat(customLoader);
145 loaders = loaders.concat(customLoader)
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts73 .concat(globalProgram.program.getSemanticDiagnostics())
74 .concat(globalProgram.program.getDeclarationDiagnostics());
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/utils/
DGameUtils.ets187 jitterBuilder.concat(jankKey).concat(":").concat(String(jankCountMap.get(key))).concat(";");
/developtools/smartperf_host/ide/src/trace/component/metrics/
DTraceTaskStrategy.ts34 …threadNames.reduce((prev: any, item: any) => (prev.includes(item) ? prev : prev.concat(item)), []);
/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DTraceTaskStrategy.ts34 …threadNames.reduce((prev: any, item: any) => (prev.includes(item) ? prev : prev.concat(item)), []);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/
DPathView.ets214 this.paintArry = this.paintArry.concat(pathPaint);
215 this.paintArry = this.paintArry.concat(circlePaint);
216 this.paintArry = this.paintArry.concat(this.valuePaint);
437 this.tempArry = this.tempArry.concat(this.pathPaint);
438 this.tempArry = this.tempArry.concat(this.circlePaint);
439 this.tempArry = this.tempArry.concat(this.textPaint);
441 this.paintArry = this.paintArry.concat(this.tempArry);
DLegendView.ets32 this.model.paints = this.model.paints.concat(mLegendRenderer.renderLegend())
98 this.paints = this.paints.concat(mLegendRenderer.renderLegend())
/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpNativeMemoryChart.ts161 nmStatisticArray = nmStatisticArray.concat(res.data);
181 nmArray = nmArray.concat(res.data);
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpNativeMemoryChart.ts174 nmStatisticArray = nmStatisticArray.concat(res.data);
194 nmArray = nmArray.concat(res.data);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVMEvents.ts183 this.vmEventSource = this.vmEventSource.concat(res.data);
184 this.queryVmEventDataSource = this.queryVmEventDataSource.concat(res.data);
DTabPaneIoCompletionTimes.ts179 this.ioCompletionTimesSource = this.ioCompletionTimesSource.concat(res.data);
180 … this.ioCompletionTimesQueryDataSource = this.ioCompletionTimesQueryDataSource.concat(res.data);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVMEvents.ts183 this.vmEventSource = this.vmEventSource.concat(res.data);
184 this.queryVmEventDataSource = this.queryVmEventDataSource.concat(res.data);
DTabPaneIoCompletionTimes.ts179 this.ioCompletionTimesSource = this.ioCompletionTimesSource.concat(res.data);
180 … this.ioCompletionTimesQueryDataSource = this.ioCompletionTimesQueryDataSource.concat(res.data);
DTabPaneFileSystemDescTimeSlice.ts64 this.fsDescTimeSliceSource = this.fsDescTimeSliceSource.concat(res.data);
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DColorUtils.ts124 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts138 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts46 let processSlicesResult = (res || []).concat(res2 || []);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/
DTabPaneSlices.ts46 let processSlicesResult = (res || []).concat(res2 || []);

123