Searched refs:result_view (Results 1 – 5 of 5) sorted by relevance
21 from autotest_lib.client.bin.result_tools import view as result_view unknown927 html_file = os.path.join(path, result_view.DEFAULT_RESULT_SUMMARY_NAME)928 result_view.build(client_collected_bytes, summary, html_file)
25 from autotest_lib.client.bin.result_tools import view as result_view unknown
22 from autotest_lib.client.bin.result_tools import view as result_view unknown312 result_view.DEFAULT_RESULT_SUMMARY_NAME)313 result_view.build(client_collected_bytes, summary, html_file)
68 resultColor = resources.getColor(R.color.result_view); in ViewfinderView()