Home
last modified time | relevance | path

Searched defs:CanRead (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/openthread/src/core/common/
H A Dframe_data.hpp64 bool CanRead(uint16_t aLength) const { return GetLength() >= aLength; } in CanRead() function in ot::FrameData
/aosp_15_r20/external/libbrillo/brillo/streams/
H A Dinput_stream_set.h62 bool CanRead() const override { return true; } in CanRead() function
H A Dtls_stream.h40 bool CanRead() const override { return true; } in CanRead() function
H A Dmemory_stream.cc86 bool MemoryStream::CanRead() const { return IsOpen(); } in CanRead() function in brillo::MemoryStream
H A Dmemory_stream_test.cc85 TEST_F(MemoryStreamTest, CanRead) { in TEST_F() argument
H A Dfake_stream.cc163 bool FakeStream::CanRead() const { in CanRead() function in brillo::FakeStream
H A Dfile_stream.cc347 bool FileStream::CanRead() const { in CanRead() function in brillo::FileStream
H A Dfile_stream_test.cc213 TEST_F(FileStreamTest, CanRead) { in TEST_F() argument
/aosp_15_r20/hardware/google/gfxstream/include/render-utils/
DRenderChannel.h58 CanRead = 1 << 0, enumerator
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs54 public override bool CanRead property in Google.Protobuf.LimitedInputStream
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DLimitedInputStream.cs54 public override bool CanRead property in Google.Protobuf.LimitedInputStream
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/
H A DBrotliInputStream.cs191 public override bool CanRead { property in Org.Brotli.Dec.BrotliInputStream
/aosp_15_r20/external/rust/android-crates-io/crates/libz-sys/src/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs80 public override bool CanRead property in DotZLib.GZipStream
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_reader.cc303 bool QuicheDataReader::CanRead(size_t bytes) const { in CanRead() function in quiche::QuicheDataReader
/aosp_15_r20/external/cronet/net/ntlm/
H A Dntlm_buffer_reader.cc20 bool NtlmBufferReader::CanRead(size_t len) const { in CanRead() function in net::ntlm::NtlmBufferReader
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_ifd.cpp4238 bool dng_ifd::CanRead () const in CanRead() function in dng_ifd
H A Ddng_read_image.cpp2612 bool dng_read_image::CanRead (const dng_ifd &ifd) in CanRead() function in dng_read_image