OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestReportMessage
(Results
1 - 4
of
4
) sorted by null
/test/vts/utils/native/trace_processor/
VtsTraceProcessor.h
82
//
TestReportMessage
.
84
TestReportMessage
* report_msg);
90
long GetTotalCoverageLine(const
TestReportMessage
& msg);
92
long GetTotalLine(const
TestReportMessage
& msg);
106
TestReportMessage
coverage_msg;
VtsTraceProcessor.cpp
354
TestReportMessage
* report_msg) {
416
TestReportMessage
coverage_msg;
456
TestReportMessage
selected_coverage_msg;
463
TestReportMessage
cur_coverage_msg = it->second.coverage_msg;
505
TestReportMessage
coverage_msg = it->second.coverage_msg;
517
long VtsTraceProcessor::GetTotalCoverageLine(const
TestReportMessage
& msg) {
525
long VtsTraceProcessor::GetTotalLine(const
TestReportMessage
& msg) {
/test/vts/utils/python/web/
web_utils.py
37
report_msg:
TestReportMessage
, Proto summarizing the test run
77
self.report_msg = ReportMsg.
TestReportMessage
()
/test/vts/utils/python/coverage/
coverage_utils.py
211
coverage_report_msg = ReportMsg.
TestReportMessage
()
Completed in 153 milliseconds