Home
last modified time | relevance | path

Searched refs:getCount (Results 1 – 17 of 17) sorted by relevance

/test/vti/test_serving/gae/frontend/src/app/menu/build/
Dbuild.component.ts57 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/device/
Ddevice.component.ts68 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/schedule/
Dschedule.component.ts71 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/
Djob.component.ts99 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/
DStatSummary.java95 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
DBoxPlot.java135 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()
DProfilingPointSummary.java117 ppSummary.getGlobalStats().getCount(), in updateLabel()
/test/vti/dashboard/src/test/java/com/android/vts/util/
DStatSummaryTest.java43 assertEquals(n, test.getCount(), threshold); in testAverage()
58 assertEquals(n, test.getCount(), threshold); in testMin()
119 assertEquals(all.getCount(), test.getCount()); in testMerge()
DProfilingPointSummaryTest.java144 assertEquals(summary.getStatSummary(labels[0]).getCount(), labels.length); in testUpdateLabelGrouped()
/test/mlts/benchmark/src/com/android/nn/crashtest/app/
DCrashTestStatus.java69 mParallelTestComplete.getCount(), mTestResult.get())); in handleCompletionNotification()
96 return mParallelTestComplete.getCount() == 0; in isTestCompleted()
/test/vti/dashboard/src/test/java/com/android/vts/job/
DVtsProfilingStatsJobServletTest.java284 assertEquals(expected.getCount(), pps.getGlobalStats().getCount()); in testNewSummary()
375 assertEquals(expected.getCount(), pps.getGlobalStats().getCount()); in testUpdateSummary()
/test/vti/test_serving/gae/frontend/src/app/shared/
Dservicebase.ts37 public getCount(filterInfo: string): Observable<number> { method in ServiceBase
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java238 testList = new int[mModelsAdapter.getCount()]; in startInferenceTest()
240 for (int i = 1; i < mModelsAdapter.getCount(); i++) { in startInferenceTest()
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DProfilingPointSummaryEntity.java252 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/
DShowPerformanceDigestServlet.java138 if (stats.getCount() < 2) { in getPerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/job/
DVtsPerformanceJobServlet.java173 if (stats.getCount() < 2) { in getPerformanceSummary()
/test/vti/dashboard/src/main/java/com/android/vts/proto/
DVtsReportMessage.java5158 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 …]