Home
last modified time | relevance | path

Searched refs:test_image (Results 1 – 25 of 26) sorted by relevance

12

/external/autotest/client/cros/image_comparison/
Drgb_image_comparer.py50 test_image = Image.open(test_img_path)
56 if test_image.mode != 'RGB':
58 test_image = test_image.convert('RGB')
62 test_image = test_image.crop(box)
64 diff_image = ImageChops.difference(golden_image, test_image)
/external/skqp/tests/
DSpecialImageTest.cpp57 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function
153 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in DEF_TEST()
158 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in DEF_TEST()
176 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in test_specialimage_image()
181 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in test_specialimage_image()
292 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
297 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
332 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
337 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/skia/tests/
DSpecialImageTest.cpp57 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function
153 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in DEF_TEST()
158 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in DEF_TEST()
176 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in test_specialimage_image()
181 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in test_specialimage_image()
292 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
297 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
332 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
337 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
/external/toolchain-utils/
Dweekly_report.py53 test_image = """
60 f.write(test_image)
107 test_image = """
114 f.write(test_image)
/external/autotest/server/cros/
Dfactory_install_test.py186 def _make_factory_package(self, factory_test_image, test_image): argument
200 factory_test_image, test_image, hwid_updater))
344 def run_once(self, factory_install_image, factory_test_image, test_image, argument
361 self._make_factory_package(factory_test_image, test_image)
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/
Dimage_ops_test.py182 test_image = np.random.randn(*test_image_shape)
184 test_image, shape=test_image_shape)
195 x_init_value=test_image)
/external/toolchain-utils/crosperf/experiment_files/
Daes_perf.exp19 test_image {
Dpage_cycler.exp26 test_image {
Dtelemetry-crosperf-with-external-chrome-src.exp24 test_image {
Dtelemetry-crosperf.exp30 test_image {
Dtelemetry-without-autotest.exp29 test_image {
Dbloat_perf.exp23 test_image {
Dmorejs_perf.exp23 test_image {
Dtelemetry-crosperf-with-profiler.exp32 test_image {
Dnon-telemetry-tests.exp29 test_image {
Dpage_cycler_perf.exp43 test_image {
/external/skqp/gm/
Daaclip.cpp235 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function
292 test_image(canvas, info); in onDraw()
/external/skia/gm/
Daaclip.cpp235 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function
292 test_image(canvas, info); in onDraw()
/external/ImageMagick/scripts/
DMakefile.am74 Magick++/tests/test_image.miff \
/external/ImageMagick/Magick++/
DMakefile.am63 Magick++/tests/test_image.miff \
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py342 def test_image(self): member in StandardOptionsTests
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py360 def test_image(self): member in StandardOptionsTests
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_widgets.py270 def test_image(self): member in MenubuttonTest
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py266 def test_image(self): member in MenubuttonTest
/external/autotest/docs/
Duser-doc.md268 actually listen on this port you must append the `--test_image` parameter

12