Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 7 of 7) sorted by relevance

/external/ImageMagick/Magick++/tests/
DcoderInfo.cpp29 (( entry->isReadable() && isReadable_ != CoderInfo::TrueMatch ) || in test()
30 ( !entry->isReadable() && isReadable_ != CoderInfo::FalseMatch )) ) in test()
35 << static_cast<int>(entry->isReadable()) in test()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h57 bool isReadable(void) const;
DSTL.h2125 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
2126 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/
DMethodProperty.java68 public boolean isReadable() { in isReadable() method in MethodProperty
DProperty.java64 public boolean isReadable() { in isReadable() method in Property
DPropertyUtils.java112 if (property.isReadable() && (allowReadOnlyProperties || property.isWritable())) { in createPropertySet()
/external/ImageMagick/Magick++/lib/
DCoderInfo.cpp120 bool Magick::CoderInfo::isReadable(void) const in isReadable() function in Magick::CoderInfo