Searched refs:result_view (Results 1 – 6 of 6) sorted by relevance
155 auto result_view = result.AsStringView(); in printf() local157 pRuntime->NewString(result_view.Last(result_view.GetLength() - 1))); in printf()
29 from autotest_lib.client.bin.result_tools import view as result_view unknown892 html_file = os.path.join(path, result_view.DEFAULT_RESULT_SUMMARY_NAME)893 result_view.build(client_collected_bytes, summary, html_file)
26 from autotest_lib.client.bin.result_tools import view as result_view unknown
26 from autotest_lib.client.bin.result_tools import view as result_view unknown317 result_view.DEFAULT_RESULT_SUMMARY_NAME)318 result_view.build(client_collected_bytes, summary, html_file)
68 resultColor = resources.getColor(R.color.result_view); in ViewfinderView()