Home
last modified time | relevance | path

Searched defs:bytes_read (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/rust/crates/nix/test/
Dtest_sendfile.rs107 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_freebsd() localVariable
156 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_dragonfly() localVariable
205 let bytes_read = rd.read_to_string(&mut read_string).unwrap(); in test_sendfile_darwin() localVariable
/third_party/cef/include/
Dcef_resource_handler.h175 int& bytes_read, in Read()
193 int& bytes_read, in ReadResponse()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc113 int32_t bytes_read = 0; in CopyTo() local
134 int32_t bytes_read = 0; in CopyTo() local
147 int32_t bytes_read = 0; in CopyFrom() local
167 int32_t bytes_read = 0; in CopyFrom() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc113 int32_t bytes_read = 0; in CopyTo() local
134 int32_t bytes_read = 0; in CopyTo() local
147 int32_t bytes_read = 0; in CopyFrom() local
167 int32_t bytes_read = 0; in CopyFrom() local
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
Dbyte_array_test.cc39 int32_t bytes_read = ba->Get(index, buffer); in ReadByteArrayWithBuffer() local
54 int32_t bytes_read = ba->Get(index, &((*b)[0]), index, actual_window_size); in ReadByteArrayWithSlidingWindow() local
Dfont_data_test.cc158 int32_t bytes_read = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size()); in ReadFontDataWithBuffer() local
172 int32_t bytes_read = in ReadFontDataWithSlidingWindow() local
205 int32_t bytes_read = rfd->ReadBytes(index, &(b[0]), index, sliding_size); in WriteFontDataWithSlidingWindow() local
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
Dfile_io_test.cc41 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFileInputStream() local
102 size_t bytes_read = fread(&(b1[0]), 1, length, file_handle); in TestFontInputStreamBasic() local
Dbyte_array_test.cc39 int32_t bytes_read = ba->Get(index, buffer); in ReadByteArrayWithBuffer() local
54 int32_t bytes_read = ba->Get(index, &((*b)[0]), index, actual_window_size); in ReadByteArrayWithSlidingWindow() local
Dfont_data_test.cc158 int32_t bytes_read = rfd->ReadBytes(index, &(buffer[0]), 0, buffer.size()); in ReadFontDataWithBuffer() local
172 int32_t bytes_read = in ReadFontDataWithSlidingWindow() local
205 int32_t bytes_read = rfd->ReadBytes(index, &(b[0]), index, sliding_size); in WriteFontDataWithSlidingWindow() local
/third_party/cef/libcef/browser/net_service/
Dstream_reader_url_loader.cc308 int bytes_read = 0; in ReadOnWorkThread() local
373 int bytes_read) { in ContinueReadCallback()
409 int bytes_read) { in ContinueReadCallbackOnWorkThread()
433 void InputStreamReader::RunReadCallback(int bytes_read) { in RunReadCallback()
455 int bytes_read, in RunReadCallbackOnJobThread()
783 void StreamReaderURLLoader::OnReaderReadCompleted(int bytes_read) { in OnReaderReadCompleted()
Dresource_handler_wrapper.cc75 void Continue(int bytes_read) override { in Continue()
198 int bytes_read = 0; in DoRead() local
267 int* bytes_read, in Read()
/third_party/cef/libcef_dll/ctocpp/
Dresource_handler_ctocpp.cc144 int& bytes_read, in Read()
174 int& bytes_read, in ReadResponse()
Dresource_read_callback_ctocpp.cc21 void CefResourceReadCallbackCToCpp::Continue(int bytes_read) { in Continue()
/third_party/cef/libcef_dll/cpptoc/
Dresource_read_callback_cpptoc.cc24 int bytes_read) { in resource_read_callback_cont()
Dresource_handler_cpptoc.cc173 int* bytes_read, in resource_handler_read()
215 int* bytes_read, in resource_handler_read_response()
/third_party/ltp/testcases/kernel/fs/fs_di/
Dfrag.c48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
/third_party/skia/third_party/externals/brotli/c/enc/
Dutf8_util.c75 size_t bytes_read = in BrotliIsMostlyUTF8() local
/third_party/node/deps/brotli/c/enc/
Dutf8_util.c75 size_t bytes_read = in BrotliIsMostlyUTF8() local
/third_party/cef/libcef/browser/net/
Dinternal_scheme_handler.cc78 int& bytes_read, in Read()
121 int& bytes_read, in Read()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file); in Subset() local
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file); in Subset() local
/third_party/gn/src/base/files/
Dfile_win.cc65 DWORD bytes_read; in Read() local
79 DWORD bytes_read; in ReadAtCurrentPos() local
/third_party/elfutils/tests/
Ddwfl-report-offline-memory.c73 ssize_t bytes_read = read (fd, data, size); in main() local
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc85 int& bytes_read, in Read()
108 int bytes_read = 0; in ContinueRead() local
113 bool DoRead(void* data_out, int bytes_to_read, int& bytes_read) { in DoRead()

123456