Searched defs:Format (Results 1 - 25 of 113) sorted by relevance

12345

/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.cc16 WebRtcLoggingMessageData::Format(base::Time start_time) const { function in class:WebRtcLoggingMessageData
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor.h16 enum Format { enum in namespace:SkTextureCompressor
28 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
/external/chromium_org/tools/grit/grit/format/
H A Dchrome_messages_json.py16 def Format(root, lang='en', output_dir='.'): function
17 """Format the messages as JSON."""
H A Djs_map_format.py18 def Format(root, lang='en', output_dir='.'): function
30 """Format a single message."""
H A Dc_format.py34 def Format(root, lang='en', output_dir='.'): function
63 """Format a single <message> element."""
H A Dandroid_xml.py99 def Format(root, lang='en', output_dir='.'): function
H A Drc_header.py14 def Format(root, lang='en', output_dir='.'): function
/external/icu/icu4c/source/i18n/unicode/
H A Dformat.h18 // This file was generated from the java source file Format.java
56 * Many of the concrete subclasses of Format employ the notion of
66 * is not inherent to Format classes in general, and is not part of
74 * MessageFormat is a formatter which utilizes other Format objects to
82 * the Format cannot format the type of object, otherwise if there is
94 class U_I18N_API Format : public UObject { class in inherits:UObject
100 virtual ~Format();
103 * Return true if the given Format objects are semantically equal.
106 * @return Return true if the given Format objects are semantically equal.
110 virtual UBool operator==(const Format
[all...]
/external/skia/src/utils/
H A DSkTextureCompressor.h18 enum Format { enum in namespace:SkTextureCompressor
30 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
36 int width, int height, int rowBytes, Format format);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.cpp31 void Error::Format(const char* fmt, ...) { function in class:crazy::Error
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItemFactory.java29 package org.jf.baksmali.Adaptors.Format;
H A DArrayDataMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DOffsetInstructionFormatMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DUnresolvedOdexInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DPackedSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DColor.js66 format = WebInspector.Color.Format.ShortHEX;
69 format = WebInspector.Color.Format.HEX;
81 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGB, text);
89 color._format = WebInspector.Color.Format.Nickname;
102 return new WebInspector.Color(rgba, WebInspector.Color.Format.HSL, text);
118 return new WebInspector.Color(rgba, WebInspector.Color.Format.RGBA, text);
128 return new WebInspector.Color(rgba, WebInspector.Color.Format.HSLA, text);
161 return new WebInspector.Color(WebInspector.Color._hsl2rgb(hsla), WebInspector.Color.Format.HSLA);
286 case WebInspector.Color.Format.Original:
288 case WebInspector.Color.Format
[all...]
/external/chromium_org/cc/resources/
H A Dplatform_color.h24 static SourceDataFormat Format() { function in class:cc::PlatformColor
30 switch (Format()) {
43 switch (Format()) {
/external/chromium_org/device/bluetooth/
H A Dbluetooth_uuid.h20 enum Format { enum in class:device::BluetoothUUID
55 Format format() const { return format_; }
85 Format format_;
/external/chromium_org/ui/base/l10n/
H A Dtime_format.h22 enum Format { enum in class:ui::TimeFormat
39 static base::string16 Simple(Format format,
71 static base::string16 Detailed(Format format,
/external/llvm/tools/llvm-diff/
H A DDiffLog.h36 StringRef Format; member in class:llvm::LogBuilder
41 LogBuilder(Consumer &c, StringRef Format) argument
42 : consumer(c), Format(Format) {}
/external/chromium_org/third_party/icu/source/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
39 /* Format class implementation ---------------------------------------------- */
49 // class Format
66 Format::Format() function in class:Format
74 Format::~Format()
81 Format::Format(const Format function in class:Format
[all...]
/external/icu/icu4c/source/i18n/
H A Dformat.cpp19 // This file was generated from the java source file Format.java
43 /* Format class implementation ---------------------------------------------- */
53 // class Format
70 Format::Format() function in class:Format
78 Format::~Format()
85 Format::Format(const Format function in class:Format
[all...]
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_post.h24 struct Format { struct in struct:SkOTTablePostScript
/external/skia/src/sfnt/
H A DSkOTTable_post.h24 struct Format { struct in struct:SkOTTablePostScript

Completed in 742 milliseconds

12345