/external/ImageMagick/Magick++/tests/ |
D | coderInfo.cpp | 29 (( 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/ |
D | NettyTsiHandshakerTest.java | 71 if (clientData.isReadable()) { in processPeerHandshakeShouldAcceptPartialFrames() 166 if (clientData.isReadable()) { in doHandshake() 172 if (serverData.isReadable()) { in doHandshake()
|
D | FakeChannelCrypter.java | 55 while (tag.isReadable()) { in decrypt()
|
D | ByteBufTestUtils.java | 55 while (buf.isReadable()) { in fragmentByteBuf()
|
D | TsiTest.java | 142 while (protect.isReadable()) { in sendMessage()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | CoderInfo.h | 57 bool isReadable(void) const;
|
D | STL.h | 2137 (( coderInfo.isReadable() && isReadable_ != CoderInfo::TrueMatch ) || 2138 ( !coderInfo.isReadable() && isReadable_ != CoderInfo::FalseMatch )) )
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 40 virtual bool isReadable() const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSectionContrib.h | 40 virtual bool isReadable() const = 0;
|
/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/ |
D | AltsTsiFrameProtector.java | 209 if (in.isReadable()) { in addUnhandled() 258 if (!in.isReadable()) { in handleHeader() 360 boolean keepLast = lastBuf.isReadable(); in clearState()
|
D | TsiHandshakeHandler.java | 185 if (!buffer.isReadable()) { in sendHandshake()
|
D | TsiFrameHandler.java | 86 if (!msg.isReadable()) { in write()
|
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/introspector/ |
D | MethodProperty.java | 68 public boolean isReadable() { in isReadable() method in MethodProperty
|
D | Property.java | 64 public boolean isReadable() { in isReadable() method in Property
|
D | PropertyUtils.java | 112 if (property.isReadable() && (allowReadOnlyProperties || property.isWritable())) { in createPropertySet()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 41 bool isReadable() const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.h | 41 bool isReadable() const override;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 107 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASectionContrib.cpp | 107 bool DIASectionContrib::isReadable() const { in isReadable() function in DIASectionContrib
|
/external/ImageMagick/Magick++/lib/ |
D | CoderInfo.cpp | 120 bool Magick::CoderInfo::isReadable(void) const in isReadable() function in Magick::CoderInfo
|
/external/icu/android_icu4j/libcore_bridge/src/java/com/android/i18n/timezone/ |
D | XmlUtils.java | 267 if (!Files.isRegularFile(file) && Files.isReadable(file)) { in forFile()
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | JimfsFileSystemCloseTest.java | 433 Files.isReadable(file); in testFilesMethodsThrow()
|