Searched refs:Format (Results 76 - 100 of 912) sorted by relevance

1234567891011>>

/external/lldb/scripts/Python/interface/
H A DSBTypeFormat.i22 SBTypeFormat (lldb::Format format, uint32_t options = 0);
34 lldb::Format
41 SetFormat (lldb::Format);
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h57 // Format key for constructor
58 enum Format { enum in class:google::protobuf::io::GzipInputStream
72 Format format = AUTO,
91 Format format_;
111 // Format key for constructor
112 enum Format { enum in class:google::protobuf::io::GzipOutputStream
122 Format format;
150 Format format,
/external/skia/src/ports/
H A DSkImageDecoder_empty.cpp31 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/
H A Dvideo_frame.h53 enum Format { enum in class:media::VideoFrame
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,
126 Format format,
149 Format format,
178 Format format,
223 static size_t NumPlanes(Format format);
227 static size_t AllocationSize(Format forma
[all...]
/external/jhead/
H A Dmakernote.c38 int Tag, Format, Components; local
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){
H A Dgpsinfo.c77 int format = GpsTags[i].Format;
95 int format = GpsTags[i].Format;
143 unsigned Tag, Format, Components; local
156 Format = Get16u(DirEntry+2);
159 if ((Format-1) >= NUM_FORMATS) {
161 ErrNonfatal("Illegal number format %d for tag %04x", Format, Tag);
165 ComponentSize = BytesPerFormat[Format];
169 printf("GPS tag %x format %s #components %d componentsize %d bytecount %d", Tag, formatStr(Format), Components, ComponentSize,
207 if (Format != FMT_URATIONAL){
208 ErrNonfatal("Inappropriate format (%d) for GPS coordinates!", Format,
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dmsgfmt.h13 * 07/22/98 stephen Removed operator!= (defined in Format)
57 * <p><code>MessageFormat</code> differs from the other <code>Format</code>
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 not
156 * be a valid pattern string for the Format subclass used.
162 * <th>resulting Format object
323 class U_I18N_API MessageFormat : public Format {
[all...]
/external/chromium_org/chrome/common/media/
H A Dwebrtc_logging_message_data.h20 std::string Format(base::Time start_time) const;
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.h17 // error->Format("Feature %s is not implemented", feature_name);
33 void Format(const char* fmt, ...);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmeasfmt.h37 * @see Format
41 class U_I18N_API MeasureFormat : public Format {
/external/clang/lib/Format/
H A DFormatToken.cpp1 //===--- FormatToken.cpp - Format C++ code --------------------------------===//
18 #include "clang/Format/Format.h"
78 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints); local
82 if (!Format)
85 // Format the entire list.
96 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
102 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
194 ColumnFormat Format; local
195 Format
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fASTCDecompressionCases.hpp73 tcu::CompressedTexture::Format format);
87 const tcu::CompressedTexture::Format m_format;
103 tcu::CompressedTexture::Format format);
122 const tcu::CompressedTexture::Format m_format;
/external/lldb/source/DataFormatters/
H A DTypeFormat.cpp34 TypeFormatImpl::TypeFormatImpl (lldb::Format f,
/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/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/
H A DBuilderInstruction20bc.java34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format20bc;
62 @Override public Format getFormat() { return FORMAT; }
H A DBuilderInstruction22c.java34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format22c;
65 @Override public Format getFormat() { return FORMAT; }
H A DBuilderInstruction3rc.java34 import org.jf.dexlib2.Format;
44 public static final Format FORMAT = Format.Format3rc;
66 @Override public Format getFormat() { return FORMAT; }
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/
H A DImmutableInstruction20bc.java34 import org.jf.dexlib2.Format;
46 public static final Format FORMAT = Format.Format20bc;
73 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction21c.java34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format21c;
72 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction21ih.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format21ih;
70 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction22b.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22b;
74 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction22c.java34 import org.jf.dexlib2.Format;
45 public static final Format FORMAT = Format.Format22c;
77 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction22cs.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22cs;
73 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction22s.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22s;
74 @Override public Format getFormat() { return FORMAT; }
H A DImmutableInstruction22t.java34 import org.jf.dexlib2.Format;
42 public static final Format FORMAT = Format.Format22t;
73 @Override public Format getFormat() { return FORMAT; }

Completed in 3176 milliseconds

1234567891011>>