Searched refs:getValues (Results 1 – 16 of 16) sorted by relevance
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | DynamicConfigTest.java | 96 assertEquals("Wrong Config List", config.getValues("config-list").get(0), "config0"); in testCorrectConfig() 97 assertEquals("Wrong Config List", config.getValues("config-list").get(2), "config2"); in testCorrectConfig() 98 assertEquals("Wrong Config List", config.getValues("config-list-2").get(2), "C"); in testCorrectConfig()
|
D | ReportLogTest.java | 143 assertTrue("Expected values to be ok", Arrays.equals(VALUES, metric.getValues())); in testLimits_values() 150 metric.getValues())); in testLimits_values()
|
D | ResultHandlerTest.java | 624 Arrays.equals(new double[] {SUMMARY_VALUE}, summary.getValues())); in checkResult()
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | LineGraph.java | 102 if (profilingPoint.getValues().size() == 0 in addData() 103 || profilingPoint.getValues().size() != profilingPoint.getLabels().size()) in addData() 141 lineGraphValues[labelIndex][reportIndex] = pt.getValues().get(i); in toJson()
|
D | Histogram.java | 126 if (profilingPoint.getValues().size() == 0) in addData() 130 for (long v : profilingPoint.getValues()) { in addData()
|
D | BoxPlot.java | 122 for (long value : profilingPoint.getValues()) { in addData()
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | MetricsXmlSerializer.java | 46 mXmlSerializer.text(Double.toString(summary.getValues()[0])); in serialize()
|
D | ReportLog.java | 113 public double[] getValues() { in getValues() method in ReportLog.Metric 132 for (double d : getValues()) { in serialize()
|
D | DynamicConfig.java | 74 public List<String> getValues(String key) { in getValues() method in DynamicConfig
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointSummaryEntity.java | 218 && profilingRun.getLabels().size() == profilingRun.getValues().size()) { in update() 229 summary.updateStats(profilingRun.getValues().get(i)); in update() 234 for (long value : profilingRun.getValues()) { in update()
|
D | ProfilingPointRunEntity.java | 194 if (this.getValues().size() > VALUE_SIZE_LIMIT) { in saveMultiRow() 197 Lists.partition(this.getValues(), VALUE_SIZE_LIMIT); in saveMultiRow()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | DynamicConfigFileReader.java | 61 return config.getValues(key); in getValuesFromConfig()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowGraphServlet.java | 97 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/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsSpreadSheetSyncServlet.java | 150 List<List<Object>> values = valueRange.getValues(); in doGet()
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …getValues=function(t){for(var e=this.values,i={},n=0;n<t.length;n++)i[t.charAt(n)]=e[t][n];return …
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 116 return getDescriptor().getValues().get(ordinal()); in getValueDescriptor() 237 return getDescriptor().getValues().get(ordinal()); in getValueDescriptor() 369 return getDescriptor().getValues().get(ordinal()); in getValueDescriptor() 501 return getDescriptor().getValues().get(ordinal()); in getValueDescriptor()
|