Home
last modified time | relevance | path

Searched refs:image_type (Results 1 – 25 of 34) sorted by relevance

12

/external/toolchain-utils/crosperf/
Dlabel.py33 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 …]
Dimage_checksummer.py31 if self.label.image_type != 'local':
56 if label.image_type != 'local':
Dmachine_manager_unittest.py180 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/
Dtga.c89 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 …]
Dxcf.c116 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/
Dfreebsd_loader.c42 } 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/
Dimage.h19 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/
Dcontrol31 for image_type in image_types:
32 option_flag = '-' + image_type
34 tag=image_type)
/external/autotest/site_utils/stable_images/
Dassign_stable_images.py140 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]
Dassign_stable_images_unittest.py281 def get_stable_version_map(self, image_type): argument
282 return image_type
/external/syslinux/gpxe/src/arch/i386/image/
Dpxe_image.c38 struct image_type pxe_image_type __image_type ( PROBE_PXE );
113 struct image_type pxe_image_type __image_type ( PROBE_PXE ) = {
Delfboot.c37 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL );
109 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
Dcomboot.c45 struct image_type comboot_image_type __image_type ( PROBE_NORMAL );
318 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
Dcom32.c43 struct image_type com32_image_type __image_type ( PROBE_NORMAL );
281 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
Deltorito.c114 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL );
332 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ) = {
Dnbi.c32 struct image_type nbi_image_type __image_type ( PROBE_NORMAL );
438 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
Dmultiboot.c43 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );
462 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ) = {
Dbzimage.c44 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/
Dscript.c34 struct image_type script_image_type __image_type ( PROBE_NORMAL );
122 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {
Defi_image.c28 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/
Dsign_official_build.sh653 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/
Dimage_cmd.c105 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/
Dimage.c171 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/
Dcrash_test.py461 image_type = image_type_match.group(1)
463 image_type = None
480 'image_type': image_type,
/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc569 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()

12