/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointRunEntity.java | 91 private String yLabel; field in ProfilingPointRunEntity 120 String yLabel, in ProfilingPointRunEntity() argument 129 this.yLabel = yLabel; in ProfilingPointRunEntity() 156 String yLabel, in ProfilingPointRunEntity() argument 165 this.yLabel = yLabel; in ProfilingPointRunEntity() 243 profilingRun.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity() 276 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity() local 286 parentKey, name, type, regressionMode, labels, values, xLabel, yLabel, options); in fromEntity() 315 String yLabel = profilingReport.getYAxisLabel().toStringUtf8(); in fromProfilingReport() local 365 yLabel, in fromProfilingReport()
|
D | ProfilingPointEntity.java | 80 private String yLabel; field in ProfilingPointEntity 104 String yLabel) { in ProfilingPointEntity() argument 111 this.yLabel = yLabel; in ProfilingPointEntity() 157 profilingPoint.setUnindexedProperty(Y_LABEL, this.yLabel); in toEntity() 188 String yLabel = (String) e.getProperty(Y_LABEL); in fromEntity() local 191 testName, profilingPointName, type, regressionMode, xLabel, yLabel); in fromEntity()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | BoxPlot.java | 44 private final String yLabel; field in BoxPlot 51 public BoxPlot(String name, String xLabel, String yLabel) { in BoxPlot() argument 54 this.yLabel = yLabel; in BoxPlot() 98 return yLabel; in getYLabel()
|
D | ProfilingPointSummary.java | 34 public String yLabel; field in ProfilingPointSummary 38 String xLabel, String yLabel, VtsProfilingRegressionMode regressionMode) { in ProfilingPointSummary() argument 44 this.yLabel = yLabel; in ProfilingPointSummary()
|
D | Histogram.java | 38 private String yLabel; field in Histogram 87 return yLabel; in getYLabel() 129 yLabel = profilingPoint.getYLabel(); in addData()
|
D | LineGraph.java | 34 private String yLabel; field in LineGraph 81 return yLabel; in getYLabel() 108 yLabel = profilingPoint.getYLabel(); in addData()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 88 String yLabel = "yLabel"; in createProfilingRun() local 115 yLabel, in createProfilingRun()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestDataForDevServlet.java | 168 private String yLabel; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.Profiling 455 testRunProfile.yLabel, in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowPerformanceDigestServlet.java | 98 tableHTML += testSummary.yLabel + "</th>"; in getPerformanceSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsPerformanceJobServlet.java | 113 String[] headerRows = new String[] {profilingPoint, summary.yLabel}; in getPerformanceSummary()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …yLabel?i=t[0].yLabel:e.labels.length>0&&t[0].index<e.labels.length&&(i=e.labels[t[0].index])),i},l… property
|