OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:report_html
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/site_tests/firmware_TouchMTB/
firmware_utils.py
220
def __init__(self, log_dir, report_name, win,
report_html
):
227
self.
report_html
=
report_html
main.py
33
from
report_html
import ReportHtml
116
self.
report_html
= ReportHtml(self.report_html_name,
123
self.win, self.
report_html
)
test_flow.py
390
self.output.
report_html
.insert_image(self.gesture_image_name)
391
self.output.
report_html
.flush()
392
# After flushing to
report_html
, reset the gesture_image_name so that
404
self.output.
report_html
.stop()
419
self.output.
report_html
.stop()
468
self.output.
report_html
.insert_validator_logs(vlogs)
652
self.output.
report_html
.insert_gesture_log(glog)
Completed in 68 milliseconds