| /bootable/recovery/applypatch/ |
| applypatch.c | 73 ssize_t bytes_read = fread(file->data, 1, file->size, f); local 74 if (bytes_read != file->size) { 76 filename, (long)bytes_read, (long)file->size);
|
| /external/bluetooth/glib/gio/xdgmime/ |
| xdgmime.c | 495 int bytes_read; local 542 bytes_read = fread (data, 1, max_extent, file); 550 mime_type = _xdg_mime_magic_lookup_data (global_magic, data, bytes_read, NULL,
|
| xdgmimecache.c | 671 int bytes_read; local 714 bytes_read = fread (data, 1, max_extent, file); 722 mime_type = cache_get_mime_type_for_data (data, bytes_read, NULL,
|
| /external/chromium/third_party/libjingle/source/talk/base/ |
| stream.h | 491 virtual StreamResult Read(void* buffer, size_t bytes, size_t* bytes_read, 567 size_t* bytes_read, int* error);
|
| /external/libxml2/ |
| nanohttp.c | 1191 int bytes_read = 0; local 1211 ctxt->inptr - ctxt->inrptr - bytes_read; 1212 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read); 1215 bytes_read += orig_avail_in - ctxt->strm->avail_in; 1220 ctxt->inrptr += bytes_read; [all...] |
| /frameworks/base/media/libmedia/ |
| MediaProfiles.cpp | 922 int bytes_read = ::fread(buff, 1, BUFF_SIZE, fp); local [all...] |
| /external/e2fsprogs/lib/ext2fs/ |
| unix_io.c | 168 data->io_stats.bytes_read += size; 207 data->io_stats.bytes_read += size;
|
| /external/chromium/chrome/browser/automation/ |
| url_request_automation_job.cc | 156 net::IOBuffer* buf, int buf_size, int* bytes_read) {
|
| /external/chromium/net/url_request/ |
| url_request_http_job.cc | [all...] |
| /hardware/qcom/media/mm-video/vidc/venc/test/ |
| video_encoder_test.c | 1048 int bytes_read = 0; local 1061 bytes_read = fread(&dataptr[readOffset],1,length,inputBufferFile); 1064 return bytes_read;
|
| /external/bison/src/ |
| scan-gram.c | 3443 size_t bytes_read = fread (buf, 1, size, fp); local [all...] |
| /external/netperf/ |
| netlib.c | 1238 int bytes_read; 1225 int bytes_read; local 1386 int bytes_read; local [all...] |
| /external/bluetooth/bluez/audio/ |
| headset.c | 1274 ssize_t bytes_read; local 1291 bytes_read = read(fd, buf, sizeof(buf) - 1); 1292 if (bytes_read < 0) 1298 if (free_space < (size_t) bytes_read) { 1305 memcpy(&slc->buf[slc->data_start], buf, bytes_read); 1306 slc->data_length += bytes_read; [all...] |
| gstavdtpsink.c | 1868 ssize_t bytes_read; local [all...] |
| /external/bluetooth/glib/glib/ |
| gkeyfile.c | 377 gssize bytes_read; local 412 bytes_read = 0; 415 bytes_read = read (fd, read_buf, 4096); 417 if (bytes_read == 0) /* End of File */ 420 if (bytes_read < 0) 432 read_buf, bytes_read, [all...] |
| /external/bluetooth/bluez/sap/ |
| server.c | 1088 size_t bytes_read = 0; local 1110 &bytes_read, &gerr); 1118 if (handle_cmd(data, buf, bytes_read) < 0) [all...] |
| /external/e2fsprogs/e2fsck/ |
| e2fsck.h | 138 unsigned long long bytes_read; member in struct:resource_track
|
| /external/chromium/base/ |
| process_util_unittest.cc | 438 ssize_t bytes_read = local 440 CHECK_EQ(bytes_read, static_cast<ssize_t>(sizeof(num_open_files)));
|
| /external/blktrace/ |
| blktrace.c | 926 int bytes_read; local 930 bytes_read = __net_recv_data(nc->fd, bnh, sizeof(*bnh)); 933 if (bytes_read == sizeof(*bnh)) 935 else if (bytes_read == 0) [all...] |
| /external/chromium/net/spdy/ |
| spdy_framer_test.cc | 168 size_t bytes_read = local 170 size_t bytes_processed = framer_.ProcessInput(input_ptr, bytes_read); [all...] |
| spdy_network_transaction_unittest.cc | 407 int bytes_read = 0; local 424 bytes_read += rv; 426 return bytes_read; [all...] |
| /external/protobuf/python/google/protobuf/internal/ |
| reflection_test.py | [all...] |
| /external/dbus/dbus/ |
| dbus-auth.c | [all...] |
| dbus-message.c | [all...] |
| /frameworks/media/libvideoeditor/vss/mcs/src/ |
| M4MCS_API.c | 390 M4OSA_UInt32 bytes_read ) 395 p_bs->numBitsInBuffer = bytes_read << 3; 396 p_bs->readableBytesInBuffer = bytes_read; [all...] |