OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReportMsg
(Results
1 - 7
of
7
) sorted by null
/test/vts/utils/python/web/
web_utils.py
23
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/runners/host/
base_test.py
20
from vts.proto import VtsReportMessage_pb2 as
ReportMsg
300
self.web.SetTestResult(
ReportMsg
.TEST_CASE_RESULT_FAIL)
328
self.web.SetTestResult(
ReportMsg
.TEST_CASE_RESULT_PASS)
354
self.web.SetTestResult(
ReportMsg
.TEST_CASE_RESULT_SKIP)
403
self.web.SetTestResult(
ReportMsg
.TEST_CASE_RESULT_EXCEPTION)
/test/vts/utils/python/systrace/
systrace_utils.py
19
from vts.proto import VtsReportMessage_pb2 as
ReportMsg
/test/vts/utils/python/profiling/
profiling_utils.py
21
from vts.proto import VtsReportMessage_pb2 as
ReportMsg
Completed in 491 milliseconds