HomeSort by relevance Sort by last modified time
    Searched refs:Format (Results 76 - 100 of 1100) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/media/audio/
audio_parameters.h 33 enum Format {
37 AUDIO_LAST_FORMAT // Only used for validation of format.
57 AudioParameters(Format format, ChannelLayout channel_layout,
60 AudioParameters(Format format, ChannelLayout channel_layout,
63 AudioParameters(Format format, ChannelLayout channel_layout,
67 void Reset(Format format, ChannelLayout channel_layout
91 Format format() const { return format_; } function in class:media::AudioParameters
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/
ValueCompleterTest.java 23 import com.android.ide.common.api.IAttributeInfo.Format;
41 String property, EnumSet<Format> formats, String[] values,
60 EnumSet.of(Format.REFERENCE), null,
66 EnumSet.of(Format.DIMENSION, Format.ENUM),
74 EnumSet.of(Format.DIMENSION, Format.ENUM),
82 EnumSet.of(Format.DIMENSION, Format.ENUM),
91 EnumSet.of(Format.DIMENSION)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
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...]
measfmt.h 18 #include "unicode/format.h"
31 * <p>To format or parse a measure object, first create a formatter
33 * object's format and parse methods.
37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h 1 // Protocol Buffers - Google's data interchange format
58 // Format key for constructor
59 enum Format {
66 // Simpler zlib stream format.
70 // buffer_size and format may be -1 for default of 64kB and GZIP format
73 Format format = AUTO,
92 Format format_;
112 // Format key for constructo
123 Format format; member in struct:google::protobuf::io::GzipOutputStream::Options
    [all...]
  /libcore/luni/src/test/java/libcore/java/text/
OldFormatTest.java 22 import java.text.Format;
29 private class MockFormat extends Format {
31 public StringBuffer format(Object obj, StringBuffer toAppendTo, method in class:OldFormatTest.MockFormat
50 * java.text.Format#clone() Test of method java.text.Format#clone().
55 Format fm = new MockFormat();
56 Format fmc = (Format) fm.clone();
62 assertEquals("", mf.format(""));
63 assertTrue("It calls an abstract metod format", true)
    [all...]
  /external/lldb/include/lldb/API/
SBTypeFormat.h 23 SBTypeFormat (lldb::Format format,
33 lldb::Format
40 SetFormat (lldb::Format);
  /external/chromium_org/third_party/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) {
39 bool SkImageDecoder::DecodeStream(SkStreamRewindable*, SkBitmap*, SkColorType, Mode, Format*) {
43 bool SkImageDecoder::DecodeMemory(const void*, size_t, SkBitmap*, SkColorType, Mode, Format*) {
55 SkImageDecoder::Format SkImageDecoder::getFormat() const {
59 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStreamRewindable*) {
63 const char* SkImageDecoder::GetFormatName(Format) {
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 31 bool SkImageDecoder::DecodeFile(const char[], SkBitmap*, SkColorType, Mode, Format*) {
39 bool SkImageDecoder::DecodeStream(SkStreamRewindable*, SkBitmap*, SkColorType, Mode, Format*) {
43 bool SkImageDecoder::DecodeMemory(const void*, size_t, SkBitmap*, SkColorType, Mode, Format*) {
55 SkImageDecoder::Format SkImageDecoder::getFormat() const {
59 SkImageDecoder::Format SkImageDecoder::GetStreamFormat(SkStreamRewindable*) {
63 const char* SkImageDecoder::GetFormatName(Format) {
  /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/third_party/icu/source/i18n/
currfmt.h 56 * Override Format API.
58 virtual UBool operator==(const Format& other) const;
61 * Override Format API.
63 virtual Format* clone() const;
66 using MeasureFormat::format;
69 * Override Format API.
71 virtual UnicodeString& format(const Formattable& obj,
77 * Override Format API.
84 * Override Format API.
  /external/jhead/
makernote.c 8 // Process exif format directory, as used by Cannon maker note
38 int Tag, Format, Components;
45 Format = Get16u(DirEntry+2);
48 if ((Format-1) >= NUM_FORMATS) {
50 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
59 ByteCount = Components * BytesPerFormat[Format];
86 switch(Format){
115 PrintFormatNumber(ValuePtr, Format, ByteCount);
126 if (Tag == 4 && Format == FMT_USHORT)
    [all...]
gpsinfo.c 77 int format = GpsTags[i].Format; local
78 if (format == 0) {
79 printf("tag %s format not defined", GpsTags[i].Desc);
95 int format = GpsTags[i].Format; local
96 if (format == 0) {
97 printf("tag %s format not defined", GpsTags[i].Desc);
100 return format;
143 unsigned Tag, Format, Components
    [all...]
  /external/chromium_org/chrome/common/media/
webrtc_logging_message_data.h 20 std::string Format(base::Time start_time) const;
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_error.h 17 // error->Format("Feature %s is not implemented", feature_name);
33 void Format(const char* fmt, ...);
  /external/chromium_org/tools/telemetry/telemetry/results/
output_formatter.py 14 CSV format."""
24 def Format(self, page_test_results):
  /external/clang/lib/Format/
FormatToken.cpp 1 //===--- FormatToken.cpp - Format C++ code --------------------------------===//
18 #include "clang/Format/Format.h"
23 namespace format { namespace in namespace:clang
72 // Calculate the number of code points we have to format this list. As the
78 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints);
82 if (!Format)
85 // Format the entire list.
96 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
102 if (Column == Format->Columns || State.NextToken->MustBreakBefore)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 73 tcu::CompressedTexture::Format format);
87 const tcu::CompressedTexture::Format m_format;
96 // For a format with block size (W, H), test with texture sizes {(k*W + a, k*H + b) | 0 <= a < W, 0 <= b < H } .
103 tcu::CompressedTexture::Format format);
122 const tcu::CompressedTexture::Format m_format;
  /external/lldb/source/DataFormatters/
TypeFormat.cpp 34 TypeFormatImpl::TypeFormatImpl (lldb::Format f,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
BuilderInstruction20bc.java 34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format20bc;
62 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction22c.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format22c;
65 @Override public Format getFormat() { return FORMAT; }
BuilderInstruction3rc.java 34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format3rc;
66 @Override public Format getFormat() { return FORMAT; }

Completed in 527 milliseconds

1 2 34 5 6 7 8 91011>>