/external/pdfium/third_party/lcms2-2.6/src/ |
D | cmsxform.c | 589 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in AllocEmptyTransform() argument 606 …actory(&p->xform, &p->UserData, &p ->FreeUserData, &p ->Lut, InputFormat, OutputFormat, dwFlags)) { in AllocEmptyTransform() 616 p ->OutputFormat = *OutputFormat; in AllocEmptyTransform() 623 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform() 625 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform() 633 _cmsOptimizePipeline(ContextID, &p->Lut, Intent, InputFormat, OutputFormat, dwFlags); in AllocEmptyTransform() 636 if (_cmsFormatterIsFloat(*InputFormat) && _cmsFormatterIsFloat(*OutputFormat)) { in AllocEmptyTransform() 640 …p ->ToOutputFloat = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS… in AllocEmptyTransform() 662 if (*InputFormat == 0 && *OutputFormat == 0) { in AllocEmptyTransform() 671 …p ->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BI… in AllocEmptyTransform() [all …]
|
D | cmspack.c | 1279 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyBytes() 1280 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyBytes() 1281 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyBytes() 1282 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyBytes() 1283 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyBytes() 1331 int nChan = T_CHANNELS(info -> OutputFormat); in PackAnyWords() 1333 int DoSwap = T_DOSWAP(info ->OutputFormat); in PackAnyWords() 1334 int Reverse = T_FLAVOR(info ->OutputFormat); in PackAnyWords() 1335 int Extra = T_EXTRA(info -> OutputFormat); in PackAnyWords() 1336 int SwapFirst = T_SWAPFIRST(info -> OutputFormat); in PackAnyWords() [all …]
|
D | cmsopt.c | 549 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByResampling() argument 566 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByResampling() 569 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByResampling() 941 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByComputingLinearization() argument 959 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByComputingLinearization() 963 if (T_COLORSPACE(*OutputFormat) != PT_RGB) return FALSE; in OptimizeByComputingLinearization() 981 OutputColorSpace = _cmsICCcolorSpace(T_COLORSPACE(*OutputFormat)); in OptimizeByComputingLinearization() 1267 …msUInt32Number Intent, cmsUInt32Number* InputFormat, cmsUInt32Number* OutputFormat, cmsUInt32Numbe… in OptimizeByJoiningCurves() argument 1279 if (_cmsFormatterIsFloat(*InputFormat) || _cmsFormatterIsFloat(*OutputFormat)) return FALSE; in OptimizeByJoiningCurves() 1383 cmsUNUSED_PARAMETER(OutputFormat); in OptimizeByJoiningCurves() [all …]
|
D | cmsps2.c | 1283 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() 1415 cmsUInt32Number OutputFormat; in WriteNamedColorCRD() local 1421 OutputFormat = cmsFormatterForColorspaceOfProfile(hNamedColor, 2, FALSE); in WriteNamedColorCRD() 1422 nColorant = T_CHANNELS(OutputFormat); in WriteNamedColorCRD() 1425 …xform = cmsCreateTransform(hNamedColor, TYPE_NAMED_COLOR_INDEX, NULL, OutputFormat, Intent, dwFlag… in WriteNamedColorCRD()
|
D | lcms2_internal.h | 899 cmsUInt32Number* OutputFormat, 952 cmsUInt32Number InputFormat, OutputFormat; // Keep formats for further reference member 1008 cmsUInt32Number OutputFormat,
|
D | cmsgmt.c | 35 cmsUInt32Number OutputFormat, in _cmsChain2Lab() argument 80 OutputFormat, in _cmsChain2Lab()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 39 OutputFormat("format", cl::desc("Specify output format"), variable 275 if (OutputFormat == darwin && MachO) in PrintObjectSectionSizes() 279 else if (MachO && OutputFormat == berkeley) in PrintObjectSectionSizes() 281 else if (OutputFormat == sysv) { in PrintObjectSectionSizes() 446 if (OutputFormat == sysv) in PrintFileSectionSizes() 448 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes() 451 if (OutputFormat == berkeley) { in PrintFileSectionSizes() 476 if (OutputFormat == sysv) in PrintFileSectionSizes() 478 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes() 484 if (OutputFormat == berkeley) { in PrintFileSectionSizes() [all …]
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 164 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()
|
D | CompilerInvocation.cpp | 737 Opts.OutputFormat = DependencyOutputFormat::NMake; in ParseDependencyOutputArgs()
|
/external/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 110 ProfileFormat OutputFormat) { in mergeInstrProfile() argument 114 if (OutputFormat != PF_Binary && OutputFormat != PF_Text) in mergeInstrProfile() 140 if (OutputFormat == PF_Text) in mergeInstrProfile() 152 ProfileFormat OutputFormat) { in mergeSampleProfile() argument 155 SampleProfileWriter::create(OutputFilename, FormatMap[OutputFormat]); in mergeSampleProfile() 223 cl::opt<ProfileFormat> OutputFormat( in merge_main() local 244 mergeInstrProfile(WeightedInputs, OutputFilename, OutputFormat); in merge_main() 246 mergeSampleProfile(WeightedInputs, OutputFilename, OutputFormat); in merge_main()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaRecorderFacade.java | 132 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in startVideoRecording() 137 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.THREE_GPP); in startVideoRecording() 143 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording() 185 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording() 188 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startVideoRecording() 205 mMediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.DEFAULT); in startAudioRecording()
|
/external/clang/tools/scan-build/libexec/ |
D | ccc-analyzer | 481 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'}; 482 if (!defined $OutputFormat) { $OutputFormat = "html"; } 743 if (defined $OutputFormat) { 744 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat; 745 if ($OutputFormat =~ /plist/) {
|
/external/clang/include/clang/Frontend/ |
D | DependencyOutputOptions.h | 35 DependencyOutputFormat OutputFormat; variable 67 OutputFormat = DependencyOutputFormat::Make; in DependencyOutputOptions()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 54 cl::opt<OutputFormatTy> OutputFormat( variable 61 cl::aliasopt(OutputFormat)); 558 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList() 560 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList() 562 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList() 601 OutputFormat != darwin)) && OutputFormat != posix) { in sortAndPrintSymbolList() 609 if (OutputFormat == sysv || I->TypeChar == 'U') in sortAndPrintSymbolList() 611 if (OutputFormat == sysv) in sortAndPrintSymbolList() 629 if ((OutputFormat == darwin || FormatMachOasHex) && (MachO || Obj.isIR())) { in sortAndPrintSymbolList() 632 } else if (OutputFormat == posix) { in sortAndPrintSymbolList() [all …]
|
/external/deqp/executor/tools/ |
D | xeTestLogCompare.cpp | 53 enum OutputFormat enum 73 DE_DECLARE_COMMAND_LINE_OPT(OutFormat, OutputFormat); 86 static const NamedValue<OutputFormat> s_outputFormats[] = in registerOptions() 114 OutputFormat outFormat;
|
/external/clang/tools/scan-build/bin/ |
D | scan-build | 65 OutputFormat => "html", 1602 $Options{OutputFormat} = "plist"; 1608 $Options{OutputFormat} = "plist-html"; 1798 'CCC_ANALYZER_OUTPUT_FORMAT' => $Options{OutputFormat}, 1806 if (defined $Options{OutputFormat}) { 1807 if ($Options{OutputFormat} =~ /plist/) { 1811 if ($Options{OutputFormat} =~ /html/) {
|
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | MediaRecorderTest.java | 120 …assertThat(shadowMediaRecorder.getOutputFormat(), not(equalTo(MediaRecorder.OutputFormat.MPEG_4))); in testOutputFormat() 121 mediaRecorder.setOutputFormat(MediaRecorder.OutputFormat.MPEG_4); in testOutputFormat() 122 … assertThat(shadowMediaRecorder.getOutputFormat(), equalTo(MediaRecorder.OutputFormat.MPEG_4)); in testOutputFormat()
|
/external/opencv3/modules/cudacodec/src/ |
D | video_decoder.cpp | 91 createInfo_.OutputFormat = cudaVideoSurfaceFormat_NV12; in create()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1659 cmsUInt32Number OutputFormat, 1666 cmsUInt32Number OutputFormat, 1674 cmsUInt32Number OutputFormat, 1683 cmsUInt32Number OutputFormat, 1693 cmsUInt32Number OutputFormat, 1701 cmsUInt32Number OutputFormat, 1714 cmsUInt32Number OutputFormat, 1758 cmsUInt32Number OutputFormat);
|
D | lcms2_plugin.h | 552 cmsUInt32Number* OutputFormat, 585 cmsUInt32Number* OutputFormat,
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 34 enum OutputFormat { enum 47 OutputFormat output_format;
|
/external/guice/lib/build/jdiff/ |
D | xerces.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/xml/
javax/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/guice/extensions/persist/lib/ |
D | dom4j-1.6.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/dom4j/
org/ ... |
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
D | FlexAntTasks.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/adobe/
com/ ... |