Home
last modified time | relevance | path

Searched refs:result_view (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/
Dsite_utils.py21 from autotest_lib.client.bin.result_tools import view as result_view unknown
927 html_file = os.path.join(path, result_view.DEFAULT_RESULT_SUMMARY_NAME)
928 result_view.build(client_collected_bytes, summary, html_file)
Dautoserv.py25 from autotest_lib.client.bin.result_tools import view as result_view unknown
Dautoserv25 from autotest_lib.client.bin.result_tools import view as result_view unknown
/external/autotest/client/bin/result_tools/
Dutils_unittest.py22 from autotest_lib.client.bin.result_tools import view as result_view unknown
312 result_view.DEFAULT_RESULT_SUMMARY_NAME)
313 result_view.build(client_collected_bytes, summary, html_file)
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
DViewfinderView.java68 resultColor = resources.getColor(R.color.result_view); in ViewfinderView()