Home
last modified time | relevance | path

Searched refs:ReportMsg (Results 1 – 9 of 9) sorted by relevance

/test/vts-testcase/performance/binder_throughput_test/
DBinderThroughputBenchmark.py20 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
97 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
103 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
112 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
118 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
123 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
128 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
133 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vts-testcase/performance/hwbinder_throughput_test/
DHwBinderThroughputBenchmark.py20 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
99 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
105 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
114 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
120 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
125 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
130 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
135 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
/test/vts/utils/python/web/
Dweb_utils.py24 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
84 self.report_msg = ReportMsg.TestReportMessage()
91 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
239 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
266 profiling_msg.type = ReportMsg.VTS_PROFILING_TYPE_TIMESTAMP
282 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
328 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
344 name, labels, values, ReportMsg.VTS_PROFILING_TYPE_LABELED_VECTOR,
354 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
369 name, None, values, ReportMsg.VTS_PROFILING_TYPE_UNLABELED_VECTOR,
[all …]
/test/vts/utils/python/gcs/
Dgcs_utils.py21 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
/test/vts/runners/host/
Dbase_test.py25 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
534 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_FAIL)
701 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_FAIL)
735 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_PASS)
758 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_SKIP)
799 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_EXCEPTION)
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py19 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
/test/vts/utils/python/systrace/
Dsystrace_utils.py19 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
/test/vts/utils/python/coverage/
Dcoverage_utils.py25 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown
371 coverage_report_msg = ReportMsg.TestReportMessage()
421 coverage_report_message = ReportMsg.TestReportMessage()
/test/vts/utils/python/profiling/
Dprofiling_utils.py22 from vts.proto import VtsReportMessage_pb2 as ReportMsg unknown