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

123

/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/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;
H A DSparseSwitchMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
H A DInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.Format;
/external/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp107 /// \param Format Encoding format for the profile file.
111 SampleProfileWriter::create(StringRef Filename, SampleProfileFormat Format) { argument
115 if (Format == SPF_Binary)
117 else if (Format == SPF_Text)
/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/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/skia/src/sfnt/
H A DSkOTTable_post.h24 struct Format { struct in struct:SkOTTablePostScript
/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/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py104 class Format: class in inherits:
232 Channel and Format classes above.'''
301 format = Format(name, layout, block_width, block_height, channels, swizzles, colorspace)
/external/skia/src/gpu/gl/
H A DGrGLStencilAttachment.h19 struct Format { struct in class:GrGLStencilAttachment
36 const Format& format)
47 const Format& format() const { return fFormat; }
57 Format fFormat;
/external/skia/src/utils/
H A DSkTextureCompressor.h20 enum Format { enum in namespace:SkTextureCompressor
55 int GetCompressedDataSize(Format fmt, int width, int height);
61 SkData* CompressBitmapToFormat(const SkBitmap& bitmap, Format format);
67 int width, int height, size_t rowBytes, Format format,
82 int width, int height, Format format);
91 inline bool ExistsBlitterForFormat(Format format) {
107 SkTBlitterAllocator *allocator, Format format);
115 void GetBlockDimensions(Format format, int* dimX, int* dimY, bool matchSpec = false);
/external/clang/lib/Format/
H A DFormatToken.cpp1 //===--- FormatToken.cpp - Format C++ code --------------------------------===//
18 #include "clang/Format/Format.h"
79 const ColumnFormat *Format = getColumnFormat(RemainingCodePoints); local
83 if (!Format)
86 // Format the entire list.
97 ExtraSpaces += Format->ColumnSizes[Column] - ItemLengths[Item];
103 if (Column == Format->Columns || State.NextToken->MustBreakBefore) {
209 ColumnFormat Format; local
210 Format
[all...]
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h58 // Format key for constructor
59 enum Format { enum in class:google::protobuf::io::GzipInputStream
73 Format format = AUTO,
92 Format format_;
112 // Format key for constructor
113 enum Format { enum in class:google::protobuf::io::GzipOutputStream
123 Format format;
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dindex_sub_table.h30 struct Format { struct in class:sfntly::IndexSubTable
/external/skia/experimental/PdfViewer/
H A Dchop_transparency_main.cpp26 struct Format { struct
28 SkImageDecoder::Format fFormat;
33 static const Format gFormats[] = {
/external/skia/include/core/
H A DSkMask.h20 enum Format { enum in struct:SkMask
35 Format fFormat;
/external/deqp/framework/common/
H A DtcuFormatUtil.hpp34 namespace Format namespace in namespace:tcu
67 std::ostream& operator<< (std::ostream& stream, tcu::Format::Hex<NumDigits> hex)
83 #define TCU_BIT_DESC(BIT) tcu::Format::BitDesc(BIT, #BIT)
241 } // Format
247 /** Format value as hexadecimal number. */
249 inline Format::Hex<NumDigits> toHex (T value)
251 return Format::Hex<NumDigits>(toUint64(value));
254 /** Format value as hexadecimal number. */
256 inline Format::Hex<sizeof(T)*2> toHex (T value)
258 return Format
[all...]
/external/llvm/lib/TableGen/
H A DSetTheory.cpp15 #include "llvm/Support/Format.h"
166 // (sequence "Format", From, To) Generate a sequence of records by name.
172 PrintFatalError(Loc, "Bad args to (sequence \"Format\", From, To): " +
182 std::string Format; variable
184 Format = SI->getValue();
186 PrintFatalError(Loc, "Format must be a string: " + Expr->getAsString());
214 OS << format(Format.c_str(), unsigned(From));
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/
H A DFormat.java34 public enum Format { enum
74 private Format(int size) { method in class:Format
78 private Format(int size, boolean isPayloadFormat) { method in class:Format

Completed in 1026 milliseconds

123