Home
last modified time | relevance | path

Searched refs:image_types (Results 1 – 10 of 10) sorted by relevance

/external/autotest/client/tests/qemu_iotests/
Dcontrol29 image_types = ['raw', 'cow', 'qcow', 'qcow2', 'vpc', 'vmdk']
31 for image_type in image_types:
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_images.py13 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/
Dtest_images.py12 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/autotest/site_utils/stable_images/
Dassign_stable_images.py82 image_types = [afe.CROS_IMAGE_TYPE, afe.FIRMWARE_IMAGE_TYPE]
85 for image_type in image_types
/external/u-boot/common/
Dbootm.c970 static uint8_t image_types[] = { in bootm_host_load_images() local
978 for (i = 0; i < ARRAY_SIZE(image_types); i++) { in bootm_host_load_images()
981 ret = bootm_host_load_image(fit, image_types[i]); in bootm_host_load_images()
/external/vboot_reference/
DMakefile1161 ${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/python/cpython3/Lib/tkinter/
D__init__.py1687 def image_types(self): member in Misc
3613 def image_types(): function
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1529 def image_types(self): member in Misc
3445 def image_types(): function
/external/python/cpython2/Misc/
DHISTORY12206 image_types() calls are now also widget methods.
/external/python/cpython3/Misc/
DHISTORY29585 image_types() calls are now also widget methods.