Home
last modified time | relevance | path

Searched refs:OutputFormat (Results 1 – 25 of 47) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-size/
Dllvm-size.cpp38 OutputFormat("format", cl::desc("Specify output format"), variable
373 if (OutputFormat == darwin && MachO) in printObjectSectionSizes()
377 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes()
379 else if (OutputFormat == sysv) { in printObjectSectionSizes()
555 if (OutputFormat == sysv) in printFileSectionSizes()
557 else if (MachO && OutputFormat == darwin) in printFileSectionSizes()
560 if (OutputFormat == berkeley) { in printFileSectionSizes()
587 if (OutputFormat == sysv) in printFileSectionSizes()
589 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes()
595 if (OutputFormat == berkeley) { in printFileSectionSizes()
[all …]
/external/pdfium/third_party/lcms/src/
Dcmsxform.c757 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in AllocEmptyTransform() argument
779 …>Factory(&p->xform, &p->UserData, &p->FreeUserData, &p->Lut, InputFormat, OutputFormat, dwFlags)) { in AllocEmptyTransform()
789 p->OutputFormat = *OutputFormat; in AllocEmptyTransform()
796 …p->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS… in AllocEmptyTransform()
798 …p->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_F… in AllocEmptyTransform()
811 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform()
815 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform()
819 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform()
841 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform()
850 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BI… in AllocEmptyTransform()
[all …]
Dcmspack.c1280 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyBytes()
1281 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyBytes()
1282 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyBytes()
1283 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyBytes()
1284 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyBytes()
1332 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyWords()
1334 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyWords()
1335 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyWords()
1336 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyWords()
1337 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyWords()
[all …]
Dcmsopt.c631 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument
648 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling()
651 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling()
1023 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument
1041 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization()
1047 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization()
1048 if (T_PLANAR(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization()
1065 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization()
1367 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByJoiningCurves() argument
1379 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByJoiningCurves()
[all …]
Dcmsps2.c1283 cmsUInt32Number OutputFormat; in WriteOutputLUT() local
1298 OutputFormat = cmsFormatterForColorspaceOfProfile(hProfile, 2, FALSE); in WriteOutputLUT()
1299 nChannels = T_CHANNELS(OutputFormat); in WriteOutputLUT()
1316 OutputFormat, RelativeEncodingIntent, 0); in WriteOutputLUT()
1333 …_cmsOptimizePipeline(m->ContextID, &DeviceLink, RelativeEncodingIntent, &InFrm, &OutputFormat, &dw… in WriteOutputLUT()
1416 cmsUInt32Number OutputFormat; in WriteNamedColorCRD() local
1422 OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE); in WriteNamedColorCRD()
1423 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD()
1426 …xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, NULL, OutputFormat, Intent, dwFlag… in WriteNamedColorCRD()
Dcmsalpha.c430 if (p->InputFormat == p->OutputFormat && in == out) in _cmsHandleExtraChannels()
435 if (nExtra != T_EXTRA(p->OutputFormat)) in _cmsHandleExtraChannels()
444 …ComputeComponentIncrements(p->OutputFormat, Stride->BytesPerPlaneOut, DestStartingOrder, DestIncre… in _cmsHandleExtraChannels()
447 copyValueFn = _cmsGetFormatterAlpha(p->ContextID, p->InputFormat, p->OutputFormat); in _cmsHandleExtraChannels()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp40 OutputFormat("format", cl::desc("Specify output format"), variable
363 if (OutputFormat == darwin && MachO) in printObjectSectionSizes()
367 else if (MachO && OutputFormat == berkeley) in printObjectSectionSizes()
369 else if (OutputFormat == sysv) { in printObjectSectionSizes()
542 if (OutputFormat == sysv) in printFileSectionSizes()
544 else if (MachO && OutputFormat == darwin) in printFileSectionSizes()
547 if (OutputFormat == berkeley) { in printFileSectionSizes()
574 if (OutputFormat == sysv) in printFileSectionSizes()
576 else if (MachO && OutputFormat == darwin) { in printFileSectionSizes()
582 if (OutputFormat == berkeley) { in printFileSectionSizes()
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
Dllvm-nm.cpp45 OutputFormat("format", variable
52 cl::aliasopt(OutputFormat));
167 if (OutputFormat == posix && MultipleFiles) { in SortAndPrintSymbolList()
169 } else if (OutputFormat == bsd && MultipleFiles) { in SortAndPrintSymbolList()
171 } else if (OutputFormat == sysv) { in SortAndPrintSymbolList()
189 if (OutputFormat == sysv || i->Address == object::UnknownAddressOrSize) in SortAndPrintSymbolList()
191 if (OutputFormat == sysv) in SortAndPrintSymbolList()
199 if (OutputFormat == posix) { in SortAndPrintSymbolList()
202 } else if (OutputFormat == bsd) { in SortAndPrintSymbolList()
211 } else if (OutputFormat == sysv) { in SortAndPrintSymbolList()
[all …]
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp36 OutputFormat("format", variable
108 if (OutputFormat == sysv) { in PrintObjectSectionSizes()
263 if (OutputFormat == sysv) in PrintFileSectionSizes()
267 if (OutputFormat == berkeley) in PrintFileSectionSizes()
272 if (OutputFormat == sysv) in PrintFileSectionSizes()
275 if (OutputFormat == berkeley) in PrintFileSectionSizes()
281 if (OutputFormat == sysv) in PrintFileSectionSizes()
295 OutputFormat = OutputFormatShort; in main()
302 if (OutputFormat == berkeley) in main()
/external/clang/lib/Frontend/
DDependencyFile.cpp164 DependencyOutputFormat OutputFormat; member in __anonc90c6eea0211::DFGImpl
179 OutputFormat(Opts.OutputFormat) { in DFGImpl()
365 DependencyOutputFormat OutputFormat) { in PrintFilename() argument
366 if (OutputFormat == DependencyOutputFormat::NMake) { in PrintFilename()
376 assert(OutputFormat == DependencyOutputFormat::Make); in PrintFilename()
444 PrintFilename(OS, *I, OutputFormat); in OutputDependencyFile()
455 PrintFilename(OS, *I, OutputFormat); in OutputDependencyFile()
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp55 cl::opt<OutputFormatTy> OutputFormat( variable
62 cl::aliasopt(OutputFormat));
617 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList()
619 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList()
621 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
634 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
637 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
640 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
647 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
650 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()
[all …]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java129 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in startVideoRecording()
134 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in startVideoRecording()
140 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
182 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording()
202 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startAudioRecording()
/external/clang/tools/scan-build/libexec/
Dccc-analyzer481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'};
482 if (!defined $OutputFormat) { $OutputFormat = "html"; }
751 if (defined $OutputFormat) {
752 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat;
753 if ($OutputFormat =~ /plist/) {
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp122 ProfileFormat OutputFormat, bool OutputSparse) { in mergeInstrProfile() argument
126 if (OutputFormat != PF_Binary && OutputFormat != PF_Text) in mergeInstrProfile()
158 if (OutputFormat == PF_Text) in mergeInstrProfile()
170 ProfileFormat OutputFormat) { in mergeSampleProfile() argument
173 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
282 cl::opt<ProfileFormat> OutputFormat( in merge_main() local
316 mergeInstrProfile(WeightedInputs, OutputFilename, OutputFormat, in merge_main()
319 mergeSampleProfile(WeightedInputs, OutputFilename, OutputFormat); in merge_main()
/external/llvm/tools/llvm-cov/
DCoverageViewOptions.h19 enum class OutputFormat { enum
33 OutputFormat Format;
DSourceCoverageView.cpp76 case CoverageViewOptions::OutputFormat::Text: in create()
78 case CoverageViewOptions::OutputFormat::HTML: in create()
114 case CoverageViewOptions::OutputFormat::Text: in create()
117 case CoverageViewOptions::OutputFormat::HTML: in create()
DCodeCoverage.cpp311 cl::opt<CoverageViewOptions::OutputFormat> Format( in run()
313 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run()
315 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run()
318 cl::init(CoverageViewOptions::OutputFormat::Text)); in run()
373 case CoverageViewOptions::OutputFormat::Text: in run()
378 case CoverageViewOptions::OutputFormat::HTML: in run()
588 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) in report()
/external/clang/include/clang/Frontend/
DDependencyOutputOptions.h35 DependencyOutputFormat OutputFormat; variable
70 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp49 cl::opt<OutputFormatTy> OutputFormat( variable
56 cl::aliasopt(OutputFormat));
716 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList()
718 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList()
720 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList()
737 printFormat = OutputFormat == posix ? "%" PRIo64 : "%016" PRIo64; in sortAndPrintSymbolList()
740 printFormat = OutputFormat == posix ? "%" PRIx64 : "%016" PRIx64; in sortAndPrintSymbolList()
743 printFormat = OutputFormat == posix ? "%" PRId64 : "%016" PRId64; in sortAndPrintSymbolList()
750 printFormat = OutputFormat == posix ? "%" PRIo64 : "%08" PRIo64; in sortAndPrintSymbolList()
753 printFormat = OutputFormat == posix ? "%" PRIx64 : "%08" PRIx64; in sortAndPrintSymbolList()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageViewOptions.h21 enum class OutputFormat { enum
37 OutputFormat Format;
DSourceCoverageView.cpp79 case CoverageViewOptions::OutputFormat::Text: in create()
81 case CoverageViewOptions::OutputFormat::HTML: in create()
140 case CoverageViewOptions::OutputFormat::Text: in create()
143 case CoverageViewOptions::OutputFormat::HTML: in create()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp240 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
245 if (OutputFormat != PF_Binary && OutputFormat != PF_Compact_Binary && in mergeInstrProfile()
246 OutputFormat != PF_Text) in mergeInstrProfile()
317 if (OutputFormat == PF_Text) { in mergeInstrProfile()
331 ProfileFormat OutputFormat) { in mergeSampleProfile() argument
334 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile()
473 cl::opt<ProfileFormat> OutputFormat( in merge_main() local
513 mergeInstrProfile(WeightedInputs, OutputFilename, OutputFormat, in merge_main()
516 mergeSampleProfile(WeightedInputs, OutputFilename, OutputFormat); in merge_main()
/external/flatbuffers/src/
Dflathash.cpp23 enum OutputFormat { kDecimal, kHexadecimal, kHexadecimal0x }; enum
70 OutputFormat output_format = kHexadecimal; in main()
/external/deqp/executor/tools/
DxeTestLogCompare.cpp53 enum OutputFormat enum
73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat);
86 static const NamedValue<OutputFormat> s_outputFormats[] = in registerOptions()
114 OutputFormat outFormat;
/external/freetype/src/tools/
Dapinames.c38 } OutputFormat; typedef
129 OutputFormat format, in names_dump()
353 OutputFormat format = OUTPUT_LIST; /* the default */ in main()

12