Searched refs:result_view (Results 1 - 3 of 3) sorted by relevance

/external/autotest/client/bin/result_tools/
H A Dutils_unittest.py19 from autotest_lib.client.bin.result_tools import view as result_view namespace
260 """Test build method in result_view module."""
264 result_view.DEFAULT_RESULT_SUMMARY_NAME)
265 result_view.build(client_collected_bytes, summary, html_file)
/external/autotest/server/
H A Dsite_utils.py21 from autotest_lib.client.bin.result_tools import view as result_view namespace
976 html_file = os.path.join(path, result_view.DEFAULT_RESULT_SUMMARY_NAME)
977 result_view.build(client_collected_bytes, summary, html_file)
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java68 resultColor = resources.getColor(R.color.result_view);

Completed in 155 milliseconds