Home
last modified time | relevance | path

Searched refs:isReadable (Results 1 – 22 of 22) 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/ImageMagick/Magick++/lib/Magick++/
DCoderInfo.h57 bool isReadable(void) const;
DSTL.h2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) ||
2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h40 virtual bool isReadable() const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSectionContrib.h40 virtual bool isReadable() const = 0;
/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/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-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h41 bool isReadable() const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASectionContrib.h41 bool isReadable() const override;
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp107 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp107 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/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/
DXmlUtils.java267 if (!Files.isRegularFile(file) && Files.isReadable(file)) { in forFile()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsFileSystemCloseTest.java433 Files.isReadable(file); in testFilesMethodsThrow()