HomeSort by relevance Sort by last modified time
    Searched refs:format (Results 501 - 525 of 6363) sorted by null

<<21222324252627282930>>

  /external/chromium_org/media/base/
video_frame.h 53 enum Format {
54 UNKNOWN = 0, // Unknown format value.
62 NATIVE_TEXTURE = 6, // Native texture. Pixel-format agnostic.
69 // Returns the name of a Format as a string.
70 static std::string FormatToString(Format format);
75 Format format,
84 static bool IsValidConfig(Format format, const gfx::Size& coded_size
251 Format format() const { return format_; } function in class:media::VideoFrame
    [all...]
  /external/chromium_org/net/disk_cache/blockfile/
trace.h 37 NET_EXPORT_PRIVATE void Trace(const char* format, ...);
  /external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
string_buffer.h 23 void Printf(char const *fmt, ...) __attribute__((format(printf, 2, 3)));
  /external/chromium_org/ppapi/thunk/
ppb_image_data_thunk.cc 27 PP_Bool IsImageDataFormatSupported(PP_ImageDataFormat format) {
29 return PPB_ImageData_Shared::IsImageDataFormatSupported(format);
33 PP_ImageDataFormat format,
41 format,
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
19 if (Date.formatFunctions[format] == null) {
20 Date.createNewFormat(format);
22 var func = Date.formatFunctions[format];
26 Date.createNewFormat = function(format) {
27 var funcName = "format" + Date.formatFunctions.count++;
28 Date.formatFunctions[format] = funcName;
32 for (var i = 0; i < format.length; ++i) {
33 ch = format.charAt(i);
109 Date.parseDate = function(input, format) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
19 if (Date.formatFunctions[format] == null) {
20 Date.createNewFormat(format);
22 var func = Date.formatFunctions[format];
26 Date.createNewFormat = function(format) {
27 var funcName = "format" + Date.formatFunctions.count++;
28 Date.formatFunctions[format] = funcName;
32 for (var i = 0; i < format.length; ++i) {
33 ch = format.charAt(i);
109 Date.parseDate = function(input, format) {
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-xparb.js 18 Date.prototype.dateFormat = function(format) {
19 if (Date.formatFunctions[format] == null) {
20 Date.createNewFormat(format);
22 var func = Date.formatFunctions[format];
26 Date.createNewFormat = function(format) {
27 var funcName = "format" + Date.formatFunctions.count++;
28 Date.formatFunctions[format] = funcName;
32 for (var i = 0; i < format.length; ++i) {
33 ch = format.charAt(i);
109 Date.parseDate = function(input, format) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
FontCustomPlatformDataMac.cpp 78 bool FontCustomPlatformData::supportsFormat(const String& format)
80 return equalIgnoringCase(format, "truetype") || equalIgnoringCase(format, "opentype") || OpenTypeSanitizer::supportsFormat(format);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
run-inspector-perf-tests 40 logging.basicConfig(level=logging.INFO, format='%(message)s')
  /external/chromium_org/third_party/angle/src/compiler/translator/
compilerdebug.h 24 void Trace(const char* format, ...);
  /external/chromium_org/third_party/icu/source/i18n/
windtfmt.h 21 #include "unicode/format.h"
29 * \brief C++ API: Format dates using Windows API.
49 virtual Format *clone(void) const;
53 UnicodeString &format(Calendar &cal, UnicodeString &appendTo, FieldPosition &pos) const;
55 UnicodeString& format(UDate date, UnicodeString& appendTo) const;
60 * Set the calendar to be used by this date format. Initially, the default
69 * Set the calendar to be used by this date format. Initially, the default
130 inline UnicodeString &Win32DateFormat::format(UDate date, UnicodeString& appendTo) const { function in class:Win32DateFormat
131 return DateFormat::format(date, appendTo);
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/
address_field_util.h 28 // Clears |fields|, parses |format|, and adds the format address fields to
32 void ParseFormatRule(const std::string& format,
  /external/chromium_org/third_party/libsrtp/srtp/crypto/kernel/
err.c 95 err_report(int priority, char *format, ...) {
100 va_start(args, format);
102 vfprintf(err_file, format, args);
138 vsyslog(syslogpri, format, args);
  /external/chromium_org/third_party/libva/va/
va_compat.h 102 #define vaCreateSurfaces6(dpy, width, height, format, num_surfaces, surfaces) \
103 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
106 #define vaCreateSurfaces8(dpy, format, width, height, surfaces, num_surfaces, attribs, num_attribs) \
107 (vaCreateSurfaces)(dpy, format, width, height, surfaces, num_surfaces, \
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
vg_translate.h 47 VGint _vega_size_for_format(VGImageFormat format);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_cpal.h 42 _mesa_cpal_compressed_format_type(GLenum internalFormat, GLenum *format,
  /external/chromium_org/third_party/skia/src/core/
SkMask.cpp 58 static int maskFormatToShift(SkMask::Format format) {
59 SkASSERT((unsigned)format < SK_ARRAY_COUNT(gMaskFormatToShift));
60 SkASSERT(SkMask::kBW_Format != format);
61 return gMaskFormatToShift[format];
  /external/chromium_org/third_party/tcmalloc/chromium/src/
raw_printer.h 64 // Format the supplied arguments according to the "format" string
67 void Printf(const char* format, ...)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
raw_printer.h 64 // Format the supplied arguments according to the "format" string
67 void Printf(const char* format, ...)
  /external/chromium_org/third_party/webrtc/test/
rtp_file_reader.h 35 static RtpFileReader* Create(FileFormat format,
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_file_impl.h 28 FileFormats format = kFileFormatPcm16kHzFile,
36 FileFormats format = kFileFormatPcm16kHzFile,
51 FileFormats format = kFileFormatPcm16kHzFile,
58 FileFormats format = kFileFormatPcm16kHzFile,
  /external/chromium_org/tools/gyp/test/configurations/basics/
gyptest-configurations.py 15 if test.format == 'android':
  /external/chromium_org/tools/gyp/test/mac/
gyptest-ldflags-passed-to-libtool.py 23 }[test.format]
gyptest-postbuild.py 23 if test.format == 'xcode':
gyptest-rebuild.py 31 if test.format != 'xcode':

Completed in 821 milliseconds

<<21222324252627282930>>