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

12345

/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp305 uint16_t Format = GetUInt16(sp); local
306 switch (Format) {
349 uint16_t Format = GetUInt16(sp); local
350 switch (Format) {
/external/skia/src/opts/
H A DSkSwizzler_opts.h439 enum Format { kRGB1, kBGR1 }; enum in namespace:SK_OPTS_NS
440 template <Format format>
717 enum Format { kRGB1, kBGR1 }; enum in namespace:SK_OPTS_NS
718 template <Format format>
/external/v8/src/ppc/
H A Ddisasm-ppc.cc75 void Format(Instruction* instr, const char* format);
330 // Format takes a formatting string for a whole instruction and prints it into
333 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
358 void Decoder::Unknown(Instruction* instr) { Format(instr, "unknown"); }
367 Format(instr, buffer);
393 Format(instr, "bnelr'l'cr");
396 Format(instr, "blelr'l'cr");
399 Format(instr, "bgelr'l'cr");
402 Format(instr, "bnsolr'l'cr");
418 Format(inst
[all...]
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h520 StringRef Format = getHeaderSearchOpts().ModuleFormat; local
521 auto *Writer = ThePCHContainerOperations->getWriterOrNull(Format);
524 Diagnostics->Report(diag::err_module_format_unhandled) << Format;
534 StringRef Format = getHeaderSearchOpts().ModuleFormat; local
535 auto *Reader = ThePCHContainerOperations->getReaderOrNull(Format);
538 Diagnostics->Report(diag::err_module_format_unhandled) << Format;
/external/libunwind_llvm/src/
H A DUnwind-EHABI.cpp58 } Format; typedef in struct:__anon10797::Descriptor
73 Descriptor::Format format,
169 Descriptor::Format format =
170 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
229 Descriptor::Format format =
230 static_cast<Descriptor::Format>((*data & 0x0f000000) >> 24);
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc442 int32_t NameTable::Format() { function in class:sfntly::NameTable
/external/skia/include/core/
H A DSkImageDecoder.h31 enum Format { enum in class:SkImageDecoder
50 virtual Format getFormat() const;
64 static Format GetStreamFormat(SkStreamRewindable*);
66 /** Return a readable string of the Format provided.
68 static const char* GetFormatName(Format);
240 Format* format = NULL);
254 Mode, Format* format = NULL);
268 Format* format = NULL);
401 typedef SkTRegistry<SkImageDecoder::Format(*)(SkStreamRewindable*)> SkImageDecoder_FormatReg;
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp808 StringRef Format = local
810 if (Format == "clang")
812 else if (Format == "msvc")
814 else if (Format == "msvc-fallback") {
817 } else if (Format == "vi")
824 << Format;
/external/jhead/
H A Djhead.h165 int Format; // format of data member in struct:__anon7577
175 int Format; member in struct:__anon7578
176 int DataLength; // Number of elements in Format. -1 means any length.
192 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount);
193 double ConvertAnyFormat(void * ValuePtr, int Format);
H A Dexif.c388 void PrintFormatNumber(void * ValuePtr, int Format, int ByteCount) argument
393 switch(Format){
409 printf("Unknown format %d:", Format);
425 double ConvertAnyFormat(void * ValuePtr, int Format) argument
430 switch(Format){
459 ErrNonfatal("Illegal format code %d",Format,0);
590 int Tag, Format, Components; local
597 Format = Get16u(DirEntry+2);
600 if ((Format-1) >= NUM_FORMATS) {
602 ErrNonfatal("Illegal number format %d for tag %04x", Format, Ta
[all...]
/external/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp26 #include "llvm/Support/Format.h"
75 enum Format { Default, GNU, BSD }; enum in namespace:__anon12635
78 static cl::opt<Format>
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp678 void CFX_ByteString::Format(const FX_CHAR* lpszFormat, ...) { function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp949 void CFX_WideString::Format(const FX_WCHAR* lpszFormat, ...) { function in class:CFX_WideString
/external/v8/src/arm/
H A Ddisasm-arm.cc92 void Format(Instruction* instr, const char* format);
667 // Format takes a formatting string for a whole instruction and prints it into
670 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
696 Format(instr, "unknown");
712 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
719 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
725 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd");
735 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
745 Format(instr, "'memop'cond's 'rd, ['rn], -'rm");
747 Format(inst
[all...]
/external/v8/src/mips/
H A Ddisasm-mips.cc110 void Format(Instruction* instr, const char* format);
755 // Format takes a formatting string for a whole instruction and prints it into
758 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
775 Format(instr, "unknown");
782 Format(instr, "rint.'t 'fd, 'fs");
785 Format(instr, "min.'t 'fd, 'fs, 'ft");
788 Format(instr, "max.'t 'fd, 'fs, 'ft");
791 Format(instr, "mina.'t 'fd, 'fs, 'ft");
794 Format(instr, "maxa.'t 'fd, 'fs, 'ft");
797 Format(inst
[all...]
/external/v8/src/mips64/
H A Ddisasm-mips64.cc112 void Format(Instruction* instr, const char* format);
775 // Format takes a formatting string for a whole instruction and prints it into
778 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
795 Format(instr, "unknown");
803 Format(instr, "break, code: 'code");
817 Format(instr, "break, code: 'code");
826 Format(instr, "rint.'t 'fd, 'fs");
829 Format(instr, "sel.'t 'fd, 'fs, 'ft");
832 Format(instr, "seleqz.'t 'fd, 'fs, 'ft");
835 Format(inst
[all...]
/external/vixl/src/vixl/a64/
H A Ddebugger-a64.cc82 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list.
107 // Format: sn or dn with 0 <= n < 32.
125 // Format: Alphanumeric string starting with a letter.
148 // Format: 0x... with up to 16 hexadecimal digits.
167 // Format: n.
183 // Format: .ln
215 template<typename T> class Format : public FormatToken { class in namespace:vixl
217 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} function in class:vixl::Format
461 " Format is made of a type letter: 'x' (hexadecimal), 's' (signed), 'u'\n"
1012 if (length == 1) return new Format<uint32_
[all...]
H A Ddisasm-a64.cc103 Format(instr, mnemonic, form);
150 Format(instr, mnemonic, form);
188 Format(instr, mnemonic, form);
223 Format(instr, mnemonic, form);
235 Format(instr, "unallocated", "(LogicalImmediate)");
266 Format(instr, mnemonic, form);
346 Format(instr, mnemonic, form);
361 Format(instr, mnemonic, form);
376 Format(instr, mnemonic, form);
429 Format(inst
2749 void Disassembler::Format(const Instruction* instr, const char* mnemonic, function in class:vixl::Disassembler
[all...]
/external/vulkan-validation-layers/tests/
H A Dvktestbinding.h181 struct Format { struct in class:vk_testing::Device
188 const std::vector<Format> &formats() const { return formats_; }
256 std::vector<Format> formats_;
/external/deqp/executor/
H A DxeTestCaseResult.hpp245 enum Format enum in class:xe::ri::Image
268 Format format;
/external/gtest/include/gtest/
H A Dgtest.h1339 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1357 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
1366 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
1367 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1378 static ::std::string Format(CharType* value) { \
1397 static ::std::string Format(CharType* value) { \
1433 return FormatForComparison<T1, T2>::Format(value);
/external/v8/src/arm64/
H A Ddisasm-arm64.cc89 Format(instr, mnemonic, form);
136 Format(instr, mnemonic, form);
174 Format(instr, mnemonic, form);
209 Format(instr, mnemonic, form);
221 Format(instr, "unallocated", "(LogicalImmediate)");
252 Format(instr, mnemonic, form);
332 Format(instr, mnemonic, form);
347 Format(instr, mnemonic, form);
363 Format(instr, mnemonic, form);
416 Format(inst
1224 void DisassemblingDecoder::Format(Instruction* instr, const char* mnemonic, function in class:v8::internal::DisassemblingDecoder
[all...]
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/
H A Dgtest.h1339 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1357 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
1366 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
1367 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1378 static ::std::string Format(CharType* value) { \
1397 static ::std::string Format(CharType* value) { \
1433 return FormatForComparison<T1, T2>::Format(value);
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp299 enum Format enum in class:sglr::rc::Renderbuffer
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c481 struct Format { struct
489 const struct Format formats[] =
539 const struct Format* compute_format()
546 const struct Format* match = NULL;
547 const struct Format *b = NULL;
571 const struct Format* match = compute_format();

Completed in 891 milliseconds

12345