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

12

/external/icu4c/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/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/webkit/Source/WebCore/platform/graphics/gpu/
H A DTexture.h49 enum Format { RGBA8, BGRA8 }; enum in class:WebCore::Texture
50 static PassRefPtr<Texture> create(GraphicsContext3D*, Format, int width, int height);
54 Format format() const { return m_format; }
57 Texture(GraphicsContext3D*, PassOwnPtr<Vector<unsigned int> > tileTextureIds, Format format, int width, int height, int maxTextureSize);
59 Format m_format;
/external/icu4c/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/webkit/Source/WebKit/chromium/public/
H A DWebVideoFrame.h40 enum Format { enum in class:WebKit::WebVideoFrame
60 virtual Format format() const = 0;
H A DWebClipboard.h47 enum Format { enum in class:WebKit::WebClipboard
63 virtual bool isFormatAvailable(Format, Buffer) { return false; }
/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...]
H A Djhead.h146 int Format; // format of data member in struct:__anon5443
156 int Format; member in struct:__anon5444
157 int DataLength; // Number of elements in Format. -1 means any length.
173 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount);
174 double ConvertAnyFormat(void * ValuePtr, int Format);
H A Dexif.c383 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) argument
388 switch(Format){
404 printf("Unknown format %d:", Format);
420 double ConvertAnyFormat(void * ValuePtr, int Format) argument
425 switch(Format){
454 ErrNonfatal("Illegal format code %d",Format,0);
509 int Tag, Format, Components; local
516 Format = Get16u(DirEntry+2);
519 if ((Format-1) >= NUM_FORMATS) {
521 ErrNonfatal("Illegal number format %d for tag %04x", Format, Ta
[all...]
/external/llvm/lib/VMCore/
H A DGCOV.cpp30 /// isGCDAFile - Return true if Format identifies a .gcda file.
31 static bool isGCDAFile(GCOVFormat Format) { argument
32 return Format == GCDA_402 || Format == GCDA_404;
35 /// isGCNOFile - Return true if Format identifies a .gcno file.
36 static bool isGCNOFile(GCOVFormat Format) { argument
37 return Format == GCNO_402 || Format == GCNO_404;
42 GCOVFormat Format = Buffer.readGCOVFormat(); local
43 if (Format
90 read(GCOVBuffer &Buff, GCOVFormat Format) argument
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DVideoFrameChromium.h50 enum Format { enum in class:WebCore::VideoFrameChromium
70 virtual Format format() const = 0;
/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/include/core/
H A DSkMask.h27 enum Format { enum in struct:SkMask
60 Format fFormat;
145 static bool FormatIsLCD(Format fm) {
/external/chromium/net/base/
H A Dx509_certificate.h95 enum Format { enum in class:net::X509Certificate
170 // bit-wise OR of Format, indicating the possible formats the
341 const char* data, int length, Format format);
/external/llvm/utils/TableGen/
H A DSetTheory.cpp18 #include "llvm/Support/Format.h"
142 // (sequence "Format", From, To) Generate a sequence of records by name.
146 throw "Bad args to (sequence \"Format\", From, To): " +
148 std::string Format; local
150 Format = SI->getValue();
152 throw "Format must be a string: " + Expr->getAsString();
176 OS << format(Format.c_str(), unsigned(From));
/external/skia/include/images/
H A DSkImageDecoder.h41 enum Format { enum in class:SkImageDecoder
55 * This should be consistent with Format.
61 /** Return the compressed data's format (see Format enum)
63 virtual Format getFormat() const;
254 Format* format = NULL);
274 Format* format = NULL);
294 Format* format = NULL);
/external/v8/src/mips/
H A Ddisasm-mips.cc122 void Format(Instruction* instr, const char* format);
409 // Format takes a formatting string for a whole instruction and prints it into
412 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
429 Format(instr, "unknown");
441 Format(instr, "mfc1 'rt, 'fs");
444 Format(instr, "mfhc1 'rt, 'fs");
447 Format(instr, "mtc1 'rt, 'fs");
451 Format(instr, "ctc1 'rt, 'fs");
454 Format(instr, "cfc1 'rt, 'fs");
457 Format(inst
[all...]
H A Dsimulator-mips.cc1136 // Unsupported instructions use Format to print an error and stop execution.
1137 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp308 switch (Opts.Format) {
1150 StringRef Format = local
1152 if (Format == "clang")
1153 Opts.Format = DiagnosticOptions::Clang;
1154 else if (Format == "msvc")
1155 Opts.Format = DiagnosticOptions::Msvc;
1156 else if (Format == "vi")
1157 Opts.Format = DiagnosticOptions::Vi;
1161 << Format;
/external/v8/src/arm/
H A Ddisasm-arm.cc117 void Format(Instruction* instr, const char* format);
645 // Format takes a formatting string for a whole instruction and prints it into
648 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
665 Format(instr, "unknown");
681 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
687 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
696 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
706 Format(instr, "'memop'cond's 'rd, ['rn], -'rm");
708 Format(instr, "'memop'cond's 'rd, ['rn], #-'off8");
714 Format(inst
[all...]
H A Dsimulator-arm.cc1232 // Unsupported instructions use Format to print an error and stop execution.
1233 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
1901 // Format(instr, "mul'cond's 'rn, 'rm, 'rs");
1913 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
1925 // Format(instr, "'um'al'cond's 'rd, 'rn, 'rs, 'rm");
1964 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], -'rm");
1972 // Format(instr, "'memop'cond'sign'h 'rd, ['rn], +'rm");
1980 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, -'rm]'w");
1989 // Format(instr, "'memop'cond'sign'h 'rd, ['rn, +'rm]'w");
2007 // Format(inst
[all...]
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3564 \mysection{RSA Key Format}
3662 \mysection{Key Format}
3666 \index{ECC Key Format}
3889 \subsection{ECC Encryption Format}
3940 \subsection{Signature Format}
3957 \mysection{Key Format}
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp2657 const unsigned Format = Encoding & 0xf; local
2658 if (Format != dwarf::DW_EH_PE_absptr && Format != dwarf::DW_EH_PE_udata2 &&
2659 Format != dwarf::DW_EH_PE_udata4 && Format != dwarf::DW_EH_PE_udata8 &&
2660 Format != dwarf::DW_EH_PE_sdata2 && Format != dwarf::DW_EH_PE_sdata4 &&
2661 Format != dwarf::DW_EH_PE_sdata8 && Format != dwarf::DW_EH_PE_signed)
/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp2200 static FormatAttrKind getFormatAttrKind(StringRef Format) { argument
2202 if (Format == "NSString")
2204 if (Format == "CFString")
2206 if (Format == "strftime")
2210 if (Format == "scanf" || Format == "printf" || Format == "printf0" ||
2211 Format == "strfmon" || Format == "cmn_err" || Format
2300 StringRef Format = Attr.getParameterName()->getName(); local
[all...]

Completed in 3919 milliseconds

12