Searched defs:format (Results 26 - 50 of 2207) sorted by relevance

1234567891011>>

/external/chromium_org/skia/ext/
H A Dgoogle_logging.cc14 const char* format, ...) {
16 va_start(ap, format);
19 base::StringAppendV(&msg, format, ap);
13 SkDebugf_FileLine(const char* file, int line, bool fatal, const char* format, ...) argument
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeSanitizer.cpp69 bool OpenTypeSanitizer::supportsFormat(const String& format) argument
71 return equalIgnoringCase(format, "woff")
72 || (RuntimeEnabledFeatures::woff2Enabled() && equalIgnoringCase(format, "woff2"));
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h37 enum pipe_format format; member in struct:fbdev_sw_drawable
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexformat.c49 * Choose an appropriate texture format given the format, type and
53 * \param internalFormat user's prefered internal texture format.
54 * \param format incoming image pixel format.
58 * choosen texture format, or NULL on failure.
65 GLint internalFormat, GLenum format, GLenum type)
67 (void) format;
91 RETURN_IF_SUPPORTED(MESA_FORMAT_ARGB4444_REV); /* just to test another format*/
128 RETURN_IF_SUPPORTED(MESA_FORMAT_RGB565_REV); /* just to test another format */
64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, GLint internalFormat, GLenum format, GLenum type) argument
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkDebug_nacl.cpp27 void SkDebugf(const char format[], ...) { argument
31 va_start(args, format);
33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
/external/chromium_org/tools/grit/grit/format/
H A Drepack.py9 for details about the file format.
19 import grit.format.data_pack namespace
33 grit.format.data_pack.RePack(file_paths[0], file_paths[1:],
/external/clang/test/PCH/
H A Dva_arg.cpp14 void f(char *buffer, unsigned count, const char* format, va_list argptr) { argument
15 vsnprintf(buffer, count, format, argptr);
/external/clang/test/Sema/
H A Dblock-printf-attribute-1.c6 void (^b) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 1, 3))) = // expected-error {{format argument not a string type}} local
7 ^ __attribute__ ((__format__ (__printf__, 1, 3))) (int arg, const char * format, ...) {}; // expected-error {{format argument not a string type}}
9 void (^z) (int arg, const char * format, ...) __attribute__ ((__format__ (__printf__, 2, 3))) = ^ __attribute__ ((__format__ (__printf__, 2, 3))) (int arg, const char * format, ...) {}; local
11 z(1, "%s", 1); // expected-warning{{format specifies type 'char *' but the argument has type 'int'}}
16 // Handle block with multiple format attributes.
20 vprintf_scanf("%", ap, "%d"); // expected-warning {{incomplete format specifier}}, expected-warning {{more '%' conversions than data arguments}}
/external/deqp/framework/opengl/
H A DgluTextureUtil.hpp23 * \brief Texture format utilities.
39 * \brief GL pixel transfer format.
43 deUint32 format; //!< Pixel format. member in struct:glu::TransferFormat
47 : format (0)
53 : format (format_)
59 tcu::TextureFormat mapGLTransferFormat (deUint32 format, deUint32 dataType);
67 TransferFormat getTransferFormat (tcu::TextureFormat format);
68 deUint32 getInternalFormat (tcu::TextureFormat format);
69 deUint32 getGLFormat (tcu::CompressedTexture::Format format);
[all...]
/external/fio/t/
H A Dlog.c5 int log_err(const char *format, ...) argument
11 va_start(args, format);
12 len = vsnprintf(buffer, sizeof(buffer), format, args);
19 int log_info(const char *format, ...) argument
25 va_start(args, format);
26 len = vsnprintf(buffer, sizeof(buffer), format, args);
/external/libcxxabi/src/
H A Dabort_message.cpp30 void abort_message(const char* format, ...) argument
37 va_start(list, format);
38 vfprintf(stderr, format, list);
46 va_start(list2, format);
47 vasprintf(&buffer, format, list2);
53 va_start(list2, format);
54 vasprintf(&buffer, format, list2);
/external/libexif/libexif/
H A Dexif-format.c1 /* exif-format.c
23 #include <libexif/exif-format.h>
28 /*! Table of data format types, descriptions and sizes.
33 ExifFormat format; member in struct:__anon23659
53 exif_format_get_name (ExifFormat format) argument
67 if (ExifFormatTable[i].format == format)
73 exif_format_get_size (ExifFormat format) argument
78 if (ExifFormatTable[i].format == format)
[all...]
/external/libvorbis/doc/
H A D08-residue.tex23 \subsection{Residue format}
25 Residue format partitions each vector in the vector bundle into chunks,
72 \captionof{figure}{illustration of residue vector format}
245 format 1 decode process. Thus we describe first the decode
271 2) if residue encoding is format 2
350 \subsubsection{format 0 specifics}
384 \subsubsection{format 1 specifics}
416 \subsubsection{format 2 specifics}
418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format
[all...]
/external/mesa3d/src/gallium/winsys/sw/fbdev/
H A Dfbdev_sw_winsys.h37 enum pipe_format format; member in struct:fbdev_sw_drawable
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_format.c10 intel_mesa_format_to_rb_datatype(gl_format format) argument
12 switch (format) {
49 /* Unsupported format. We may hit this when people ask for FBO-incomplete
/external/mesa3d/src/mesa/main/
H A Dtexformat.c49 * Choose an appropriate texture format given the format, type and
53 * \param internalFormat user's prefered internal texture format.
54 * \param format incoming image pixel format.
58 * choosen texture format, or NULL on failure.
65 GLint internalFormat, GLenum format, GLenum type)
67 (void) format;
91 RETURN_IF_SUPPORTED(MESA_FORMAT_ARGB4444_REV); /* just to test another format*/
128 RETURN_IF_SUPPORTED(MESA_FORMAT_RGB565_REV); /* just to test another format */
64 _mesa_choose_tex_format(struct gl_context *ctx, GLenum target, GLint internalFormat, GLenum format, GLenum type) argument
[all...]
/external/oprofile/libutil++/
H A Dstream_util.h34 std::ios::fmtflags format; member in class:io_state
/external/skia/src/ports/
H A DSkDebug_nacl.cpp27 void SkDebugf(const char format[], ...) { argument
31 va_start(args, format);
33 vsnprintf(buffer + strlen(kLogPrefix), kBufferSize, format, args);
/external/chromium_org/v8/test/intl/overrides/
H A Dsecurity.js37 Intl.NumberFormat.prototype.format = throwError;
38 Intl.DateTimeFormat.prototype.format = throwError;
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DSerializerFactory.java52 * value is passed in this format: {uri}localName
82 * @param format The output format, minimally the "method" property must be set.
90 public static Serializer getSerializer(Properties format) argument
96 String method = format.getProperty(OutputKeys.METHOD);
106 format.getProperty(OutputPropertiesFactory.S_KEY_CONTENT_HANDLER);
139 ser.setOutputFormat(format);
161 sh.setOutputFormat(format);

Completed in 523 milliseconds

1234567891011>>