Home
last modified time | relevance | path

Searched refs:Count (Results 1 – 14 of 14) sorted by relevance

/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_test.py205 tfi.Count(self.name, self.category)
206 tfi.Count(self.name, self.category)
209 tfi.Count(self.name)
Dtest_framework_instrumentation.py108 def Count(name, category=DEFAULT_CATEGORY): function
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_plan_release.jsp52 search.addFilter('Passing Count', 'passing', {
56 search.addFilter('Non-Passing Count', 'nonpassing', {
Dshow_table.jsp51 search.addFilter('Passing Count', 'passing', {
55 search.addFilter('Non-Passing Count', 'nonpassing', {
156 rows.unshift(['Result', 'Count']);
Dshow_tree.jsp47 search.addFilter('Passing Count', 'passing', {
51 search.addFilter('Non-Passing Count', 'nonpassing', {
181 rows.unshift(['Result', 'Count']);
Dshow_coverage_overview.jsp182 title: 'Covered/Total Source Code Line Count (SLOC)',
254 rows.unshift(['Result', 'Count']);
282 ["Result", "Count"],
Dshow_profiling_overview.jsp76 '</br><b>Count:</b> ' +
Dshow_plan_run.jsp114 rows.unshift(['Result', 'Count']);
/test/vti/test_serving/gae/webapp/src/endpoint/
Dbuild_info.py93 count = self.Count(metaclass=model.BuildModel, filters=filters)
Dhost_info.py132 count = self.Count(metaclass=model.DeviceModel, filters=filters)
Dlab_info.py180 count = self.Count(metaclass=model.LabModel, filters=filters)
Dschedule_info.py136 count = self.Count(metaclass=model.ScheduleModel, filters=filters)
Djob_queue.py204 count = self.Count(metaclass=model.JobModel, filters=filters)
Dendpoint_base.py105 def Count(self, metaclass, filters=None): member in EndpointBase