/external/autotest/client/tests/kvm/tests/ |
D | qemu_img.py | 19 image_format = params.get("image_format") 109 img += '.' + image_format 110 _create(cmd, img_name=img, fmt=image_format, 152 image_format, params.get("compressed"), params.get("encrypted")) 203 if not image_format in img_info: 262 image_format = params.get("image_format", "qcow2") 267 backing_file = "%s.%s" % (backing_file_name, image_format) 273 image_format, 274 image_format, 276 image_format) [all …]
|
D | pci_hotplug.py | 40 image_format = params.get("image_format_stg") 115 (image_filename, driver_id, image_format)) 119 (image_filename, image_format, driver_id))
|
/external/autotest/client/cros/video/ |
D | screenshot_file_namer.py | 30 def __init__(self, image_format): argument 31 self._image_format = image_format 35 def image_format(self): member in ScreenShotFileNamer 64 return filename + '.' + self.image_format
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | index_sub_table.cc | 42 image_format()); in GlyphInfo() 114 image_format()); in GlyphInfo() 222 int32_t image_format, in Builder() argument 229 image_format_(image_format), in Builder() 263 image_format()); in SerializeIndexSubHeader()
|
D | index_sub_table.h | 51 int32_t image_format() { return image_format_; } in image_format() function 102 int32_t image_format, 134 int32_t image_format() { return image_format_; } in image_format() function
|
D | bitmap_size_table.cc | 116 return subtable->image_format(); in GlyphFormat() 359 return subtable->image_format(); in GlyphFormat()
|
D | index_sub_table_format2.cc | 270 container()->image_format()); in Next()
|
D | index_sub_table_format3.cc | 293 container()->image_format()); in Next()
|
D | index_sub_table_format1.cc | 297 container()->image_format()); in Next()
|
D | index_sub_table_format5.cc | 342 container()->image_format()); in Next()
|
D | index_sub_table_format4.cc | 379 container()->image_format()); in Next()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 124 def write_images(self, frame_indices, dest_dir, image_format): argument 140 path = os.path.join(dest_dir, str(i) + '.' + image_format)
|
/external/autotest/client/tests/kvm/ |
D | base.cfg.sample | 152 image_format = qcow2 156 image_format = vmdk 159 image_format = raw
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl_ext.h | 262 const cl_image_format *image_format,
|
/external/freetype/src/sfnt/ |
D | ttsbit.c | 1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1121 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1252 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1255 image_format, in tt_sbit_decoder_load_image()
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttsbit.c | 1091 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1121 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1252 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1255 image_format, in tt_sbit_decoder_load_image()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/ |
D | ttsbit.c | 1173 FT_UInt start, end, index_format, image_format; in tt_sbit_decoder_load_image() local 1214 image_format = FT_NEXT_USHORT( p ); in tt_sbit_decoder_load_image() 1345 image_format, glyph_index )); in tt_sbit_decoder_load_image() 1348 image_format, in tt_sbit_decoder_load_image()
|
/external/autotest/client/virt/ |
D | virt_vm.py | 203 image_format = params.get("image_format", "qcow2") 206 image_filename = "%s.%s" % (image_name, image_format)
|
/external/sfntly/cpp/src/test/ |
D | bitmap_table_test.cc | 84 EXPECT_EQ(sub1->image_format(), STRIKE4_SUB1_IMAGE_FORMAT); in CommonReadingTest()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 405 builder4->set_image_format(b->image_format()); in ConstructIndexFormat4() 458 new_builder->set_image_format(b->image_format()); in ConstructIndexFormat5()
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | tttypes.h | 583 FT_UShort image_format; member
|
/external/freetype/include/internal/ |
D | tttypes.h | 583 FT_UShort image_format; member
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/include/freetype/internal/ |
D | tttypes.h | 583 FT_UShort image_format; member
|
/external/libpng/contrib/libtests/ |
D | pngstest.c | 2982 png_uint_32 image_format; in read_file() local 2985 image_format = image->image.format; in read_file() 2992 format_names[image_format & FORMAT_MASK], in read_file() 3012 (image_format & PNG_FORMAT_FLAG_COLORMAP) != 0) in read_file() 3013 format = (image_format & ~BASE_FORMATS) | (format & BASE_FORMATS); in read_file() 3016 format = image_format; in read_file()
|
/external/opencv3/modules/core/src/ |
D | ocl.cpp | 921 const cl_image_format * image_format, 925 (context, flags, image_format, image_desc, host_ptr, errcode_ret)) 930 const cl_image_format * image_format, 936 … (context, flags, image_format, image_width, image_height, image_row_pitch, host_ptr, errcode_ret))
|