/external/libcups/data/ |
D | raster.defs | 70 #define CUPS_CSPACE_ICC1 32 /* ICC-based, 1 color */ 71 #define CUPS_CSPACE_ICC2 33 /* ICC-based, 2 colors */ 72 #define CUPS_CSPACE_ICC3 34 /* ICC-based, 3 colors */ 73 #define CUPS_CSPACE_ICC4 35 /* ICC-based, 4 colors */ 74 #define CUPS_CSPACE_ICC5 36 /* ICC-based, 5 colors */ 75 #define CUPS_CSPACE_ICC6 37 /* ICC-based, 6 colors */ 76 #define CUPS_CSPACE_ICC7 38 /* ICC-based, 7 colors */ 77 #define CUPS_CSPACE_ICC8 39 /* ICC-based, 8 colors */ 78 #define CUPS_CSPACE_ICC9 40 /* ICC-based, 9 colors */ 79 #define CUPS_CSPACE_ICCA 41 /* ICC-based, 10 colors */ [all …]
|
/external/clang/tools/libclang/ |
D | CXComment.cpp | 124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline() local 125 if (!ICC) in clang_InlineContentComment_hasTrailingNewline() 128 return ICC->hasTrailingNewline(); in clang_InlineContentComment_hasTrailingNewline() 140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName() local 141 if (!ICC) in clang_InlineCommandComment_getCommandName() 145 return cxstring::createRef(ICC->getCommandName(Traits)); in clang_InlineCommandComment_getCommandName() 150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind() local 151 if (!ICC) in clang_InlineCommandComment_getRenderKind() 154 switch (ICC->getRenderKind()) { in clang_InlineCommandComment_getRenderKind() 171 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs() local [all …]
|
/external/llvm-project/clang/tools/libclang/ |
D | CXComment.cpp | 120 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); in clang_InlineContentComment_hasTrailingNewline() local 121 if (!ICC) in clang_InlineContentComment_hasTrailingNewline() 124 return ICC->hasTrailingNewline(); in clang_InlineContentComment_hasTrailingNewline() 136 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getCommandName() local 137 if (!ICC) in clang_InlineCommandComment_getCommandName() 141 return cxstring::createRef(ICC->getCommandName(Traits)); in clang_InlineCommandComment_getCommandName() 146 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getRenderKind() local 147 if (!ICC) in clang_InlineCommandComment_getRenderKind() 150 switch (ICC->getRenderKind()) { in clang_InlineCommandComment_getRenderKind() 170 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); in clang_InlineCommandComment_getNumArgs() local [all …]
|
/external/oss-fuzz/projects/lcms/ |
D | icc.dict | 7 # Base ICC type definitions 45 # Base ICC tag definitions 118 # ICC Technology tag 146 # ICC Color spaces 191 # ICC Profile Class 200 # ICC Platforms
|
/external/llvm-project/clang/unittests/AST/ |
D | CommentParser.cpp | 264 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 266 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt() 270 StringRef ActualName = ICC->getCommandName(Traits); in HasInlineCommandAt() 284 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 287 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 291 if (ICC->getNumArgs() != 0) in HasInlineCommandAt() 293 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), " in HasInlineCommandAt() 302 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 305 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 309 if (ICC->getNumArgs() != 1) in HasInlineCommandAt() [all …]
|
/external/clang/unittests/AST/ |
D | CommentParser.cpp | 266 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC); in HasInlineCommandAt() 272 StringRef ActualName = ICC->getCommandName(Traits); in HasInlineCommandAt() 286 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 293 if (ICC->getNumArgs() != 0) in HasInlineCommandAt() 295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), " in HasInlineCommandAt() 304 InlineCommandComment *&ICC, in HasInlineCommandAt() argument 307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name); in HasInlineCommandAt() 311 if (ICC->getNumArgs() != 1) in HasInlineCommandAt() [all …]
|
/external/oss-fuzz/projects/skcms/ |
D | iccprofile.dict | 1 # Dict for ICC profiles parsed by skcms.
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_nlc_dec.h | 24 #define ICC (1) macro
|
D | ixheaacd_mps_parse.c | 400 err = ixheaacd_mps_ecdata_decoding(self, bitstream, frame->cmp_icc_idx, ICC); in ixheaacd_mps_frame_parsing() 677 case ICC: in ixheaacd_mps_de_quantize() 825 } else if (param_type == ICC) // param_type is ICC in ixheaacd_mps_mapindexdata() 859 cur_bit_stream_ptr->icc_idx_pre, ICC); in ixheaacd_mps_dec_and_mapframeott()
|
D | ixheaacd_mps_dec.c | 897 case ICC: in ixheaacd_huff_decode() 954 case ICC: in ixheaacd_huff_decode() 1043 case ICC: in ixheaacd_huff_decode() 1144 case ICC: in ixheaacd_huff_decode() 1294 case ICC: in ixheaacd_mps_ecdatapairdec()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0rc2.rst | 17 NAN operations are now handled correctly when python is compiled with ICC
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 448 // permutations of selection between i32/f32/f64 on ICC and FCC. 450 let Uses = [ICC], usesCustomInserter = 1 in { 684 let Defs = [ICC] in { 708 let Defs = [ICC] in 711 let Uses = [ICC] in 714 let Uses = [ICC], Defs = [ICC] in 719 let Uses = [ICC], Defs = [ICC] in 722 let Defs = [ICC] in 725 let Uses = [ICC] in 729 let Defs = [ICC], rd = 0 in { [all …]
|
D | SparcInstrVIS.td | 167 let Uses = [ICC] in 170 let Defs = [ICC], Uses = [ICC] in
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 448 // permutations of selection between i32/f32/f64 on ICC and FCC. 450 let Uses = [ICC], usesCustomInserter = 1 in { 684 let Defs = [ICC] in { 708 let Defs = [ICC] in 711 let Uses = [ICC] in 714 let Uses = [ICC], Defs = [ICC] in 719 let Uses = [ICC], Defs = [ICC] in 722 let Defs = [ICC] in 725 let Uses = [ICC] in 729 let Defs = [ICC], rd = 0 in { [all …]
|
D | SparcInstrVIS.td | 167 let Uses = [ICC] in 170 let Defs = [ICC], Uses = [ICC] in
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 428 // permutations of selection between i32/f32/f64 on ICC and FCC. 430 let Uses = [ICC], usesCustomInserter = 1 in { 679 let Defs = [ICC] in { 703 let Defs = [ICC] in 706 let Uses = [ICC] in 709 let Uses = [ICC], Defs = [ICC] in 714 let Uses = [ICC], Defs = [ICC] in 717 let Defs = [ICC] in 720 let Uses = [ICC] in 724 let Defs = [ICC], rd = 0 in { [all …]
|
D | SparcInstrVIS.td | 168 let Uses = [ICC] in 171 let Defs = [ICC], Uses = [ICC] in
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 51 Linux/ICC Use the Intel ICC compiler on Linux 211 Linux/ICC)
|
/external/llvm-project/llvm/lib/Target/VE/AsmParser/ |
D | VEAsmParser.cpp | 918 bool ICC = true; in splitMnemonic() local 921 ICC = false; in splitMnemonic() 922 Mnemonic = parseCC(Name, Start, Next, ICC, true, NameLoc, Operands); in splitMnemonic() 925 bool ICC = Name[5] == 'l' || Name[5] == 'w'; in splitMnemonic() local 926 Mnemonic = parseCC(Name, 7, Name.size(), ICC, false, NameLoc, Operands); in splitMnemonic() 944 bool ICC = Name[5] == 'l' || Name[5] == 'w' ? true : false; in splitMnemonic() local 945 Mnemonic = parseCC(Name, 7, Name.size(), ICC, true, NameLoc, Operands); in splitMnemonic() 948 bool ICC = Name[6] == 'l' || Name[6] == 'w' ? true : false; in splitMnemonic() local 949 Mnemonic = parseCC(Name, 11, Name.size(), ICC, true, NameLoc, Operands); in splitMnemonic()
|
/external/libcups/filter/ |
D | raster-driver.shtml | 160 <p>CUPS uses ICC color profiles to provide more accurate color reproduction. The <a href='spec-ppd.… 163 …te'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile 169 …e.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile 170 …le.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile 177 …ell the system to use the corresponding colorspace instead of an arbitrary ICC color profile when …
|
D | postscript-driver.shtml | 251 <p>CUPS uses ICC color profiles to provide more accurate color reproduction. The <a href='spec-ppd.… 254 …te'>Attribute</a> cupsICCProfile "ColorModel.MediaType.Resolution/Description" /path/to/ICC/profile 260 …e.html#Attribute'>Attribute</a> cupsICCProfile "Gray../Grayscale Profile" /path/to/ICC/gray-profile 261 …le.html#Attribute'>Attribute</a> cupsICCProfile "RGB../Full Color Profile" /path/to/ICC/rgb-profile
|
/external/mesa3d/docs/relnotes/ |
D | 18.3.3.rst | 88 - meson: Fix compiler checks for SWR with ICC 89 - meson: Add warnings and errors when using ICC
|
/external/libjpeg-turbo/gtest/ |
D | jpegtran-gtest-wrapper.cpp | 31 TEST(JPEGTranTest, ICC) { in TEST() argument
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 133 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); in computeObjectUnderConstruction() local 134 const auto *Init = ICC->getCXXCtorInitializer(); in computeObjectUnderConstruction() 376 const auto *ICC = cast<ConstructorInitializerConstructionContext>(CC); in updateObjectsUnderConstruction() local 377 const auto *Init = ICC->getCXXCtorInitializer(); in updateObjectsUnderConstruction()
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 9 * ICC: \c -openmp
|