Searched refs:bytes_read_ (Results 1 – 14 of 14) sorted by relevance
/external/pigweed/pw_stream/ |
D | memory_stream.cc | 40 if (source_.size_bytes() == bytes_read_) { in DoRead() 45 std::min(dest.size_bytes(), source_.size_bytes() - bytes_read_); in DoRead() 47 std::memcpy(dest.data(), source_.data() + bytes_read_, bytes_to_read); in DoRead() 48 bytes_read_ += bytes_to_read; in DoRead()
|
/external/pigweed/pw_stream/public/pw_stream/ |
D | memory_stream.h | 62 MemoryReader(ConstByteSpan source) : source_(source), bytes_read_(0) {} in MemoryReader() 65 return source_.size_bytes() - bytes_read_; in ConservativeReadLimit() 68 size_t bytes_read() const { return bytes_read_; } in bytes_read() 80 size_t bytes_read_; variable
|
/external/tensorflow/tensorflow/core/lib/io/snappy/ |
D | snappy_inputstream.cc | 31 bytes_read_(0), in SnappyInputStream() 139 bytes_read_ += can_read_bytes; in ReadBytesFromCache() 143 int64 SnappyInputStream::Tell() const { return bytes_read_; } in Tell() 148 bytes_read_ = 0; in Reset()
|
D | snappy_inputbuffer.cc | 31 bytes_read_(0) {} in SnappyInputBuffer() 59 int64 SnappyInputBuffer::Tell() const { return bytes_read_; } in Tell() 66 bytes_read_ = 0; in Reset() 78 bytes_read_ += can_read_bytes; in ReadBytesFromCache()
|
D | snappy_inputbuffer.h | 123 int64 bytes_read_; variable
|
D | snappy_inputstream.h | 70 int64 bytes_read_; variable
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | zlib_inputstream.cc | 67 bytes_read_(0) { in ZlibInputStream() 94 bytes_read_ = 0; in Reset() 185 bytes_read_ += can_read_bytes; in ReadBytesFromCache() 242 int64 ZlibInputStream::Tell() const { return bytes_read_; } in Tell()
|
D | zlib_inputstream.h | 133 int64 bytes_read_; variable
|
D | table_test.cc | 121 : contents_(contents.data(), contents.size()), bytes_read_(0) {} in StringSource() 141 bytes_read_ += n; in Read() 145 uint64 BytesRead() const { return bytes_read_; } in BytesRead() 149 mutable uint64 bytes_read_; member in tensorflow::table::StringSource
|
/external/libchrome/base/files/ |
D | file_proxy.cc | 181 bytes_read_(0) { in ReadHelper() 185 bytes_read_ = file_.Read(offset, buffer_.get(), bytes_to_read_); in RunWork() 186 error_ = (bytes_read_ < 0) ? File::FILE_ERROR_FAILED : File::FILE_OK; in RunWork() 192 std::move(callback).Run(error_, buffer_.get(), bytes_read_); in Reply() 198 int bytes_read_; member in base::__anona2b9dffd0211::ReadHelper
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_linux.h | 76 int bytes_read_; variable
|
D | sanitizer_linux.cc | 741 bytes_read_(0) { in ThreadLister() 760 if ((char *)entry_ >= &buffer_[bytes_read_] && !GetDirectoryEntries()) in GetNextTID() 788 bytes_read_ = internal_getdents(descriptor_, in GetDirectoryEntries() 791 if (internal_iserror(bytes_read_)) { in GetDirectoryEntries() 795 } else if (bytes_read_ == 0) { in GetDirectoryEntries()
|
/external/libabigail/tests/data/test-annotate/ |
D | test15-pr18892.so.abi | 5961 <!-- int __sanitizer::ThreadLister::bytes_read_ --> 5962 …<var-decl name='bytes_read_' type-id='type-id-10' visibility='default' filepath='../../.././libsan…
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test15-pr18892.so.abi | 3449 …<var-decl name='bytes_read_' type-id='type-id-10' visibility='default' filepath='../../.././libsan…
|