Searched defs:summary (Results 1 – 8 of 8) sorted by relevance
83 StatSummary summary = new StatSummary(label, profilingRun.regressionMode); in update() local87 StatSummary summary = getStatSummary(label); in update() local110 StatSummary summary = new StatSummary(label, profilingEntity.regressionMode); in updateLabel() local115 StatSummary summary = getStatSummary(label); in updateLabel() local
96 public boolean insertProfilingPointSummary(String key, ProfilingPointSummary summary) { in insertProfilingPointSummary()
108 ProfilingPointSummary summary = new ProfilingPointSummary(); in setUp() local200 ProfilingPointSummary summary = new ProfilingPointSummary(); in testPerformanceSummaryDroppedProfilingPoint() local217 ProfilingPointSummary summary = new ProfilingPointSummary(); in testPerformanceSummaryAddedProfilingPoint() local
39 private static ProfilingPointSummary summary; field in ProfilingPointSummaryTest
112 ProfilingPointSummary summary = now.getProfilingPointSummary(profilingPoint); in getPeformanceSummary() local
245 String summary = new String(); in getTestStatus() local
305 def summary(self): member in TestResult
258 void summary(String[] lines) { in summary() method in VtsMultiDeviceTestResultParser