/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/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/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 254 // permutations of selection between i32/f32/f64 on ICC and FCC. 256 let Uses = [ICC], usesCustomInserter = 1 in { 467 let Defs = [ICC] in 470 let Uses = [ICC] in 475 let Uses = [ICC] in 478 let Defs = [ICC] in 481 let Uses = [ICC], Defs = [ICC] in 519 let Uses = [ICC] in 548 ICC, FCC, Y] in { 703 let Uses = [ICC] in { [all …]
|
D | SparcRegisterInfo.td | 45 def ICC : SparcCtrlReg<"ICC">;
|
/external/libxaac/decoder/ |
D | ixheaacd_mps_nlc_dec.h | 24 #define ICC (1) macro
|
D | ixheaacd_mps_dec.c | 928 case ICC: in ixheaacd_huff_decode() 989 case ICC: in ixheaacd_huff_decode() 1088 case ICC: in ixheaacd_huff_decode() 1202 case ICC: in ixheaacd_huff_decode() 1354 case ICC: in ixheaacd_mps_ecdatapairdec()
|
D | ixheaacd_mps_parse.c | 394 ixheaacd_mps_ecdata_decoding(self, bitstream, frame->cmp_icc_idx, ICC); in ixheaacd_mps_frame_parsing() 667 case ICC: in ixheaacd_mps_de_quantize() 815 } else if (param_type == ICC) // param_type is ICC in ixheaacd_mps_mapindexdata() 849 cur_bit_stream_ptr->icc_idx_pre, ICC); in ixheaacd_mps_dec_and_mapframeott()
|
/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
|
D | SparcInstr64Bit.td | 311 let Uses = [ICC], cc = 0b10 in 315 let Uses = [ICC], Constraints = "$f = $rd" in { 513 let Predicates = [Is64Bit], hasSideEffects = 1, Uses = [ICC], cc = 0b10 in
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 432 // permutations of selection between i32/f32/f64 on ICC and FCC. 434 let Uses = [ICC], usesCustomInserter = 1 in { 683 let Defs = [ICC] in { 707 let Defs = [ICC] in 710 let Uses = [ICC] in 713 let Uses = [ICC], Defs = [ICC] in 718 let Uses = [ICC], Defs = [ICC] in 721 let Defs = [ICC] in 724 let Uses = [ICC] in 728 let Defs = [ICC], rd = 0 in { [all …]
|
D | SparcInstrVIS.td | 168 let Uses = [ICC] in 171 let Defs = [ICC], Uses = [ICC] in
|
D | SparcInstr64Bit.td | 311 let Uses = [ICC], cc = 0b10 in 315 let Uses = [ICC], Constraints = "$f = $rd" in { 513 let Predicates = [Is64Bit], hasSideEffects = 1, Uses = [ICC], cc = 0b10 in
|
/external/icu/icu4c/source/ |
D | runConfigureICU | 51 Linux/ICC Use the Intel ICC compiler on Linux 211 Linux/ICC)
|
/external/pdfium/third_party/libopenjpeg20/ |
D | 0000-use-colorspace.patch | 20 /** size of ICC profile */
|
/external/pdfium/third_party/libpng16/ |
D | README.pdfium | 21 0004-invalid-icc.patch: Fix for large allocation for invalid ICC https://github.com/glennrp/libpng/…
|
D | 0004-invalid-icc.patch | 73 /* Routines for checking parts of an ICC profile. */
|
/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/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/eigen/doc/ |
D | TopicMultithreading.dox | 9 * ICC: \c -openmp
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 570 string(REGEX MATCH "icpc|ICC" ei_has_icpc ${VERSTRING}) 715 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 11.0 20081105" "icpc" "11.0") 718 ei_test1_get_compilerver_from_cxx_version_string("icpc (ICC) 12.0.5 20110719" "icpc" "12.0.5")
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 857 case Sparc::ICC: in parseSparcAsmOperand() 969 RegNo = Sparc::ICC; in matchRegisterName() 1018 RegNo = Sparc::ICC; in matchRegisterName()
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 871 case Sparc::ICC: in parseSparcAsmOperand() 979 RegNo = Sparc::ICC; in matchRegisterName() 1028 RegNo = Sparc::ICC; in matchRegisterName()
|
/external/pdfium/third_party/lcms/ |
D | 0019-utf8.patch | 30 …// Specification ICC.1:2001-04 (v2.4.0): It has been found that textDescriptionType can contain mi…
|