HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 1376 - 1400 of 11127) sorted by null

<<51525354555657585960>>

  /external/chromium_org/chrome/browser/drive/
event_logger.cc 37 void EventLogger::Log(logging::LogSeverity severity, const char* format, ...) {
41 va_start(args, format);
42 base::StringAppendV(&what, format, args);
  /external/chromium_org/chrome/browser/renderer_host/pepper/
pepper_flash_clipboard_message_filter.h 31 // stored in a single real clipboard format (in the same way the "web custom"
33 // clipboard types for each custom clipboard format which may be a limited
56 uint32_t format);
59 uint32_t format);
67 int32_t WriteClipboardDataItem(uint32_t format,
  /external/chromium_org/chrome/browser/sync_file_system/
logger.cc 44 const char* format,
49 va_start(args, format);
50 base::StringAppendV(&what, format, args);
  /external/chromium_org/media/video/capture/
video_capture_types.cc 35 return base::StringPrintf("resolution: %s, fps: %f, pixel format: %s",
41 std::string VideoCaptureFormat::PixelFormatToString(VideoPixelFormat format) {
42 switch (format) {
66 NOTREACHED() << "Invalid VideoPixelFormat provided: " << format;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.h 53 const String& format() const { return m_format; } function in class:blink::CSSFontFaceSrcValue
56 void setFormat(const String& format) { m_format = format; }
  /external/chromium_org/third_party/WebKit/Source/wtf/
PrintStream.cpp 38 void PrintStream::printf(const char* format, ...)
41 va_start(argList, format);
42 vprintf(format, argList);
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
renderer9_utils.h 49 bool IsFormatChannelEquivalent(D3DFORMAT d3dformat, GLenum format);
59 GLuint ComputeBlockSize(D3DFORMAT format, GLuint width, GLuint height);
61 void MakeValidSize(bool isImage, D3DFORMAT format, GLsizei *requestWidth, GLsizei *requestHeight, int *levelOffset);
  /external/chromium_org/third_party/angle/tests/angle_tests/
DepthStencilFormatsTest.cpp 17 bool checkTexImageFormatSupport(GLenum format, GLenum type)
24 glTexImage2D(GL_TEXTURE_2D, 0, format, 1, 1, 0, format, type, NULL);
  /external/chromium_org/third_party/icu/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]
msgfmt.h 13 * 07/22/98 stephen Removed operator!= (defined in Format)
29 #include "unicode/format.h"
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
69 * <p>An argument might not specify any format type. In this case,
75 * Format object is created, cached and used.
81 * <p>After construction, a custom Format object can be set for
97 * (or using a custom Format object if one was set).
153 * a <code>Format</code> instance for the format element. The following
154 * table shows how the values map to Format instances. Combinations no
    [all...]
selfmt.h 38 * object provided to the format method is a string that's matched
48 * <p>The main use case for the select format is gender based inflection.
117 * the form of the participle, uses a select format based on argument 1:</p>
147 * the <code>format</code> method matches no other keyword.
167 * msgFmt->format(args1, 2, result, ignore, status);
183 class U_I18N_API SelectFormat : public Format {
209 * Sets the pattern used by this select format.
213 * @param pattern the pattern for this select format
222 using Format::format;
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 13 #include "unicode/format.h"
103 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
104 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
119 //tempBuffer = messageFormatter->format(NULL, 1, tempBuffer, FieldPosition(FieldPosition::DONT_CARE), status);
121 tempBuffer = messageFormatter->format(NULL, 0, tempBuffer, pos, status);
123 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
128 tempBuffer = messageFormatter->format(params, 2, tempBuffer, pos, status);
129 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
197 tempBuffer = messageFormatter->format(params, 1, tempBuffer, pos, status);
198 if(tempBuffer != "Impossible {1} has occurred -- status code is 7 and message is {2}." || failure(status, "MessageFormat::format"))
972 MessageFormat *format = new MessageFormat("", status); local
989 MessageFormat *format = new MessageFormat("", status); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/iotest/
iotest.cpp 207 UChar format[512]; local
242 tempStr=testCase->getString("format", errorCode);
243 tempStr.extract(format, sizeof(format)/sizeof(format[0]), errorCode);
248 u_austrncpy(cBuffer, format, sizeof(cBuffer));
255 log_verbose("Test %d: format=\"%s\"\n", i, cBuffer);
259 uBufferLenReturned = u_sprintf_u(uBuffer, format, dbl);
260 uFileBufferLenReturned = u_fprintf_u(testFile.getAlias(), format, dbl);
264 uBufferLenReturned = u_sprintf_u(uBuffer, format, i8)
372 UChar format[512]; local
575 UChar format[512]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.h 52 #define _util_printf_format(fmt, list) __attribute__ ((format (printf, fmt, list)))
57 void _debug_vprintf(const char *format, va_list ap);
61 _debug_printf(const char *format, ...)
64 va_start(ap, format);
65 _debug_vprintf(format, ap);
81 debug_printf(const char *format, ...) _util_printf_format(1,2);
84 debug_printf(const char *format, ...)
88 va_start(ap, format);
89 _debug_vprintf(format, ap);
92 (void) format; /* silence warning *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.h 55 vl_video_buffer_formats(struct pipe_screen *screen, enum pipe_format format);
61 vl_video_buffer_plane_order(enum pipe_format format);
70 * check if video buffer format is supported for a codec/profile
75 enum pipe_format format,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_clear.c 36 pack_rgba(enum pipe_format format, const float *rgba)
39 util_pack_color(rgba, format, &uc);
44 pack_zeta(enum pipe_format format, double depth, unsigned stencil)
47 if (format != PIPE_FORMAT_Z16_UNORM)
65 colr = pack_rgba(fb->cbufs[0]->format, color->f);
73 zeta = pack_zeta(fb->zsbuf->format, depth, stencil);
109 rt_format = nv30_format(pipe->screen, ps->format)->hw;
110 if (util_format_get_blocksize(ps->format) == 4)
146 PUSH_DATA (push, pack_rgba(ps->format, color->f));
168 rt_format = nv30_format(pipe->screen, ps->format)->hw
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_dump.c 83 trace_dump_writef(const char *format, ...)
88 va_start(ap, format);
89 len = util_vsnprintf(buf, sizeof(buf), format, ap);
461 enum pipe_format format,
471 size = util_format_get_nblocksy(format, box->height) * stride;
473 size = util_format_get_nblocksx(format, box->width) * util_format_get_blocksize(format);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_pixel.h 38 GLenum format, GLenum type);
44 GLenum format, GLenum type,
51 GLenum format,
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texgetimage.c 76 GLenum format, GLenum type, GLvoid *pixels,
102 width, height, format, type,
126 GLenum format, GLenum type, GLvoid *pixels,
147 width, height, format, type,
171 GLenum format, GLenum type, GLvoid *pixels,
192 width, height, format, type,
224 GLenum format, GLenum type, GLvoid *pixels,
228 /* don't want to apply sRGB -> RGB conversion here so override the format */
232 const GLenum destBaseFormat = _mesa_base_tex_format(ctx, format);
301 width, height, format, type
    [all...]
  /external/chromium_org/third_party/skia/experimental/pixman/
junk.cpp 50 pixman_format_code_t format; local
57 format = pixman_image_get_format (image);
71 switch (format)
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_mac.h 31 virtual void SetPickledData(const OSExchangeData::CustomFormat& format,
39 virtual bool GetPickledData(const OSExchangeData::CustomFormat& format,
46 const OSExchangeData::CustomFormat& format) const OVERRIDE;
  /external/chromium_org/ui/gl/
gl_context_cgl.cc 35 static CGLPixelFormatObj format; local
36 if (format)
37 return format;
54 &format,
56 LOG(ERROR) << "Error choosing pixel format.";
59 if (!format) {
60 LOG(ERROR) << "format == 0.";
64 return format;
87 CGLPixelFormatObj format = GetPixelFormat(); local
88 if (!format)
155 CGLPixelFormatObj format = GetPixelFormat(); local
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 72 deUint32 format = texFormats[formatNdx].internalFormat; local
79 string description = glu::getPixelFormatName(format);
81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es3pTextureFormatTests.cpp 21 * \brief Texture format performance tests.
40 : TestCaseGroup(context, "format", "Texture Format Performance Tests")
109 deUint32 format = texFormats[formatNdx].internalFormat; local
116 string descriptionBase = glu::getPixelFormatName(format);
118 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
  /external/icu/icu4c/source/i18n/unicode/
format.h 7 * File FORMAT.H
18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
60 * "$#,##0.00;($#,##0.00)", which is a common US English format for
66 * is not inherent to Format classes in general, and is not part of
71 * NumberFormat which allows the user to format different number ranges
74 * MessageFormat is a formatter which utilizes other Format objects to
75 * format a string containing with multiple values. For instance,
82 * the Format cannot format the type of object, otherwise if there i
    [all...]

Completed in 994 milliseconds

<<51525354555657585960>>