Home
last modified time | relevance | path

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

/external/pdfium/fxjs/
Dcjs_util.cpp155 auto result_view = result.AsStringView(); in printf() local
157 pRuntime->NewString(result_view.Last(result_view.GetLength() - 1))); in printf()
/external/autotest/server/
Dsite_utils.py29 from autotest_lib.client.bin.result_tools import view as result_view unknown
892 html_file = os.path.join(path, result_view.DEFAULT_RESULT_SUMMARY_NAME)
893 result_view.build(client_collected_bytes, summary, html_file)
Dautoserv26 from autotest_lib.client.bin.result_tools import view as result_view unknown
Dautoserv.py26 from autotest_lib.client.bin.result_tools import view as result_view unknown
/external/autotest/client/bin/result_tools/
Dutils_unittest.py26 from autotest_lib.client.bin.result_tools import view as result_view unknown
317 result_view.DEFAULT_RESULT_SUMMARY_NAME)
318 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()