/external/bsdiff/ |
D | extents_file_unittest.cc | 99 size_t bytes_read; in TEST_F() local 126 size_t bytes_read = 0; in TEST_F() local 148 size_t bytes_read = 0; in TEST_F() local 168 size_t bytes_read = 0; in TEST_F() local 182 size_t bytes_read = 0; in TEST_F() local 191 size_t bytes_read; in TEST_F() local 206 size_t bytes_read = 0; in TEST_F() local
|
D | sink_file.cc | 12 bool SinkFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
D | memory_file.cc | 15 bool MemoryFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
D | buffer_file.cc | 20 bool BufferFile::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
D | file.cc | 38 bool File::Read(void* buf, size_t count, size_t* bytes_read) { in Read()
|
/external/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
|
/external/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
|
/external/libmojo/mojo/edk/test/ |
D | test_utils_posix.cc | 41 size_t* bytes_read) { in BlockingRead() 62 size_t* bytes_read) { in NonBlockingRead()
|
D | test_utils_win.cc | 40 size_t* bytes_read) { in BlockingRead() 60 size_t* bytes_read) { in NonBlockingRead()
|
/external/syslinux/com32/lib/sys/ |
D | fileread.c | 44 ssize_t bytes_read; in __file_get_block() local
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | file_utils.cc | 91 size_t bytes_read = file->Read(byte_array.get(), 2); in ReadInt16BufferFromFile() local 153 size_t bytes_read = file->Read(byte_array.get(), 4); in ReadFloatBufferFromFile() local 176 size_t bytes_read = file->Read(byte_array.get(), 8); in ReadDoubleBufferFromFile() local
|
/external/ltp/testcases/kernel/fs/fs_di/ |
D | frag.c | 48 int bytes_read = 0, bytes_written = 0, fd1 = -1, fd2 = -1; in main() local
|
/external/brotli/enc/ |
D | utf8_util.c | 75 size_t bytes_read = in BrotliIsMostlyUTF8() local
|
/external/google-breakpad/src/tools/windows/dump_syms/ |
D | dump_syms_unittest.cc | 136 DWORD bytes_read = 0; in RunCommand() local 159 size_t bytes_read = ::fread(buffer, 1, sizeof(buffer), f); in GetFileContents() local
|
/external/libvpx/libvpx/ |
D | ivfdec.c | 73 int ivf_read_frame(FILE *infile, uint8_t **buffer, size_t *bytes_read, in ivf_read_frame()
|
/external/syslinux/com32/elflink/ldlinux/ |
D | loadhigh.c | 48 uint32_t bytes_read; in pm_load_high() local
|
/external/fio/exp/ |
D | expression-parser.l | 30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \ argument
|
/external/libmojo/mojo/common/ |
D | data_pipe_file_utils.cc | 36 int bytes_read = in BlockingCopyFromFile() local
|
/external/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
|
/external/webrtc/webrtc/base/ |
D | bufferqueue.cc | 35 bool BufferQueue::ReadFront(void* buffer, size_t bytes, size_t* bytes_read) { in ReadFront()
|
/external/e2fsprogs/resize/ |
D | resource_track.c | 105 unsigned long long bytes_read = 0; in print_resource_track() local
|
/external/syslinux/core/fs/ |
D | getfssec.c | 94 uint32_t bytes_read = 0; in generic_getfssec() local
|
/external/libmojo/mojo/edk/embedder/ |
D | platform_channel_pair_posix_unittest.cc | 190 size_t bytes_read = fread(read_buf, 1, sizeof(read_buf), fp.get()); in TEST_F() local 253 size_t bytes_read = fread(read_buf, 1, sizeof(read_buf), fp.get()); in TEST_F() local
|