Home
last modified time | relevance | path

Searched refs:test_image (Results 1 – 25 of 30) 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/skia/tests/
DSpecialImageTest.cpp56 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/
DSpecialImageTest.cpp56 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/
Dimage_ops_test.py215 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/
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/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 {
Dtelemetry-crosperf-with-profiler.exp32 test_image {
Dmorejs_perf.exp23 test_image {
Dnon-telemetry-tests.exp29 test_image {
Dpage_cycler_perf.exp43 test_image {
/external/u-boot/test/fs/
Dfs-test.sh159 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/
Daaclip.cpp165 static void test_image(SkCanvas* canvas, const SkImageInfo& info) { in test_image() function
209 test_image(canvas, info);
/external/skia/gm/
Daaclip.cpp165 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/
DBUILD51 "--test_image=$(location :testdata/grace_hopper.jpg)",
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dhsa-metadata-from-llvm-ir-full.ll309 ; 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

12