Searched refs:concat (Results 1 – 25 of 63) sorted by relevance
123
57 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());
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)
62 // 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());
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());
51 …[abilityConfig.abilityEntryFile].concat(abilityConfig.projectAbilityPath).concat(abilityConfig.tes…
43 const log: LogInfo[] = result.log.concat(validateUISyntax(source, newContent,
1 …concat(...e){return this.value+=this.getIndents(),this.value=this.value.concat(...e),String(this.v… method in t.Cache
96 loaders = loaders.concat(customLoader)115 loaders = loaders.concat(customLoader)132 loaders = loaders.concat(customLoader);145 loaders = loaders.concat(customLoader)
73 .concat(globalProgram.program.getSemanticDiagnostics())74 .concat(globalProgram.program.getDeclarationDiagnostics());
187 jitterBuilder.concat(jankKey).concat(":").concat(String(jankCountMap.get(key))).concat(";");
34 …threadNames.reduce((prev: any, item: any) => (prev.includes(item) ? prev : prev.concat(item)), []);
214 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);
32 this.model.paints = this.model.paints.concat(mLegendRenderer.renderLegend())98 this.paints = this.paints.concat(mLegendRenderer.renderLegend())
161 nmStatisticArray = nmStatisticArray.concat(res.data);181 nmArray = nmArray.concat(res.data);
174 nmStatisticArray = nmStatisticArray.concat(res.data);194 nmArray = nmArray.concat(res.data);
183 this.vmEventSource = this.vmEventSource.concat(res.data);184 this.queryVmEventDataSource = this.queryVmEventDataSource.concat(res.data);
179 this.ioCompletionTimesSource = this.ioCompletionTimesSource.concat(res.data);180 … this.ioCompletionTimesQueryDataSource = this.ioCompletionTimesQueryDataSource.concat(res.data);
64 this.fsDescTimeSliceSource = this.fsDescTimeSliceSource.concat(res.data);
124 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
138 colorNew += color.slice(i, i + 1).concat(color.slice(i, i + 1));
46 let processSlicesResult = (res || []).concat(res2 || []);