/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/skia/tests/ |
D | SpecialImageTest.cpp | 56 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function 151 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in DEF_TEST() 156 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in DEF_TEST() 174 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in test_specialimage_image() 179 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in test_specialimage_image() 282 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 287 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/skqp/tests/ |
D | SpecialImageTest.cpp | 56 static void test_image(const sk_sp<SkSpecialImage>& img, skiatest::Reporter* reporter, in test_image() function 151 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in DEF_TEST() 156 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in DEF_TEST() 174 test_image(subSImg1, reporter, nullptr, false, kPad, kFullSize); in test_specialimage_image() 179 test_image(subSImg2, reporter, nullptr, false, 0, kSmallerSize); in test_specialimage_image() 282 test_image(subSImg1, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 287 test_image(subSImg2, reporter, context, true, kPad, kFullSize); in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
/external/tensorflow/tensorflow/contrib/image/python/kernel_tests/ |
D | image_ops_test.py | 215 test_image = np.random.randn(*test_image_shape) 217 test_image, shape=test_image_shape) 228 x_init_value=test_image) 234 test_image = np.random.randn(*test_image_shape) 236 test_image, shape=test_image_shape) 255 x_init_value=test_image)
|
/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/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 | telemetry-crosperf-with-profiler.exp | 32 test_image {
|
D | morejs_perf.exp | 23 test_image {
|
D | non-telemetry-tests.exp | 29 test_image {
|
D | page_cycler_perf.exp | 43 test_image {
|
/external/u-boot/test/fs/ |
D | fs-test.sh | 159 function test_image() { function 547 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE $1 "" \ 602 test_image $IMAGE $fs $SMALL_FILE $BIG_FILE sb `pwd`/$MOUNT_DIR \
|
/external/skqp/gm/ |
D | aaclip.cpp | 165 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function 209 test_image(canvas, info);
|
/external/skia/gm/ |
D | aaclip.cpp | 165 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function 209 test_image(canvas, info);
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | BUILD | 51 "--test_image=$(location :testdata/grace_hopper.jpg)",
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | hsa-metadata-from-llvm-ir-full.ll | 309 ; CHECK: - Name: test_image 310 ; CHECK-NEXT: SymbolName: 'test_image@kd' 339 define amdgpu_kernel void @test_image(%opencl.image2d_t addrspace(1)* %a) #0
|