/external/pdfium/core/src/fxcodec/lcms2/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 | 38 OutputFormat("format", cl::desc("Specify output format"), variable 287 if (OutputFormat == darwin && MachO) in PrintObjectSectionSizes() 291 else if (MachO && OutputFormat == berkeley) in PrintObjectSectionSizes() 293 else if (OutputFormat == sysv) { in PrintObjectSectionSizes() 460 if (OutputFormat == sysv) in PrintFileSectionSizes() 462 else if (MachO && OutputFormat == darwin) in PrintFileSectionSizes() 465 if (OutputFormat == berkeley) { in PrintFileSectionSizes() 490 if (OutputFormat == sysv) in PrintFileSectionSizes() 492 else if (MachO && OutputFormat == darwin) { in PrintFileSectionSizes() 498 if (OutputFormat == berkeley) { in PrintFileSectionSizes() [all …]
|
/external/clang/tools/scan-build/ |
D | ccc-analyzer | 471 my $OutputFormat = $ENV{'CCC_ANALYZER_OUTPUT_FORMAT'}; 472 if (!defined $OutputFormat) { $OutputFormat = "html"; } 724 if (defined $OutputFormat) { 725 push @AnalyzeArgs, "-analyzer-output=" . $OutputFormat; 726 if ($OutputFormat =~ /plist/) {
|
D | scan-build | 1381 my $OutputFormat = "html"; 1520 $OutputFormat = "plist"; 1525 $OutputFormat = "plist-html"; 1710 if (defined $OutputFormat) { 1711 $Options{'CCC_ANALYZER_OUTPUT_FORMAT'} = $OutputFormat; 1718 if (defined $OutputFormat) { 1719 if ($OutputFormat =~ /plist/) { 1723 if ($OutputFormat =~ /html/) {
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 52 cl::opt<OutputFormatTy> OutputFormat( variable 59 cl::aliasopt(OutputFormat)); 546 if (OutputFormat == posix && MultipleFiles && printName) { in sortAndPrintSymbolList() 548 } else if (OutputFormat == bsd && MultipleFiles && printName) { in sortAndPrintSymbolList() 550 } else if (OutputFormat == sysv) { in sortAndPrintSymbolList() 589 if (OutputFormat == sysv || I->Address == UnknownAddressOrSize) in sortAndPrintSymbolList() 591 if (OutputFormat == sysv) in sortAndPrintSymbolList() 606 if ((OutputFormat == darwin || FormatMachOasHex) && MachO) { in sortAndPrintSymbolList() 608 } else if (OutputFormat == posix) { in sortAndPrintSymbolList() 611 } else if (OutputFormat == bsd || (OutputFormat == darwin && !MachO)) { 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/llvm/tools/llvm-profdata/ |
D | llvm-profdata.cpp | 71 sampleprof::SampleProfileFormat OutputFormat) { in mergeSampleProfile() argument 73 auto WriterOrErr = SampleProfileWriter::create(OutputFilename, OutputFormat); in mergeSampleProfile() 115 cl::opt<sampleprof::SampleProfileFormat> OutputFormat( in merge_main() local 129 mergeSampleProfile(Inputs, OutputFilename, OutputFormat); in merge_main()
|
/external/robolectric/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/pdfium/core/src/fxcodec/lcms2/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 | 32 enum OutputFormat { enum 45 OutputFormat output_format;
|
/external/owasp/sanitizer/tools/findbugs/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/ ... |
/external/robolectric/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |