Home
last modified time | relevance | path

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

123

/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DXAixsMode.ets52 this.paints = this.paints.concat(mAxisRendererTop.renderAxisLine());
53 this.paints = this.paints.concat(mAxisRendererTop.renderAxisLabels())
54 this.paints = this.paints.concat(mAxisRendererTop.renderGridLines())
59 this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLine());
60 this.paints = this.paints.concat(mAxisRendererBottom.renderAxisLabels())
62 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/ace_ets2bundle/compiler/src/fast_build/system_api/
Dapi_check_utils.ts38 allSyscaps = allSyscaps.concat(value);
71 deviceInfoMap.set(deviceType, deviceInfoMap.get(deviceType).concat(content['SysCaps']));
100 … deviceInfoMap.set(deviceType, deviceInfoMap.get(deviceType).concat(content['SysCaps']));
/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.js93 loaders = loaders.concat(customLoader)
112 loaders = loaders.concat(customLoader)
129 loaders = loaders.concat(customLoader);
142 loaders = loaders.concat(customLoader)
/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/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/
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/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);
427 this.tempArry = this.tempArry.concat(this.pathPaint);
428 this.tempArry = this.tempArry.concat(this.circlePaint);
429 this.tempArry = this.tempArry.concat(this.textPaint);
431 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/smartperf_host/ide/src/trace/component/trace/base/
DColorUtils.ts209 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
285 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
/developtools/hdc/hdc_rust/src/
Dutils.rs57 Ok(output) => [output.stdout, output.stderr].concat(), in execute_cmd()
68 [output.stdout, output.stderr].concat(), in execute_shell_cmd()
/developtools/hdc/hdc_rust/src/serializer/
Dpack_assemble.rs93 .concat() in concat_pack()
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneVMEvents.ts189 this.vmEventSource = this.vmEventSource.concat(res.data);
190 this.queryVmEventDataSource = this.queryVmEventDataSource.concat(res.data);
DTabPaneIoCompletionTimes.ts188 this.ioCompletionTimesSource = this.ioCompletionTimesSource.concat(res.data);
189 … this.ioCompletionTimesQueryDataSource = this.ioCompletionTimesQueryDataSource.concat(res.data);
DTabPaneFileSystemDescTimeSlice.ts71 this.fsDescTimeSliceSource = this.fsDescTimeSliceSource.concat(res.data);
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/
DTabPerfProfile.test.ts113 concat: jest.fn(() => true),
/developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/
Drollup-plugin-ets-checker.ts94 .concat(globalProgram.builderProgram.getSemanticDiagnostics());
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/
DRadarChartRenderer.ets77 paint=paint.concat(this.drawDataSetByType(set1, mostEntries,byType,i));
204 paints=paints.concat(this.drawValue(
214 paints=paints.concat(new TextPaint())
354 paintData=paintData.concat( this.drawHighlightCircle(
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.test.ts150 concat: jest.fn(() => true),
/developtools/ace_js2bundle/ace-loader/plugin/templater/
Dcomponent_validator.js145 parentsTagMap[tag] = nativeTag[tag].parents.concat(commonTag.parents)
149 childrenTagMap[tag] = nativeTag[tag].children.concat(commonTag.children)
153 …unSupportedChildren[tag] = nativeTag[tag].unSupportedChildren.concat(commonTag.unSupportedChildren)
157 eventsTagMap[tag] = nativeTag[tag].uevents.concat(nativeTag[tag].events)
159 eventsTagMap[tag] = [].concat(commonTag.events).concat(nativeTag[tag].events)
/developtools/ace_ets2bundle/compiler/codegen/
Dcodegen_ets.js15concat=function(){var e=arguments.length;if(!e)return[];for(var t=o(e-1),r=arguments[0],n=e;n--;)t… method in t.Cache
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemCalltree.test.ts225 concat: jest.fn(() => true),
/developtools/hdc/hdc_rust/src/host/
Dclient.rs141 .concat(); in handshake()
150 let msg = [u32::to_be_bytes(buf.len() as u32).as_slice(), buf].concat(); in send()

123