/test/vti/test_serving/gae/frontend/src/app/menu/device/ |
D | device.component.ts | 68 this.getCount(); 73 getCount(observer = this.getDefaultCountObservable()) { method in DeviceComponent 75 this.deviceService.getCount(filterJSON).subscribe(observer); 99 this.getCount(); 104 this.getCount(); 112 this.getCount(countObservable); 135 this.getCount();
|
/test/vti/test_serving/gae/frontend/src/app/menu/build/ |
D | build.component.ts | 57 this.getCount(); 62 getCount(observer = this.getDefaultCountObservable()) { method in BuildComponent 64 this.buildService.getCount(filterJSON).subscribe(observer); 88 this.getCount(); 93 this.getCount(); 101 this.getCount(countObservable); 124 this.getCount();
|
/test/vti/test_serving/gae/frontend/src/app/menu/schedule/ |
D | schedule.component.ts | 71 this.getCount(); 76 getCount(observer = this.getDefaultCountObservable()) { method in ScheduleComponent 78 this.scheduleService.getCount(filterJSON).subscribe(observer); 102 this.getCount(); 107 this.getCount(); 115 this.getCount(countObservable); 157 this.getCount();
|
/test/vti/test_serving/gae/frontend/src/app/menu/job/ |
D | job.component.ts | 99 this.getCount(); 105 getCount(observer = this.getDefaultCountObservable()) { method in JobComponent 107 this.jobService.getCount(filterJSON).subscribe(observer); 131 this.getCount(); 136 this.getCount(); 144 this.getCount(countObservable); 218 this.getCount();
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | StatSummary.java | 95 int newN = n + stat.getCount(); in merge() 96 sumSq = sumSq + stat.getSumSq() + delta / newN * delta * n * stat.getCount(); in merge() 98 mean = n * recipN * mean + stat.getCount() * recipN * stat.getMean(); in merge() 166 public int getCount() { in getCount() method in StatSummary
|
D | BoxPlot.java | 135 count += stats.getCount(); in addSeriesData() 163 if (seriesMap.containsKey(series) && seriesMap.get(series).getCount() > 0) { in toJson() 167 if (stat.getCount() > 1) { in toJson() 170 count = stat.getCount(); in toJson()
|
D | ProfilingPointSummary.java | 117 ppSummary.getGlobalStats().getCount(), in updateLabel()
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | StatSummaryTest.java | 43 assertEquals(n, test.getCount(), threshold); in testAverage() 58 assertEquals(n, test.getCount(), threshold); in testMin() 119 assertEquals(all.getCount(), test.getCount()); in testMerge()
|
D | ProfilingPointSummaryTest.java | 144 assertEquals(summary.getStatSummary(labels[0]).getCount(), labels.length); in testUpdateLabelGrouped()
|
/test/vti/test_serving/gae/frontend/src/app/shared/ |
D | servicebase.ts | 37 public getCount(filterInfo: string): Observable<number> { method in ServiceBase
|
/test/vti/dashboard/src/test/java/com/android/vts/job/ |
D | VtsProfilingStatsJobServletTest.java | 284 assertEquals(expected.getCount(), pps.getGlobalStats().getCount()); in testNewSummary() 375 assertEquals(expected.getCount(), pps.getGlobalStats().getCount()); in testUpdateSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | ProfilingPointSummaryEntity.java | 252 profilingSummary.setUnindexedProperty(COUNT, this.globalStats.getCount()); in toEntity() 270 labelCounts.add(new Long(labelStat.getCount())); in toEntity()
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowPerformanceDigestServlet.java | 138 if (stats.getCount() < 2) { in getPerformanceSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
D | VtsPerformanceJobServlet.java | 173 if (stats.getCount() < 2) { in getPerformanceSummary()
|
/test/vti/dashboard/src/main/java/com/android/vts/proto/ |
D | VtsReportMessage.java | 5158 return coverageBuilder_.getCount(); in getCoverageCount() 5470 return profilingBuilder_.getCount(); in getProfilingCount() 5782 return systraceBuilder_.getCount(); in getSystraceCount() 6096 return logBuilder_.getCount(); in getLogCount() 16746 return deviceInfoBuilder_.getCount(); in getDeviceInfoCount() 17466 return testCaseBuilder_.getCount(); in getTestCaseCount() 17778 return profilingBuilder_.getCount(); in getProfilingCount() 18090 return systraceBuilder_.getCount(); in getSystraceCount() 18482 return coverageBuilder_.getCount(); in getCoverageCount() 18794 return apiCoverageBuilder_.getCount(); in getApiCoverageCount() [all …]
|