Searched refs:image_type (Results 1 - 25 of 49) sorted by relevance

12

/external/toolchain-utils/crosperf/
H A 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...]
H A Dimage_checksummer.py31 if self.label.image_type != 'local':
56 if label.image_type != 'local':
/external/syslinux/gpxe/src/include/gpxe/
H A 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/ImageMagick/coders/
H A Dtga.c90 image_type;
215 tga_info.image_type=(TGAImageType) ReadBlobByte(image);
217 ((tga_info.image_type != TGAColormap) &&
218 (tga_info.image_type != TGARGB) &&
219 (tga_info.image_type != TGAMonochrome) &&
220 (tga_info.image_type != TGARLEColormap) &&
221 (tga_info.image_type != TGARLERGB) &&
222 (tga_info.image_type != TGARLEMonochrome)) ||
223 (((tga_info.image_type == TGAColormap) ||
224 (tga_info.image_type
89 image_type; member in struct:_TGAInfo
670 WriteTGAPixel(Image *image,TGAImageType image_type, const Quantum *p,const QuantumAny range,const double midpoint) argument
[all...]
H A Dxcf.c118 image_type,
359 if (inDocInfo->image_type == GIMP_GRAY)
362 if (inDocInfo->image_type == GIMP_RGB)
383 if (inDocInfo->image_type == GIMP_GRAY)
395 if (inDocInfo->image_type == GIMP_RGB)
488 if (inDocInfo->image_type == GIMP_GRAY)
501 if (inDocInfo->image_type == GIMP_GRAY)
544 if (inDocInfo->image_type == GIMP_GRAY)
557 if (inDocInfo->image_type == GIMP_GRAY)
1023 image_type,
116 image_type, member in struct:__anon166
1017 image_type, local
[all...]
/external/syslinux/gpxe/src/arch/i386/core/
H A Dfreebsd_loader.c42 } image_type = Unknown; variable in typeref:enum:__anon24434
50 image_type = Elf;
54 image_type = Elf_FreeBSD;
73 if (image_type == Elf_FreeBSD) {
263 if (image_type != Elf_FreeBSD)
349 image_type = Aout;
354 image_type = Aout_FreeBSD;
363 if (image_type == Aout_FreeBSD) {
/external/syslinux/gpxe/src/arch/i386/image/
H A Delfboot.c37 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL );
109 struct image_type elfboot_image_type __image_type ( PROBE_NORMAL ) = {
H A Dpxe_image.c38 struct image_type pxe_image_type __image_type ( PROBE_PXE );
113 struct image_type pxe_image_type __image_type ( PROBE_PXE ) = {
H A Dcom32.c43 struct image_type com32_image_type __image_type ( PROBE_NORMAL );
281 struct image_type com32_image_type __image_type ( PROBE_NORMAL ) = {
H A Dcomboot.c45 struct image_type comboot_image_type __image_type ( PROBE_NORMAL );
318 struct image_type comboot_image_type __image_type ( PROBE_NORMAL ) = {
H A Deltorito.c114 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL );
332 struct image_type eltorito_image_type __image_type ( PROBE_NORMAL ) = {
H A Dnbi.c32 struct image_type nbi_image_type __image_type ( PROBE_NORMAL );
438 struct image_type nbi_image_type __image_type ( PROBE_NORMAL ) = {
H A Dmultiboot.c43 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT );
462 struct image_type multiboot_image_type __image_type ( PROBE_MULTIBOOT ) = {
/external/syslinux/gpxe/src/image/
H A Defi_image.c28 struct image_type efi_image_type __image_type ( PROBE_NORMAL );
104 struct image_type efi_image_type __image_type ( PROBE_NORMAL ) = {
H A Dscript.c34 struct image_type script_image_type __image_type ( PROBE_NORMAL );
122 struct image_type script_image_type __image_type ( PROBE_NORMAL ) = {
/external/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_input_attachments.c47 const struct glsl_type *image_type = local
49 enum glsl_sampler_dim image_dim = glsl_get_sampler_dim(image_type);
73 switch (glsl_get_sampler_result_type(image_type)) {
/external/autotest/server/cros/faft/
H A Dcr50_test.py312 def find_cr50_gs_image(self, filename, image_type=None):
317 image_type: release or debug. If it is not specified we will search
322 gs_url = self.CR50_GS_URL % (image_type if image_type else '*')
329 image_type=None):
337 image_type: 'debug' or 'release'. This will be used to determine
349 bucket, filename = self.find_cr50_gs_image(filename, image_type)
391 image_type='debug')
412 image_type='release')
/external/autotest/site_utils/stable_images/
H A Dassign_stable_images.py234 image_type: afe.get_stable_version_map(image_type)
235 for image_type in image_types
240 def select_version_map(self, image_type):
242 Select an AFE version map object based on `image_type`.
247 @param image_type Image type parameter for the version mapper
250 self._selected_map = self._version_maps[image_type]
/external/syslinux/gpxe/src/core/
H A Dimage.c171 static int image_load_type ( struct image *image, struct image_type *type ) {
210 struct image_type *type;
/external/autotest/site_utils/deployment/
H A Dinstall_unittest.py26 def get_stable_version_map(self, image_type):
27 if image_type == self.CROS_IMAGE_TYPE:
29 elif image_type == self.FIRMWARE_IMAGE_TYPE:
/external/syslinux/gpxe/src/hci/commands/
H A Dimage_cmd.c99 * @v image_type Image type to assign (or NULL)
105 static int imgfetch_core_exec ( struct image_type *image_type, argument
160 image->type = image_type;
/external/autotest/server/site_tests/firmware_Cr50BID/
H A Dfirmware_Cr50BID.py385 def reset_state(self, image_type):
393 image_type: the name of the image we want to be running at the end
396 ${image_type}_path
401 _, rw_ver, bid = self.image_versions[image_type]
406 'chip board id', image_type)
408 logging.info('Updating to %s image and erasing chip bid', image_type)
413 self.cr50_update(getattr(self, image_type + '_path'), rollback=True)
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp143 (desc->image_type == CL_MEM_OBJECT_IMAGE1D_ARRAY ||
144 desc->image_type == CL_MEM_OBJECT_IMAGE2D_ARRAY))
154 if (bool(desc->buffer) != (desc->image_type == CL_MEM_OBJECT_IMAGE1D_BUFFER))
163 if (!supported_formats(ctx, desc->image_type).count(*format))
168 switch (desc->image_type) {
/external/vboot_reference/scripts/image_signing/
H A 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/autotest/client/cros/crash/
H A Dcrash_test.py425 image_type: type of image ("dev","force-official",...), if given
477 image_type = image_type_match.group(1)
479 image_type = None
496 'image_type': image_type,

Completed in 698 milliseconds

12