| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/ |
| D | XAixsMode.ets | 52 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());
|
| D | RadarChartMode.ets | 284 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/ |
| D | api_check_utils.ts | 38 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/ |
| D | result_process.ts | 51 …[abilityConfig.abilityEntryFile].concat(abilityConfig.projectAbilityPath).concat(abilityConfig.tes…
|
| D | pre_process.ts | 43 const log: LogInfo[] = result.log.concat(validateUISyntax(source, newContent,
|
| /developtools/ace_js2bundle/ace-loader/plugin/codegen/ |
| D | index.js | 1 …concat(...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/ |
| D | loader-gen.js | 93 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/ |
| D | GameUtils.ets | 187 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/ |
| D | YAxisView.ets | 109 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/ |
| D | PathView.ets | 214 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);
|
| D | LegendView.ets | 32 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/ |
| D | ColorUtils.ts | 209 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/ |
| D | utils.rs | 57 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/ |
| D | pack_assemble.rs | 93 .concat() in concat_pack()
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneVMEvents.ts | 189 this.vmEventSource = this.vmEventSource.concat(res.data); 190 this.queryVmEventDataSource = this.queryVmEventDataSource.concat(res.data);
|
| D | TabPaneIoCompletionTimes.ts | 188 this.ioCompletionTimesSource = this.ioCompletionTimesSource.concat(res.data); 189 … this.ioCompletionTimesQueryDataSource = this.ioCompletionTimesQueryDataSource.concat(res.data);
|
| D | TabPaneFileSystemDescTimeSlice.ts | 71 this.fsDescTimeSliceSource = this.fsDescTimeSliceSource.concat(res.data);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPerfProfile.test.ts | 113 concat: jest.fn(() => true),
|
| /developtools/ace_ets2bundle/compiler/src/fast_build/ets_ui/ |
| D | rollup-plugin-ets-checker.ts | 94 .concat(globalProgram.builderProgram.getSemanticDiagnostics());
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/renderer/ |
| D | RadarChartRenderer.ets | 77 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/ |
| D | TabPaneNMCallTree.test.ts | 150 concat: jest.fn(() => true),
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | component_validator.js | 145 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/ |
| D | codegen_ets.js | 15 …concat=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/ |
| D | TabPaneFileSystemCalltree.test.ts | 225 concat: jest.fn(() => true),
|
| /developtools/hdc/hdc_rust/src/host/ |
| D | client.rs | 141 .concat(); in handshake() 150 let msg = [u32::to_be_bytes(buf.len() as u32).as_slice(), buf].concat(); in send()
|