/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointRunEntity.java | 88 private String xLabel; field in ProfilingPointRunEntity 119 String xLabel, in ProfilingPointRunEntity() argument 128 this.xLabel = xLabel; in ProfilingPointRunEntity() 155 String xLabel, in ProfilingPointRunEntity() argument 164 this.xLabel = xLabel; in ProfilingPointRunEntity() 242 profilingRun.setUnindexedProperty(X_LABEL, this.xLabel); in toEntity() 275 String xLabel = (String) e.getProperty(X_LABEL); in fromEntity() local 286 parentKey, name, type, regressionMode, labels, values, xLabel, yLabel, options); in fromEntity() 314 String xLabel = profilingReport.getXAxisLabel().toStringUtf8(); in fromProfilingReport() local 364 xLabel, in fromProfilingReport()
|
D | ProfilingPointEntity.java | 77 private String xLabel; field in ProfilingPointEntity 103 String xLabel, in ProfilingPointEntity() argument 110 this.xLabel = xLabel; in ProfilingPointEntity() 156 profilingPoint.setUnindexedProperty(X_LABEL, this.xLabel); in toEntity() 187 String xLabel = (String) e.getProperty(X_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 | 43 private final String xLabel; field in BoxPlot 51 public BoxPlot(String name, String xLabel, String yLabel) { in BoxPlot() argument 53 this.xLabel = xLabel == null ? DAY : xLabel; in BoxPlot() 68 return xLabel; in getXLabel()
|
D | ProfilingPointSummary.java | 33 public String xLabel; field in ProfilingPointSummary 38 String xLabel, String yLabel, VtsProfilingRegressionMode regressionMode) { in ProfilingPointSummary() argument 43 this.xLabel = xLabel; in ProfilingPointSummary()
|
D | LineGraph.java | 33 private String xLabel; field in LineGraph 51 return xLabel; in getXLabel() 107 xLabel = profilingPoint.getXLabel(); in addData()
|
D | Histogram.java | 37 private String xLabel; field in Histogram 57 return xLabel; in getXLabel() 128 xLabel = profilingPoint.getXLabel(); in addData()
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 87 String xLabel = "xLabel"; in createProfilingRun() local 114 xLabel, in createProfilingRun()
|
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
D | TestDataForDevServlet.java | 167 private String xLabel; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.Profiling 454 testRunProfile.xLabel, in doPost()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowPerformanceDigestServlet.java | 120 tableHTML += testSummary.xLabel + "</th>"; in getPerformanceSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsPerformanceJobServlet.java | 155 tableHTML += summary.xLabel + "</th>"; in getPerformanceSummary()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.exte… property
|