Home
last modified time | relevance | path

Searched refs:getValues (Results 1 – 18 of 18) sorted by relevance

/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DDynamicConfigTest.java96 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()
DReportLogTest.java143 assertTrue("Expected values to be ok", Arrays.equals(VALUES, metric.getValues())); in testLimits_values()
150 metric.getValues())); in testLimits_values()
DResultHandlerTest.java440 Arrays.equals(new double[] {SUMMARY_VALUE}, summary.getValues())); in checkResult()
/test/vti/dashboard/src/main/java/com/android/vts/util/
DLineGraph.java102 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()
DHistogram.java126 if (profilingPoint.getValues().size() == 0) in addData()
130 for (long v : profilingPoint.getValues()) { in addData()
DBoxPlot.java122 for (long value : profilingPoint.getValues()) { in addData()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java218 && 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()
DProfilingPointRunEntity.java194 if (this.getValues().size() > VALUE_SIZE_LIMIT) { in saveMultiRow()
197 Lists.partition(this.getValues(), VALUE_SIZE_LIMIT); in saveMultiRow()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DMetricsXmlSerializer.java46 mXmlSerializer.text(Double.toString(summary.getValues()[0])); in serialize()
DReportLog.java113 public double[] getValues() { in getValues() method in ReportLog.Metric
132 for (double d : getValues()) { in serialize()
DDynamicConfig.java74 public List<String> getValues(String key) { in getValues() method in DynamicConfig
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DDynamicConfigFileReader.java61 return config.getValues(key); in getValuesFromConfig()
/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/vti/dashboard/src/main/java/com/android/vts/job/
DVtsSpreadSheetSyncServlet.java150 List<List<Object>> values = valueRange.getValues(); in doGet()
/test/suite_harness/tools/dex-tools/dex/
Dclasses0.out.dex6548 static java.lang.Enum[] getValues(
59937 protected void getValues(
59980 protected void getValues(
74169 public java.util.Collection getValues(
74210 public java.util.Collection getValues(
74271 public java.util.Collection getValues(
75331 protected void getValues(
75405 protected void getValues(
75530 protected void getValues(
75610 protected void getValues(
[all …]
Dclasses.out.dex18179 public android.content.ContentValues getValues(
32051 public void getValues(
/test/mlts/benchmark/results/
DChart.bundle.min.js10getValues=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/
DVtsReportMessage.java116 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()