/external/toolchain-utils/crosperf/ |
D | label.py | 33 self.image_type = self._GetImageType(chromeos_image) 37 if self.image_type == 'local': 53 if self.image_type == 'local': 85 if self.image_type == 'local': 87 elif self.image_type == 'trybot': 91 image_type = None 93 image_type = 'local' 95 image_type = 'trybot' 97 image_type = 'official' 98 return image_type [all …]
|
D | image_checksummer.py | 31 if self.label.image_type != 'local': 56 if label.image_type != 'local':
|
D | machine_manager_unittest.py | 180 LABEL_LUMPY.image_type = 'local' 187 LABEL_LUMPY.image_type = 'trybot' 196 LABEL_LUMPY.image_type = 'other' 219 LABEL_LUMPY.image_type = 'trybot'
|
/external/ImageMagick/coders/ |
D | tga.c | 89 image_type; member 212 tga_info.image_type=(TGAImageType) ReadBlobByte(image); in ReadTGAImage() 214 ((tga_info.image_type != TGAColormap) && in ReadTGAImage() 215 (tga_info.image_type != TGARGB) && in ReadTGAImage() 216 (tga_info.image_type != TGAMonochrome) && in ReadTGAImage() 217 (tga_info.image_type != TGARLEColormap) && in ReadTGAImage() 218 (tga_info.image_type != TGARLERGB) && in ReadTGAImage() 219 (tga_info.image_type != TGARLEMonochrome)) || in ReadTGAImage() 220 (((tga_info.image_type == TGAColormap) || in ReadTGAImage() 221 (tga_info.image_type == TGARLEColormap)) && in ReadTGAImage() [all …]
|
D | xcf.c | 116 image_type, member 354 if (inDocInfo->image_type == GIMP_GRAY) in load_tile() 357 if (inDocInfo->image_type == GIMP_RGB) in load_tile() 378 if (inDocInfo->image_type == GIMP_GRAY) in load_tile() 390 if (inDocInfo->image_type == GIMP_RGB) in load_tile() 483 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle() 496 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle() 539 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle() 552 if (inDocInfo->image_type == GIMP_GRAY) in load_tile_rle() 1017 image_type, in ReadXCFImage() local [all …]
|
/external/syslinux/gpxe/src/arch/i386/core/ |
D | freebsd_loader.c | 42 } image_type = Unknown; variable 50 image_type = Elf; in elf_freebsd_probe() 54 image_type = Elf_FreeBSD; in elf_freebsd_probe() 73 if (image_type == Elf_FreeBSD) { in elf_freebsd_fixup_segment() 263 if (image_type != Elf_FreeBSD) in elf_freebsd_boot() 349 image_type = Aout; in aout_freebsd_probe() 354 image_type = Aout_FreeBSD; in aout_freebsd_probe() 363 if (image_type == Aout_FreeBSD) { in aout_freebsd_boot()
|
/external/syslinux/gpxe/src/include/gpxe/ |
D | image.h | 19 struct image_type; 44 struct image_type *type; 72 struct image_type { struct 129 #define IMAGE_TYPES __table ( struct image_type, "image_types" )
|
/external/autotest/client/tests/qemu_iotests/ |
D | control | 31 for image_type in image_types: 32 option_flag = '-' + image_type 34 tag=image_type)
|
/external/autotest/site_utils/stable_images/ |
D | assign_stable_images.py | 140 image_type: afe.get_stable_version_map(image_type) 141 for image_type in image_types 146 def select_version_map(self, image_type): argument 157 self._selected_map = self._version_maps[image_type]
|
D | assign_stable_images_unittest.py | 281 def get_stable_version_map(self, image_type): argument 282 return image_type
|
/external/syslinux/gpxe/src/arch/i386/image/ |
D | pxe_image.c | 38 struct image_type pxe_image_type __image_type ( PROBE_PXE ); 113 struct image_type pxe_image_type __image_type ( PROBE_PXE ) = {
|
D | elfboot.c | 37 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ); 109 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
|
D | comboot.c | 45 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ); 318 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
|
D | com32.c | 43 struct image_type com32_image_type __image_type ( PROBE_NORMAL ); 281 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
|
D | eltorito.c | 114 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ); 332 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ) = {
|
D | nbi.c | 32 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ); 438 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
|
D | multiboot.c | 43 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ); 462 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ) = {
|
D | bzimage.c | 44 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL ); 557 struct image_type bzimage_image_type __image_type ( PROBE_NORMAL ) = {
|
/external/syslinux/gpxe/src/image/ |
D | script.c | 34 struct image_type script_image_type __image_type ( PROBE_NORMAL ); 122 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {
|
D | efi_image.c | 28 struct image_type efi_image_type __image_type ( PROBE_NORMAL ); 104 struct image_type efi_image_type __image_type ( PROBE_NORMAL ) = {
|
/external/vboot_reference/scripts/image_signing/ |
D | sign_official_build.sh | 653 local image_type="$1" 661 echo "Preparing ${image_type} image..." 666 if [[ "${image_type}" != "factory_install" ]]; then 673 if [[ "${image_type}" == "recovery" ]]; then 676 echo "Signed ${image_type} image output to ${output}"
|
/external/syslinux/gpxe/src/hci/commands/ |
D | image_cmd.c | 105 static int imgfetch_core_exec ( struct image_type *image_type, in imgfetch_core_exec() argument 160 image->type = image_type; in imgfetch_core_exec()
|
/external/syslinux/gpxe/src/core/ |
D | image.c | 171 static int image_load_type ( struct image *image, struct image_type *type ) { in image_load_type() 210 struct image_type *type; in image_autoload()
|
/external/autotest/client/cros/crash/ |
D | crash_test.py | 461 image_type = image_type_match.group(1) 463 image_type = None 480 'image_type': image_type,
|
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 569 ImageType image_type = in GetTransitionRate() local 584 float max_rate = kFrameRateFac[framerate_level] * kMaxRateQm[image_type]; in GetTransitionRate() 586 uint8_t image_class = image_type > kVGA ? 1 : 0; in GetTransitionRate()
|