/external/autotest/client/cros/image_comparison/ |
D | rgb_image_comparer.py | 50 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/ |
D | SpecialImageTest.cpp | 57 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/ |
D | SpecialImageTest.cpp | 57 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/ |
D | weekly_report.py | 53 test_image = """ 60 f.write(test_image) 107 test_image = """ 114 f.write(test_image)
|
/external/autotest/server/cros/ |
D | factory_install_test.py | 186 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/ |
D | image_ops_test.py | 182 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/ |
D | aes_perf.exp | 19 test_image {
|
D | page_cycler.exp | 26 test_image {
|
D | telemetry-crosperf-with-external-chrome-src.exp | 24 test_image {
|
D | telemetry-crosperf.exp | 30 test_image {
|
D | telemetry-without-autotest.exp | 29 test_image {
|
D | bloat_perf.exp | 23 test_image {
|
D | morejs_perf.exp | 23 test_image {
|
D | telemetry-crosperf-with-profiler.exp | 32 test_image {
|
D | non-telemetry-tests.exp | 29 test_image {
|
D | page_cycler_perf.exp | 43 test_image {
|
/external/skqp/gm/ |
D | aaclip.cpp | 235 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function 292 test_image(canvas, info); in onDraw()
|
/external/skia/gm/ |
D | aaclip.cpp | 235 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function 292 test_image(canvas, info); in onDraw()
|
/external/ImageMagick/scripts/ |
D | Makefile.am | 74 Magick++/tests/test_image.miff \
|
/external/ImageMagick/Magick++/ |
D | Makefile.am | 63 Magick++/tests/test_image.miff \
|
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 342 def test_image(self): member in StandardOptionsTests
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 360 def test_image(self): member in StandardOptionsTests
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_widgets.py | 270 def test_image(self): member in MenubuttonTest
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_widgets.py | 266 def test_image(self): member in MenubuttonTest
|
/external/autotest/docs/ |
D | user-doc.md | 268 actually listen on this port you must append the `--test_image` parameter
|