/third_party/rust/crates/nix/test/ |
D | test_sendfile.rs | 107 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/ |
D | cef_resource_handler.h | 175 int& bytes_read, in Read() 193 int& bytes_read, in ReadResponse()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | byte_array.cc | 113 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/ |
D | byte_array.cc | 113 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/ |
D | file_io_test.cc | 41 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
|
D | byte_array_test.cc | 39 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
|
D | font_data_test.cc | 158 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/ |
D | file_io_test.cc | 41 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
|
D | byte_array_test.cc | 39 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
|
D | font_data_test.cc | 158 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/ |
D | stream_reader_url_loader.cc | 308 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()
|
D | resource_handler_wrapper.cc | 75 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/ |
D | resource_handler_ctocpp.cc | 144 int& bytes_read, in Read() 174 int& bytes_read, in ReadResponse()
|
D | resource_read_callback_ctocpp.cc | 21 void CefResourceReadCallbackCToCpp::Continue(int bytes_read) { in Continue()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | resource_read_callback_cpptoc.cc | 24 int bytes_read) { in resource_read_callback_cont()
|
D | resource_handler_cpptoc.cc | 173 int* bytes_read, in resource_handler_read() 215 int* bytes_read, in resource_handler_read_response()
|
/third_party/ltp/testcases/kernel/fs/fs_di/ |
D | frag.c | 48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | utf8_util.c | 75 size_t bytes_read = in BrotliIsMostlyUTF8() local
|
/third_party/node/deps/brotli/c/enc/ |
D | utf8_util.c | 75 size_t bytes_read = in BrotliIsMostlyUTF8() local
|
/third_party/cef/libcef/browser/net/ |
D | internal_scheme_handler.cc | 78 int& bytes_read, in Read() 121 int& bytes_read, in Read()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subsetter/ |
D | subset_util.cc | 55 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/ |
D | subset_util.cc | 55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file); in Subset() local
|
/third_party/gn/src/base/files/ |
D | file_win.cc | 65 DWORD bytes_read; in Read() local 79 DWORD bytes_read; in ReadAtCurrentPos() local
|
/third_party/elfutils/tests/ |
D | dwfl-report-offline-memory.c | 73 ssize_t bytes_read = read (fd, data, size); in main() local
|
/third_party/cef/tests/ceftests/ |
D | download_unittest.cc | 85 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()
|