Home
last modified time | relevance | path

Searched refs:getLabels (Results 1 – 7 of 7) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/util/
DLineGraph.java103 || profilingPoint.getValues().size() != profilingPoint.getLabels().size()) in addData()
124 for (int i = 0; i < profilingRun.getLabels().size(); i++) { in toJson()
125 String label = profilingRun.getLabels().get(i); in toJson()
133 for (int i = 0; i < pt.getLabels().size(); i++) { in toJson()
134 String label = pt.getLabels().get(i); in toJson()
DPerformanceSummary.java73 if (ppSummary.getLabels() != null && ppSummary.getLabels().size() > 0) { in addData()
DProfilingPointSummary.java83 for (String label : ppSummary.getLabels()) { in update()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java217 if (profilingRun.getLabels() != null in update()
218 && profilingRun.getLabels().size() == profilingRun.getValues().size()) { in update()
219 for (int i = 0; i < profilingRun.getLabels().size(); i++) { in update()
220 String label = profilingRun.getLabels().get(i); in update()
232 this.labels.addAll(profilingRun.getLabels()); in update()
DProfilingPointRunEntity.java201 if (Objects.nonNull(this.getLabels()) && this.getLabels().size() > VALUE_SIZE_LIMIT) { in saveMultiRow()
202 partitionedLabelList = Lists.partition(this.getLabels(), VALUE_SIZE_LIMIT); in saveMultiRow()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGraphServlet.java97 if (pt.getLabels() != null && pt.getLabels().size() == pt.getValues().size()) { in processProfilingRun()
99 } else if (pt.getLabels() == null && pt.getValues().size() > 0) { in processProfilingRun()
/test/mlts/benchmark/results/
DChart.bundle.min.js10getLabels:function(){var t=this.chart.data;return this.options.labels||(this.isHorizontal()?t.xLab… method