Searched refs:series (Results 1 – 7 of 7) sorted by relevance
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointSummaryEntity.java | 112 private String series; field in ProfilingPointSummaryEntity 154 String series, in ProfilingPointSummaryEntity() argument 161 this.series = series == null ? "" : series; in ProfilingPointSummaryEntity() 163 this.key = createKey(parentKey, this.branch, this.buildFlavor, this.series, this.startTime); in ProfilingPointSummaryEntity() 176 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in ProfilingPointSummaryEntity() argument 184 series, in ProfilingPointSummaryEntity() 199 Key parentKey, String branch, String buildFlavor, String series, long startTime) { in createKey() argument 205 sb.append(series); in createKey() 256 profilingSummary.setIndexedProperty(SERIES, this.series); in toEntity() 354 String series = (String) e.getProperty(SERIES); in fromEntity() local [all …]
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | BoxPlot.java | 128 public void addSeriesData(String label, String series, StatSummary stats) { in addSeriesData() argument 133 seriesMap.put(series, stats); in addSeriesData() 134 seriesSet.add(series); in addSeriesData() 158 for (String series : seriesList) { in toJson() 163 if (seriesMap.containsKey(series) && seriesMap.get(series).getCount() > 0) { in toJson() 164 StatSummary stat = seriesMap.get(series); in toJson()
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_profiling_overview.jsp | 59 plot.seriesList.forEach(function(series) { 60 data.addColumn('number', series); 94 intervals: { 'color' : 'series-color' },
|
D | show_coverage_overview.jsp | 125 intervals: { 'color' : 'series-color' },
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 319 String series = ""; in testUpdateSummary() local 346 series, in testUpdateSummary() 364 … profilingPointKey, device.getBranch(), device.getBuildFlavor(), series, time); in testUpdateSummary()
|
/test/mlts/benchmark/ |
D | README.txt | 36 The MLTS suite contains a series of tests to validate the behaviour of the drivers under stress or 69 * memory-mapped-model-load-stress: runs a series of parallel model compilation with memory mapped
|
/test/mlts/benchmark/crashtest/ |
D | README.txt | 18 This application will exercise a series of corner case or stress NNAPI test
|