Searched defs:Format (Results 51 - 75 of 125) sorted by relevance

12345

/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/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/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
36 Format fFormat;
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DInstructionMethodItem.java29 package org.jf.baksmali.Adaptors.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/chromium_org/net/cert/
H A Dx509_certificate.h88 enum Format { enum in class:net::X509Certificate
188 // bit-wise OR of Format, indicating the possible formats the
382 Format format);
/external/chromium_org/ui/base/l10n/
H A Dformatter.cc213 void Formatter::Format(Unit unit, function in class:ui::Formatter
223 void Formatter::Format(TwoUnits units, function in class:ui::Formatter
270 const Formatter* FormatterContainer::Get(TimeFormat::Format format,
/external/deqp/framework/common/
H A DtcuCompressedTexture.hpp43 enum Format enum in class:tcu::CompressedTexture
97 CompressedTexture (Format format, int width, int height, int depth = 1);
101 void setStorage (Format format, int width, int height, int depth = 1);
105 Format getFormat (void) const { return m_format; }
114 Format m_format;
121 bool isEtcFormat (CompressedTexture::Format fmt);
122 bool isASTCFormat (CompressedTexture::Format fmt);
123 bool isASTCSRGBFormat (CompressedTexture::Format fmt);
125 IVec3 getASTCBlockSize (CompressedTexture::Format fmt);
126 CompressedTexture::Format getASTCFormatByBlockSiz
[all...]
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)
240 } // Format
246 /** Format value as hexadecimal number. */
248 inline Format::Hex<NumDigits> toHex (T value)
250 return Format::Hex<NumDigits>(toUint64(value));
253 /** Format value as hexadecimal number. */
255 inline Format::Hex<sizeof(T)*2> toHex (T value)
257 return Format
[all...]
/external/jhead/
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/llvm/include/llvm/Object/
H A DArchive.h177 return Format;
200 Kind Format; member in class:llvm::object::Archive
/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
/external/chromium_org/device/bluetooth/
H A Dbluetooth_low_energy_defs_win.h161 UCHAR Format; member in struct:_BTH_LE_GATT_DESCRIPTOR_VALUE::__anon7989::__anon7993
/external/chromium_org/third_party/skia/tools/
H A Drender_pictures_main.cpp64 struct Format { struct
65 SkImageDecoder::Format fFormat;
68 static const Format gFormats[] = {
82 static const char* get_suffix_from_format(SkImageDecoder::Format format) {
127 SkImageDecoder::Format format = SkImageDecoder::GetStreamFormat(&memStream);
H A Dskimage_main.cpp38 struct Format { struct
40 SkImageDecoder::Format fFormat;
44 static const Format gFormats[] = {
54 static SkImageEncoder::Type format_to_type(SkImageDecoder::Format format) {
72 static SkImageDecoder::Format guess_format_from_suffix(const char suffix[]) {
633 SkImageDecoder::Format format = codec->getFormat();
686 SkImageDecoder::Format formatOnSecondDecode;
/external/chromium_org/v8/src/mips/
H A Ddisasm-mips.cc99 void Format(Instruction* instr, const char* format);
428 // Format takes a formatting string for a whole instruction and prints it into
431 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
448 Format(instr, "unknown");
460 Format(instr, "mfc1 'rt, 'fs");
463 Format(instr, "mfhc1 'rt, 'fs");
466 Format(instr, "mtc1 'rt, 'fs");
470 Format(instr, "ctc1 'rt, 'fs");
473 Format(instr, "cfc1 'rt, 'fs");
476 Format(inst
[all...]
/external/chromium_org/v8/src/mips64/
H A Ddisasm-mips64.cc99 void Format(Instruction* instr, const char* format);
429 // Format takes a formatting string for a whole instruction and prints it into
432 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
449 Format(instr, "unknown");
457 Format(instr, "break, code: 'code");
471 Format(instr, "break, code: 'code");
482 Format(instr, "mfc1 'rt, 'fs");
485 Format(instr, "dmfc1 'rt, 'fs");
488 Format(instr, "mfhc1 'rt, 'fs");
491 Format(inst
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp336 TT_uint16_t Format = GetUInt16(sp); local
337 switch(Format) {
381 TT_uint16_t Format = GetUInt16(sp); local
382 switch(Format) {
/external/skia/tools/
H A Drender_pictures_main.cpp60 struct Format { struct
61 SkImageDecoder::Format fFormat;
64 static const Format gFormats[] = {
78 static const char* get_suffix_from_format(SkImageDecoder::Format format) {
123 SkImageDecoder::Format format = SkImageDecoder::GetStreamFormat(&memStream);
/external/chromium_org/third_party/android_crazy_linker/src/tests/
H A Dtest_util.h110 void Format(const char* fmt, ...) { function in class:__anon11507::String
154 file_path.Format("%s/%s", path_, entry->d_name);
226 src_path.Format("%s/%s", src_file_dir, src_file_name);
232 dst_path.Format("%s/%s", dst_file_dir, dst_file_name);
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc442 int32_t NameTable::Format() { function in class:sfntly::NameTable
/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h29 enum Format { enum in class:SkImageDecoder
48 virtual Format getFormat() const;
53 static Format GetStreamFormat(SkStreamRewindable*);
55 /** Return a readable string of the Format provided.
57 static const char* GetFormatName(Format);
276 Format* format = NULL);
291 Mode, Format* format = NULL);
321 Format* format = NULL);
484 typedef SkTRegistry<SkImageDecoder::Format(*)(SkStreamRewindable*)> SkImageDecoder_FormatReg;

Completed in 4347 milliseconds

12345