Searched refs:VALUES (Results 1 – 5 of 5) sorted by relevance
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/ |
D | ReportLogTest.java | 32 private static final double[] VALUES = new double[] {.1, 124, 4736, 835.683, 98, 395}; field in ReportLogTest 72 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_detailOnly() 78 mReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize_full() 141 Metric metric = new Metric(SOURCE, MESSAGE, VALUES, ResultType.HIGHER_BETTER, in testLimits_values() 143 assertTrue("Expected values to be ok", Arrays.equals(VALUES, metric.getValues())); in testLimits_values()
|
D | MetricsXmlSerializerTest.java | 34 private static final double[] VALUES = new double[] {1, 11, 21, 1211, 111221}; field in MetricsXmlSerializerTest 73 mLocalReportLog.addValues("Details", VALUES, ResultType.NEUTRAL, ResultUnit.FPS); in testSerialize()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointRunEntity.java | 56 public static final String VALUES = "values"; field in ProfilingPointRunEntity 241 profilingRun.setUnindexedProperty(VALUES, this.values); in toEntity() 263 || !e.hasProperty(VALUES) in fromEntity() 274 List<Long> values = (List<Long>) e.getProperty(VALUES); in fromEntity()
|
/test/framework/harnesses/cts-tradefed/ |
D | tradefed-cts-prebuilt.jar | META-INF/
META-INF/MANIFEST.MF
com/android/compatibility/common/ ... |
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 127 private static final TestCaseResult[] VALUES = values(); field in VtsReportMessage.TestCaseResult 135 return VALUES[desc.getIndex()]; in valueOf() 248 private static final VtsTestType[] VALUES = values(); field in VtsReportMessage.VtsTestType 256 return VALUES[desc.getIndex()]; in valueOf() 380 private static final VtsProfilingRegressionMode[] VALUES = values(); field in VtsReportMessage.VtsProfilingRegressionMode 388 return VALUES[desc.getIndex()]; in valueOf() 512 private static final VtsProfilingType[] VALUES = values(); field in VtsReportMessage.VtsProfilingType 520 return VALUES[desc.getIndex()]; in valueOf()
|