Home
last modified time | relevance | path

Searched refs:xLabel (Results 1 – 11 of 11) sorted by relevance

/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointRunEntity.java88 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()
DProfilingPointEntity.java77 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/
DBoxPlot.java43 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()
DProfilingPointSummary.java33 public String xLabel; field in ProfilingPointSummary
38 String xLabel, String yLabel, VtsProfilingRegressionMode regressionMode) { in ProfilingPointSummary() argument
43 this.xLabel = xLabel; in ProfilingPointSummary()
DLineGraph.java33 private String xLabel; field in LineGraph
51 return xLabel; in getXLabel()
107 xLabel = profilingPoint.getXLabel(); in addData()
DHistogram.java37 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/
DVtsProfilingStatsJobServletTest.java87 String xLabel = "xLabel"; in createProfilingRun() local
114 xLabel, in createProfilingRun()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowPerformanceDigestServlet.java120 tableHTML += testSummary.xLabel + "</th>"; in getPerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestDataForDevServlet.java167 private String xLabel; field in TestDataForDevServlet.TestReportDataObject.Test.TestRun.Profiling
454 testRunProfile.xLabel, in doPost()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsPerformanceJobServlet.java155 tableHTML += summary.xLabel + "</th>"; in getPerformanceSummary()
/test/mlts/benchmark/results/
DChart.bundle.min.js10xLabel}},mode:"index",axis:"y"}}),e.exports=function(t){t.controllers.bar=t.DatasetController.exte… property