Searched defs:Format (Results 76 - 100 of 125) sorted by relevance

12345

/external/libcxxabi/src/Unwind/
H A DUnwind-EHABI.cpp60 } Format; typedef in struct:__anon23617::Descriptor
75 Descriptor::Format format,
172 Descriptor::Format format =
173 static_cast<Descriptor::Format>((*unwindingData & 0x0f000000) >> 24);
226 Descriptor::Format format =
227 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.h29 enum Format { enum in class:SkImageDecoder
47 virtual Format getFormat() const;
52 static Format GetStreamFormat(SkStreamRewindable*);
54 /** Return a readable string of the Format provided.
56 static const char* GetFormatName(Format);
320 Format* format = NULL);
335 Mode, Format* format = NULL);
365 Format* format = NULL);
378 Format* format = NULL) {
382 SkBitmap::Config pref, Mode mode, Format* forma
[all...]
/external/skia/tools/
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[]) {
632 SkImageDecoder::Format format = codec->getFormat();
685 SkImageDecoder::Format formatOnSecondDecode;
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_manager_unittest.cc220 << Format(render_frame_host);
223 << Format(render_frame_host) << " that was previously deleted.";
236 << Format(render_frame_host);
239 << Format(render_frame_host)
245 std::string Format(RenderFrameHost* render_frame_host) { function in class:content::__anon7147::FrameLifetimeConsistencyChecker
/external/chromium_org/v8/src/arm/
H A Ddisasm-arm.cc93 void Format(Instruction* instr, const char* format);
668 // Format takes a formatting string for a whole instruction and prints it into
671 void Decoder::Format(Instruction* instr, const char* format) { function in class:v8::internal::Decoder
697 Format(instr, "unknown");
713 Format(instr, "mul'cond's 'rn, 'rm, 'rs");
720 Format(instr, "mla'cond's 'rn, 'rm, 'rs, 'rd");
726 Format(instr, "mls'cond's 'rn, 'rm, 'rs, 'rd");
736 Format(instr, "'um'al'cond's 'rd, 'rn, 'rm, 'rs");
746 Format(instr, "'memop'cond's 'rd, ['rn], -'rm");
748 Format(inst
[all...]
/external/clang/lib/Frontend/
H A DCompilerInvocation.cpp658 StringRef Format = local
660 if (Format == "clang")
662 else if (Format == "msvc")
664 else if (Format == "msvc-fallback") {
667 } else if (Format == "vi")
674 << Format;
/external/jhead/
H A Djhead.h165 int Format; // format of data member in struct:__anon22668
175 int Format; member in struct:__anon22669
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/pdfium/core/src/fxcrt/
H A Dfx_basic_bstring.cpp701 void CFX_ByteString::Format(FX_LPCSTR lpszFormat, ...) function in class:CFX_ByteString
H A Dfx_basic_wstring.cpp997 void CFX_WideString::Format(FX_LPCWSTR lpszFormat, ...) function in class:CFX_WideString
/external/vixl/src/a64/
H A Ddebugger-a64.cc77 // Format: wn or xn with 0 <= n < 32 or a name in the aliases list.
102 // Format: sn or dn with 0 <= n < 32.
120 // Format: Alphanumeric string starting with a letter.
143 // Format: 0x... with up to 16 hexadecimal digits.
162 // Format: n.
178 // Format: .ln
205 template<typename T> class Format : public FormatToken { class in namespace:vixl
207 Format(const char* fmt, char type_code) : fmt_(fmt), type_code_(type_code) {} function in class:vixl::Format
447 " Format is made of a type letter: 'x' (hexadecimal), 's' (signed), 'u'\n"
1092 if (length == 1) return new Format<uint32_
[all...]
H A Ddisasm-a64.cc100 Format(instr, mnemonic, form);
147 Format(instr, mnemonic, form);
185 Format(instr, mnemonic, form);
220 Format(instr, mnemonic, form);
232 Format(instr, "unallocated", "(LogicalImmediate)");
263 Format(instr, mnemonic, form);
343 Format(instr, mnemonic, form);
358 Format(instr, mnemonic, form);
373 Format(instr, mnemonic, form);
426 Format(inst
1253 void Disassembler::Format(Instruction* instr, const char* mnemonic, function in class:vixl::Disassembler
[all...]
/external/chromium_org/gpu/command_buffer/
H A Dbuild_gles2_cmd_buffer.py8502 def Format(generated_files): function
8596 Format([
8625 Format([
/external/chromium_org/testing/gtest/include/gtest/
H A Dgtest.h1363 // FormatForComparison<ToPrint, OtherOperand>::Format(value) formats a
1381 static ::std::string Format(const ToPrint& value) { function in class:testing::internal::FormatForComparison
1390 static ::std::string Format(const ToPrint* value) { function in class:testing::internal::FormatForComparison
1391 return FormatForComparison<const ToPrint*, OtherOperand>::Format(value);
1402 static ::std::string Format(CharType* value) { \
1421 static ::std::string Format(CharType* value) { \
1457 return FormatForComparison<T1, T2>::Format(value);
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc290 enum Format { enum in class:webrtc::__anon15913::ApmTest
316 void StreamParametersTest(Format format);
317 int ProcessStreamChooser(Format format);
318 int AnalyzeReverseStreamChooser(Format format);
321 Format format);
322 void VerifyDebugDumpTest(Format format);
512 int ApmTest::ProcessStreamChooser(Format format) {
525 int ApmTest::AnalyzeReverseStreamChooser(Format format) {
623 void ApmTest::StreamParametersTest(Format format) {
1452 Format forma
[all...]
/external/chromium_org/v8/src/arm64/
H A Ddisasm-arm64.cc93 Format(instr, mnemonic, form);
140 Format(instr, mnemonic, form);
178 Format(instr, mnemonic, form);
213 Format(instr, mnemonic, form);
225 Format(instr, "unallocated", "(LogicalImmediate)");
256 Format(instr, mnemonic, form);
336 Format(instr, mnemonic, form);
351 Format(instr, mnemonic, form);
366 Format(instr, mnemonic, form);
419 Format(inst
1245 void Disassembler::Format(Instruction* instr, const char* mnemonic, function in class:v8::internal::Disassembler
[all...]
/external/deqp/executor/
H A DxeTestCaseResult.hpp244 enum Format enum in class:xe::ri::Image
267 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/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dphonenumberutil.cc152 // A helper function that is used by Format and FormatByPattern.
867 void PhoneNumberUtil::Format(const PhoneNumber& number, function in class:i18n::phonenumbers::PhoneNumberUtil
1069 Format(number_no_extension, NATIONAL, formatted_number);
1095 Format(number_no_extension, INTERNATIONAL, formatted_number);
1097 Format(number_no_extension, NATIONAL, formatted_number);
1102 ? Format(number_no_extension, INTERNATIONAL, formatted_number)
1103 : Format(number_no_extension, E164, formatted_number);
1120 Format(number, INTERNATIONAL, formatted_number);
1134 Format(number, NATIONAL, formatted_number);
1151 Format(numbe
[all...]
/external/chromium_org/v8/src/mips/
H A Dsimulator-mips.cc1485 // Unsupported instructions use Format to print an error and stop execution.
1486 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/chromium_org/v8/src/mips64/
H A Dsimulator-mips64.cc1553 // Unsupported instructions use Format to print an error and stop execution.
1554 void Simulator::Format(Instruction* instr, const char* format) { function in class:v8::internal::Simulator
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp294 enum Format enum in class:sglr::rc::Renderbuffer
/external/pcre/dist/sljit/
H A DsljitNativeTILEGX_64.c483 struct Format { struct
491 const struct Format formats[] =
541 const struct Format* compute_format()
548 const struct Format* match = NULL;
549 const struct Format *b = NULL;
573 const struct Format* match = compute_format();
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h476 Format, enumerator in enum:CPDF_AAction::AActionType

Completed in 789 milliseconds

12345