Searched refs:default_format (Results 1 - 11 of 11) sorted by relevance
/third_party/backends/backend/escl/ |
H A D | escl_newjob.c | 163 if (scanner->caps[scanner->source].default_format) in escl_newjob() 164 free(scanner->caps[scanner->source].default_format); in escl_newjob() 165 scanner->caps[scanner->source].default_format = NULL; in escl_newjob() 174 scanner->caps[scanner->source].default_format = in escl_newjob() 178 scanner->caps[scanner->source].default_format = in escl_newjob() 182 scanner->caps[scanner->source].default_format = in escl_newjob() 187 scanner->caps[scanner->source].default_format = in escl_newjob() 195 scanner->caps[scanner->source].default_format); in escl_newjob() 202 scanner->caps[scanner->source].default_format); in escl_newjob() 211 DBG( 1, "Create NewJob : %s\n", scanner->caps[scanner->source].default_format); in escl_newjob() [all...] |
H A D | escl_capabilities.c | 249 scanner->caps[type].default_format = strdup("application/pdf"); in find_valor_of_array_variables() 251 scanner->caps[type].default_format = strdup("image/tiff"); in find_valor_of_array_variables() 253 scanner->caps[type].default_format = strdup("image/png"); in find_valor_of_array_variables() 255 scanner->caps[type].default_format = strdup("image/jpeg"); in find_valor_of_array_variables() 474 if (scanner->caps[type].default_format && in _reduce_color_modes() 475 strcmp(scanner->caps[type].default_format, "application/pdf")) { in _reduce_color_modes() 498 if (scanner->caps[type].default_format) { in _delete_pdf() 500 if (!strcmp(scanner->caps[type].default_format, "application/pdf")) { in _delete_pdf() 501 free(scanner->caps[type].default_format); in _delete_pdf() 503 scanner->caps[type].default_format in _delete_pdf() [all...] |
H A D | escl.h | 115 SANE_String default_format; member
|
H A D | escl.c | 1719 if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/jpeg")) in sane_start() 1723 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/png")) in sane_start() 1727 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "image/tiff")) in sane_start() 1731 else if (!strcmp(handler->scanner->caps[handler->scanner->source].default_format, "application/pdf")) in sane_start()
|
/third_party/python/Lib/distutils/command/ |
H A D | bdist.py | 60 default_format = {'posix': 'gztar', variable in bdist 104 self.formats = [self.default_format[os.name]]
|
H A D | bdist_dumb.py | 47 default_format = { 'posix': 'gztar', variable in bdist_dumb 68 self.format = self.default_format[os.name]
|
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 111 default_format = dict(year="year", month="month", encoding="ascii") variable 383 format_ = default_format.copy() 951 result_2004_html.format(**default_format).encode('ascii'))
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_format.c | 2140 SVGA3dSurfaceFormat default_format = in svga_format_is_shareable() local 2144 if (default_format == SVGA3D_FORMAT_INVALID) in svga_format_is_shareable() 2146 if (default_format == sformat) in svga_format_is_shareable() 2164 svga_format_name(default_format), in svga_format_is_shareable()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 684 radv_select_android_external_format(const void *next, VkFormat default_format) in radv_select_android_external_format() argument 695 return default_format; in radv_select_android_external_format()
|
H A D | radv_private.h | 2730 VkFormat radv_select_android_external_format(const void *next, VkFormat default_format);
|
/third_party/python/Lib/logging/ |
H A D | __init__.py | 423 default_format = '%(message)s' variable in PercentStyle 429 self._fmt = fmt or self.default_format 438 raise ValueError("Invalid format '%s' for '%s' style" % (self._fmt, self.default_format[0])) 455 default_format = '{message}' variable in StrFormatStyle 489 default_format = '${message}' variable in StringTemplateStyle
|
Completed in 18 milliseconds