Searched refs:AnyMatch (Results 1 – 5 of 5) sorted by relevance
/external/ImageMagick/Magick++/tests/ |
D | coderInfo.cpp | 28 if ( isReadable_ != CoderInfo::AnyMatch && in test() 42 if ( isWritable_ != CoderInfo::AnyMatch && in test() 56 if ( isMultiFrame_ != CoderInfo::AnyMatch && in test() 104 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main() 107 failures += test(CoderInfo::TrueMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main() 108 failures += test(CoderInfo::FalseMatch,CoderInfo::AnyMatch,CoderInfo::AnyMatch); in main() 110 failures += test(CoderInfo::AnyMatch,CoderInfo::TrueMatch,CoderInfo::AnyMatch); in main() 111 failures += test(CoderInfo::AnyMatch,CoderInfo::FalseMatch,CoderInfo::AnyMatch); in main() 113 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::TrueMatch); in main() 114 failures += test(CoderInfo::AnyMatch,CoderInfo::AnyMatch,CoderInfo::FalseMatch); in main()
|
/external/ImageMagick/Magick++/fuzz/ |
D | encoder_list.cc | 19 …coderList, Magick::CoderInfo::TrueMatch, Magick::CoderInfo::AnyMatch, Magick::CoderInfo::AnyMatch); in main()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | CoderInfo.h | 24 AnyMatch, // match any coder enumerator
|
D | STL.h | 2102 CoderInfo::MatchType isReadable_ = CoderInfo::AnyMatch, 2103 CoderInfo::MatchType isWritable_ = CoderInfo::AnyMatch, 2104 CoderInfo::MatchType isMultiFrame_ = CoderInfo::AnyMatch 2136 if ( isReadable_ != CoderInfo::AnyMatch && 2142 if ( isWritable_ != CoderInfo::AnyMatch && 2148 if ( isMultiFrame_ != CoderInfo::AnyMatch &&
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/ |
D | prefilter.cc | 221 static Info* AnyMatch(); 436 Prefilter::Info* Prefilter::Info::AnyMatch() { in AnyMatch() function in re2::Prefilter::Info 522 return AnyMatch(); in ShortVisit()
|