HomeSort by relevance Sort by last modified time
    Searched defs:Format (Results 1 - 25 of 175) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/chrome/common/media/
webrtc_logging_message_data.cc 16 WebRtcLoggingMessageData::Format(base::Time start_time) const {
  /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...]
  /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...]
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_error.cpp 31 void Error::Format(const char* fmt, ...) {
  /external/chromium_org/third_party/skia/src/utils/
SkTextureCompressor.h 16 enum Format {
17 // Alpha only format.
26 // associated format, then we return NULL. The caller is responsible for
28 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
  /external/chromium_org/tools/grit/grit/format/
chrome_messages_json.py 16 def Format(root, lang='en', output_dir='.'):
17 """Format the messages as JSON."""
21 format = (' "%s": {\n'
37 yield format % (id, loc_message)
js_map_format.py 18 def Format(root, lang='en', output_dir='.'):
30 """Format a single message."""
c_format.py 34 def Format(root, lang='en', output_dir='.'):
63 """Format a single <message> element."""
android_xml.py 99 def Format(root, lang='en', output_dir='.'):
rc_header.py 14 def Format(root, lang='en', output_dir='.'):
65 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
76 yield rc_header_format.format(textual_id=tid,numeric_id=tids[tid])
  /external/skia/src/utils/
SkTextureCompressor.h 18 enum Format {
19 // Alpha only format.
28 // associated format, then we return NULL. The caller is responsible for
30 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
34 // be large enough to hold the compressed data according to the format.
36 int width, int height, int rowBytes, Format format);
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 29 package org.jf.baksmali.Adaptors.Format;
56 switch (instruction.getOpcode().format) {
UnresolvedOdexInstructionMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
ArrayDataMethodItem.java 29 package org.jf.baksmali.Adaptors.Format;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_error.cpp 31 void Error::Format(const char* fmt, ...) {
  /packages/apps/Gallery2/jni_jpegstream/src/
jpeg_config.h 21 // Pixel format
22 enum Format {
  /external/chromium_org/cc/resources/
platform_color.h 24 static SourceDataFormat Format() {
28 // Returns the most efficient texture format for this platform.
30 switch (Format()) {
40 // Return true if the given texture format has the same component order
42 static bool SameComponentOrder(ResourceFormat format) {
43 switch (Format()) {
45 return format == RGBA_8888 || format == RGBA_4444;
47 return format == BGRA_8888;
  /external/chromium_org/third_party/icu/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
39 /* Format class implementation ---------------------------------------------- */
43 #include "unicode/format.h"
49 // class Format
66 Format::Format()
74 Format::~Format()
81 Format::Format(const Format &that
105 Format::format(const Formattable& obj, function in class:Format
121 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/icu/icu4c/source/i18n/
format.cpp 7 * File FORMAT.CPP
19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
47 #include "unicode/format.h"
53 // class Format
70 Format::Format()
78 Format::~Format()
85 Format::Format(const Format &that
109 Format::format(const Formattable& obj, function in class:Format
125 Format::format(const Formattable& \/* unused obj *\/, function in class:Format
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
Color.js 32 * @param {string=} format
36 WebInspector.Color = function(rgba, format, originalText)
40 this._format = format || null;
64 var format;
66 format = WebInspector.Color.Format.ShortHEX;
69 format = WebInspector.Color.Format.HEX;
73 return new WebInspector.Color([r / 255, g / 255, b / 255, 1], format, text);
81 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGB, text)
    [all...]
  /external/chromium_org/device/bluetooth/
bluetooth_uuid.h 20 enum Format {
38 // should be provided in the 128-bit format. If |uuid| is in an unsupported
39 // format, the result might be invalid. Use IsValid to check for validity
50 // Returns true, if the UUID is in a valid canonical format.
53 // Returns the representation format of the UUID. This reflects the format
55 Format format() const { return format_; } function in class:device::BluetoothUUID
57 // Returns the value of the UUID as a string. The representation format is
66 // Returns the underlying 128-bit value as a string in the following format
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;
  /external/chromium_org/ui/base/l10n/
time_format.h 19 // Methods to format time values as strings.
22 enum Format {
26 FORMAT_COUNT // Enum size counter, not a format. Must be last.
30 LENGTH_SHORT, // Short format, e.g. in English: sec/min/hour/day.
31 LENGTH_LONG, // Long format, e.g. in English: second/minute/hour/day.
37 // of format and length except (FORMAT_ELAPSED, LENGTH_LONG) are implemented
39 static base::string16 Simple(Format format,
48 // Otherwise, choice of format happens automatically and the value of |cutoff|
50 // format -- for lower numeric values, a second unit is added to increas
    [all...]
  /external/llvm/tools/llvm-diff/
DiffLog.h 35 /// might be initializing this format.
36 StringRef Format;
41 LogBuilder(Consumer &c, StringRef Format)
42 : consumer(c), Format(Format) {}
  /external/skia/src/gpu/gl/
GrGLStencilBuffer.h 19 struct Format {
31 const Format& format)
32 : GrStencilBuffer(gpu, isWrapped, width, height, format.fStencilBits, sampleCnt)
33 , fFormat(format)
45 const Format& format() const { return fFormat; } function in class:GrGLStencilBuffer
53 Format fFormat;

Completed in 2489 milliseconds

1 2 3 4 5 6 7