HomeSort by relevance Sort by last modified time
    Searched refs:ReportMsg (Results 1 - 8 of 8) sorted by null

  /test/vts/utils/python/web/
web_utils.py 24 from vts.proto import VtsReportMessage_pb2 as ReportMsg
77 self.report_msg = ReportMsg.TestReportMessage()
80 self.report_msg.test_type = ReportMsg.VTS_HOST_DRIVEN_STRUCTURAL
117 result: ReportMsg.TestCaseResult, the result of the current test or None.
195 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
222 profiling_msg.type = ReportMsg.VTS_PROFILING_TYPE_TIMESTAMP
238 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
284 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING):
300 name, labels, values, ReportMsg.VTS_PROFILING_TYPE_LABELED_VECTOR,
310 regression_mode=ReportMsg.VTS_REGRESSION_MODE_INCREASING)
    [all...]
  /test/vts-testcase/performance/binder_throughput_test/
BinderThroughputBenchmark.py 20 from vts.proto import VtsReportMessage_pb2 as ReportMsg
98 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
104 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
113 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
119 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
124 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
129 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
134 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
  /test/vts-testcase/performance/hwbinder_throughput_test/
HwBinderThroughputBenchmark.py 20 from vts.proto import VtsReportMessage_pb2 as ReportMsg
100 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
106 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
115 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
121 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
126 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
131 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
136 regression_mode=ReportMsg.VTS_REGRESSION_MODE_DISABLED)
  /test/vts/utils/python/reporting/
log_uploading_utils.py 19 from vts.proto import VtsReportMessage_pb2 as ReportMsg
  /test/vts/utils/python/systrace/
systrace_utils.py 19 from vts.proto import VtsReportMessage_pb2 as ReportMsg
  /test/vts/runners/host/
base_test.py 22 from vts.proto import VtsReportMessage_pb2 as ReportMsg
414 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_FAIL)
444 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_PASS)
467 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_SKIP)
510 self.web.SetTestResult(ReportMsg.TEST_CASE_RESULT_EXCEPTION)
    [all...]
  /test/vts/utils/python/profiling/
profiling_utils.py 21 from vts.proto import VtsReportMessage_pb2 as ReportMsg
  /test/vts/utils/python/coverage/
coverage_utils.py 25 from vts.proto import VtsReportMessage_pb2 as ReportMsg
343 coverage_report_msg = ReportMsg.TestReportMessage()
393 coverage_report_message = ReportMsg.TestReportMessage()

Completed in 104 milliseconds