Searched refs:ICC (Results 1 - 10 of 10) sorted by relevance

/external/clang/tools/libclang/
H A DCXComment.cpp124 const InlineContentComment *ICC = getASTNodeAs<InlineContentComment>(CXC); local
125 if (!ICC)
128 return ICC->hasTrailingNewline();
140 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
141 if (!ICC)
145 return cxstring::createRef(ICC->getCommandName(Traits));
150 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
151 if (!ICC)
154 switch (ICC->getRenderKind()) {
171 const InlineCommandComment *ICC local
180 const InlineCommandComment *ICC = getASTNodeAs<InlineCommandComment>(CXC); local
[all...]
/external/libxaac/decoder/
H A Dixheaacd_mps_nlc_dec.h24 #define ICC (1) macro
H A Dixheaacd_mps_dec.c923 case ICC:
984 case ICC:
1083 case ICC:
1197 case ICC:
1349 case ICC:
H A Dixheaacd_mps_parse.c394 ixheaacd_mps_ecdata_decoding(self, bitstream, frame->cmp_icc_idx, ICC);
667 case ICC:
832 cur_bit_stream_ptr->icc_idx_pre, ICC);
/external/clang/unittests/AST/
H A DCommentParser.cpp266 InlineCommandComment *&ICC,
268 ::testing::AssertionResult AR = GetChildAt(C, Idx, ICC);
272 StringRef ActualName = ICC->getCommandName(Traits);
286 InlineCommandComment *&ICC,
289 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
293 if (ICC->getNumArgs() != 0)
295 << "InlineCommandComment has " << ICC->getNumArgs() << " arg(s), "
304 InlineCommandComment *&ICC,
307 ::testing::AssertionResult AR = HasInlineCommandAt(C, Traits, Idx, ICC, Name);
311 if (ICC
263 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name) argument
283 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name, NoArgs) argument
301 HasInlineCommandAt(const Comment *C, const CommandTraits &Traits, size_t Idx, InlineCommandComment *&ICC, StringRef Name, StringRef Arg) argument
999 InlineCommandComment *ICC; local
1016 InlineCommandComment *ICC; local
1034 InlineCommandComment *ICC; local
1051 InlineCommandComment *ICC; local
1069 InlineCommandComment *ICC; local
[all...]
/external/icu/icu4c/source/
H A DrunConfigureICU51 Linux/ICC Use the Intel ICC compiler on Linux
211 Linux/ICC)
225 echo "ICC 9.0 does not work with optimization- disabling optimizations"
/external/ImageMagick/www/api/
H A Dprofile.php184 <p>ICC and ICM profiles are handled as follows: If the image does not have an associated color profile, the one you provide is associated with the image and the image pixels are not transformed. Otherwise, the colorspace transform defined by the existing and new profile are applied to the image pixels and the new profile is associated with the image.</p>
205 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
H A Dmagick-property.php436 <dd>Name of profile to return: ICC, IPTC, or generic profile. </dd>
987 <p>MagickProfileImage() adds or removes a ICC, IPTC, or generic profile from an image. If the profile is NULL, it is removed from the image otherwise added. Use a name of '*' and a profile of NULL to remove all profiles from the image.</p>
1008 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
1043 <dd>Name of profile to return: ICC, IPTC, or generic profile. </dd>
1400 <dd>Name of profile to add or remove: ICC, IPTC, or generic profile. </dd>
/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp871 case Sparc::ICC:
979 RegNo = Sparc::ICC;
1028 RegNo = Sparc::ICC;
/external/swiftshader/third_party/LLVM/
H A Dconfigure11396 ICC=no
11400 ICC=yes
11407 if test "$GCC" != "yes" && test "$ICC" != "yes"

Completed in 299 milliseconds