/aosp_15_r20/external/openthread/src/core/common/ |
H A D | frame_data.hpp | 64 bool CanRead(uint16_t aLength) const { return GetLength() >= aLength; } in CanRead() function in ot::FrameData
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | input_stream_set.h | 62 bool CanRead() const override { return true; } in CanRead() function
|
H A D | tls_stream.h | 40 bool CanRead() const override { return true; } in CanRead() function
|
H A D | memory_stream.cc | 86 bool MemoryStream::CanRead() const { return IsOpen(); } in CanRead() function in brillo::MemoryStream
|
H A D | memory_stream_test.cc | 85 TEST_F(MemoryStreamTest, CanRead) { in TEST_F() argument
|
H A D | fake_stream.cc | 163 bool FakeStream::CanRead() const { in CanRead() function in brillo::FakeStream
|
H A D | file_stream.cc | 347 bool FileStream::CanRead() const { in CanRead() function in brillo::FileStream
|
H A D | file_stream_test.cc | 213 TEST_F(FileStreamTest, CanRead) { in TEST_F() argument
|
/aosp_15_r20/hardware/google/gfxstream/include/render-utils/ |
D | RenderChannel.h | 58 CanRead = 1 << 0, enumerator
|
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 54 public override bool CanRead property in Google.Protobuf.LimitedInputStream
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | LimitedInputStream.cs | 54 public override bool CanRead property in Google.Protobuf.LimitedInputStream
|
/aosp_15_r20/external/brotli/csharp/org/brotli/dec/ |
H A D | BrotliInputStream.cs | 191 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/ |
D | GZipStream.cs | 80 public override bool CanRead property in DotZLib.GZipStream
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/ |
H A D | quiche_data_reader.cc | 303 bool QuicheDataReader::CanRead(size_t bytes) const { in CanRead() function in quiche::QuicheDataReader
|
/aosp_15_r20/external/cronet/net/ntlm/ |
H A D | ntlm_buffer_reader.cc | 20 bool NtlmBufferReader::CanRead(size_t len) const { in CanRead() function in net::ntlm::NtlmBufferReader
|
/aosp_15_r20/external/dng_sdk/source/ |
H A D | dng_ifd.cpp | 4238 bool dng_ifd::CanRead () const in CanRead() function in dng_ifd
|
H A D | dng_read_image.cpp | 2612 bool dng_read_image::CanRead (const dng_ifd &ifd) in CanRead() function in dng_read_image
|