Home
last modified time | relevance | path

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

12345

/external/sfntly/cpp/src/sfntly/data/
Dbyte_array.cc111 int32_t bytes_read = 0; in CopyTo() local
132 int32_t bytes_read = 0; in CopyTo() local
145 int32_t bytes_read = 0; in CopyFrom() local
165 int32_t bytes_read = 0; in CopyFrom() local
Dfont_input_stream.cc86 int32_t bytes_read = stream_->Read(b, offset, bytes_to_read); in Read() local
/external/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
Dtest_font_utils.cc78 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file); in LoadFile() local
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc136 DWORD bytes_read = 0; in RunCommand() local
159 size_t bytes_read = ::fread(buffer, 1, sizeof(buffer), f); in GetFileContents() local
/external/libvpx/libvpx/
Divfdec.c73 size_t *bytes_read, size_t *buffer_size) { in ivf_read_frame()
/external/fio/exp/
Dexpression-parser.l30 #define YY_INPUT(buffer, bytes_read, bytes_requested) \ argument
Dexpression-parser.y191 int lexer_input(char* buffer, unsigned int *bytes_read, int bytes_requested) in lexer_input()
/external/sfntly/cpp/src/sample/subsetter/
Dsubset_util.cc55 size_t bytes_read = fread(&(input_buffer[0]), 1, file_size, input_file); in Subset() local
/external/e2fsprogs/resize/
Dresource_track.c104 unsigned long long bytes_read = 0; in print_resource_track() local
/external/google-breakpad/src/common/tests/
Dfile_utils.cc64 ssize_t bytes_read = HANDLE_EINTR(read(infile, buffer, sizeof(buffer))); in CopyFile() local
/external/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp81 size_t bytes_read = process->ReadMemory (original_ptr, in GetDynamicTypeAndAddress() local
239 size_t bytes_read = process->ReadMemory (offset_to_top_location, in GetDynamicTypeAndAddress() local
/external/libunwind/src/
Delfxx.c46 size_t bytes_read = 0; in elf_w() local
217 size_t bytes_read = elf_w (memory_read) ( in elf_w() local
/external/boringssl/src/ssl/
Ds3_both.c360 int bytes_read = ssl3_read_bytes(s, SSL3_RT_HANDSHAKE, &p[s->init_num], in ssl3_get_message() local
416 int bytes_read = ssl3_read_bytes(s, SSL3_RT_HANDSHAKE, &p[s->init_num], n, in ssl3_get_message() local
/external/flac/libFLAC/
Dogg_helper.c47 size_t bytes_read = bytes; in full_read_() local
/external/sfntly/cpp/src/sample/chromium/
Dchrome_subsetter.cc57 size_t bytes_read = fread(&((*input_buffer)[0]), 1, file_size, input_file); in LoadFile() local
/external/v8/src/base/platform/
Dplatform-freebsd.cc134 ssize_t bytes_read = read(fd, addr_buffer + 2, 8); in GetSharedLibraryAddresses() local
144 int bytes_read = -1; in GetSharedLibraryAddresses() local
/external/webrtc/src/system_wrappers/source/
Dfile_impl.cc198 int bytes_read = static_cast<int>(fread(buf, 1, length, _id)); in Read() local
/external/lldb/source/Core/
DConnectionFileDescriptor.cpp416 ssize_t bytes_read = 0; in Read() local
752 ssize_t bytes_read; in BytesAvailable() local
906 ssize_t bytes_read; in BytesAvailable() local
/external/lldb/source/Host/common/
DFile.cpp475 ssize_t bytes_read = -1; in Read() local
566 ssize_t bytes_read = -1; in Read() local
/external/lldb/source/API/
DSBProcess.cpp349 size_t bytes_read = 0; in GetSTDOUT() local
372 size_t bytes_read = 0; in GetSTDERR() local
395 size_t bytes_read = 0; in GetAsyncProfileData() local
972 size_t bytes_read = 0; in ReadMemory() local
1026 size_t bytes_read = 0; in ReadCStringFromMemory() local
/external/selinux/policycoreutils/restorecond/
Duser.c117 gsize bytes_read; in io_channel_callback() local
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
DDYLDRendezvous.cpp239 size_t bytes_read; in ReadMemory() local

12345