Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 18 of 18) 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/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DNettyTsiHandshakerTest.java71 if (clientData.isReadable()) { in processPeerHandshakeShouldAcceptPartialFrames()
166 if (clientData.isReadable()) { in doHandshake()
172 if (serverData.isReadable()) { in doHandshake()
DFakeChannelCrypter.java55 while (tag.isReadable()) { in decrypt()
DByteBufTestUtils.java55 while (buf.isReadable()) { in fragmentByteBuf()
DTsiTest.java142 while (protect.isReadable()) { in sendMessage()
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java209 if (in.isReadable()) { in addUnhandled()
258 if (!in.isReadable()) { in handleHeader()
360 boolean keepLast = lastBuf.isReadable(); in clearState()
DTsiHandshakeHandler.java185 if (!buffer.isReadable()) { in sendHandshake()
DTsiFrameHandler.java86 if (!msg.isReadable()) { in write()
/external/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h57 bool isReadable(void) const;
DSTL.h2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h41 virtual bool isReadable() const = 0;
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h42 bool isReadable() const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp108 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
/external/ImageMagick/Magick++/lib/
DCoderInfo.cpp120 bool Magick::CoderInfo::isReadable(void) const in isReadable() function in Magick::CoderInfo
/external/syzkaller/pkg/csource/
Dcsource.go462 if !isReadable(v) && (i != len(data)-1 || v != 0) {
501 func isReadable(v byte) bool { func