Searched refs:image_types (Results 1 – 12 of 12) sorted by relevance
/external/autotest/client/tests/qemu_iotests/ |
D | control | 29 image_types = ['raw', 'cow', 'qcow', 'qcow2', 'vpc', 'vmdk'] 31 for image_type in image_types:
|
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_images.py | 13 image_types = self.root.image_types() 14 self.assertIsInstance(image_types, tuple) 15 self.assertIn('photo', image_types) 16 self.assertIn('bitmap', image_types)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_images.py | 12 image_types = self.root.image_types() 13 self.assertIsInstance(image_types, tuple) 14 self.assertIn('photo', image_types) 15 self.assertIn('bitmap', image_types)
|
/external/OpenCL-CTS/test_conformance/computeinfo/ |
D | main.cpp | 264 static const struct image_type_entry image_types[] = { variable 293 int ii, ni = sizeof(image_types) / sizeof(image_types[0]); in getImageInfo() 306 if (vercmp(version, image_types[ii].version) < 0) in getImageInfo() 311 log_info("\t%s supported formats:\n", image_types[ii].str); in getImageInfo() 320 image_types[ii].val, 5000, NULL, in getImageInfo() 344 image_types[ii].val, num_supported, in getImageInfo()
|
/external/autotest/site_utils/stable_images/ |
D | assign_stable_images.py | 82 image_types = [afe.CROS_IMAGE_TYPE, afe.FIRMWARE_IMAGE_TYPE] 85 for image_type in image_types
|
/external/u-boot/common/ |
D | bootm.c | 870 static uint8_t image_types[] = { in bootm_host_load_images() local 878 for (i = 0; i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images() 881 ret = bootm_host_load_image(fit, image_types[i]); in bootm_host_load_images()
|
/external/vboot_reference/ |
D | Makefile | 1161 ${BUILD}/utility/image_types.o \ 1169 ${BUILD}/utility/bmpblk_font: OBJS += ${BUILD}/utility/image_types.o 1170 ${BUILD}/utility/bmpblk_font: ${BUILD}/utility/image_types.o 1171 ALL_OBJS += ${BUILD}/utility/image_types.o
|
/external/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 46 SpvId image_types[PIPE_MAX_SAMPLERS]; member 533 assert(!ctx->image_types[index]); in emit_sampler() 534 ctx->image_types[index] = image_type; in emit_sampler() 553 assert(!ctx->image_types[index]); in emit_sampler() 554 ctx->image_types[index] = image_type; in emit_sampler() 1944 SpvId image_type = ctx->image_types[tex->texture_index]; in emit_tex()
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1863 def image_types(self): member in Misc 4151 def image_types(): function
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1529 def image_types(self): member in Misc 3445 def image_types(): function
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12206 image_types() calls are now also widget methods.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 29585 image_types() calls are now also widget methods.
|