HomeSort by relevance Sort by last modified time
    Searched refs:bytes_read (Results 76 - 100 of 176) sorted by null

1 2 34 5 6 7 8

  /external/e2fsprogs/e2fsck/
util.c 293 track->bytes_read = 0;
298 track->bytes_read = io_start->bytes_read;
363 unsigned long long bytes_read = 0; local
371 bytes_read = delta->bytes_read - track->bytes_read;
376 mbytes(bytes_read), mbytes(bytes_written),
377 (double)mbytes(bytes_read + bytes_written) /
  /external/gtest/src/
gtest-death-test.cc 464 DWORD bytes_read; local
468 &bytes_read,
472 if (bytes_read == 0) {
474 } else if (bytes_read == 1) {
681 DWORD bytes_read; local
685 bytes_read = 0;
689 &bytes_read,
691 buffer[bytes_read] = 0;
693 } while (read_succeeded && bytes_read > 0);
743 ssize_t bytes_read; local
    [all...]
gtest-port.cc 486 size_t bytes_read = 0; // # of bytes read so far local
493 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
494 bytes_read += bytes_last_read;
495 } while (bytes_last_read > 0 && bytes_read < file_size);
497 const ::std::string content(buffer, buffer+bytes_read);
  /external/chromium/testing/gtest/src/
gtest-port.cc 567 size_t bytes_read = 0; // # of bytes read so far
574 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
575 bytes_read += bytes_last_read;
576 } while (bytes_last_read > 0 && bytes_read < file_size);
578 const String content(buffer, bytes_read);
  /external/llvm/utils/unittest/googletest/
gtest-port.cc 567 size_t bytes_read = 0; // # of bytes read so far
574 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
575 bytes_read += bytes_last_read;
576 } while (bytes_last_read > 0 && bytes_read < file_size);
578 const String content(buffer, bytes_read);
  /external/protobuf/gtest/src/
gtest-port.cc 521 size_t bytes_read = 0; // # of bytes read so far
528 bytes_last_read = fread(buffer+bytes_read, 1, file_size-bytes_read, file);
529 bytes_read += bytes_last_read;
530 } while (bytes_last_read > 0 && bytes_read < file_size);
532 const String content(buffer, bytes_read);
  /external/jpeg/
jdmarker.c 103 unsigned int bytes_read; /* data bytes read so far in marker */ member in struct:__anon6955
744 unsigned int bytes_read, data_length; local
773 marker->bytes_read = 0;
774 bytes_read = 0;
778 bytes_read = data_length = 0;
783 bytes_read = marker->bytes_read;
785 data = cur_marker->data + bytes_read;
788 while (bytes_read < data_length) {
790 marker->bytes_read = bytes_read
    [all...]
  /development/host/windows/usb/api/
adb_api.h 501 @param[out] bytes_read Number of bytes read. Can be NULL.
514 unsigned long* bytes_read,
547 @param[out] bytes_read Number of bytes read. Can be NULL.
557 unsigned long* bytes_read,
adb_api.cpp 394 unsigned long* bytes_read,
405 bytes_read,
444 unsigned long* bytes_read,
453 adb_object->SyncRead(buffer, bytes_to_read, bytes_read, time_out);
  /external/chromium/chrome/browser/debugger/
devtools_http_protocol_handler.cc 416 int bytes_read = 0; local
423 request->Read(buffer, kBufferSize, &bytes_read);
424 OnReadCompleted(request, bytes_read);
428 int bytes_read) {
437 if (!request->status().is_success() || bytes_read <= 0)
439 std::string chunk_size = StringPrintf("%X\r\n", bytes_read);
441 server_->Send(connection_id, buffer->data(), bytes_read);
443 } while (request->Read(buffer, kBufferSize, &bytes_read));
  /external/chromium/chrome/browser/prerender/
prerender_resource_handler.cc 171 int* bytes_read) {
172 return next_handler_->OnReadCompleted(request_id, bytes_read);
prerender_resource_handler.h 63 virtual bool OnReadCompleted(int request_id, int* bytes_read);
  /external/chromium/chrome/browser/
process_singleton_linux.cc 185 size_t bytes_read = 0; local
187 ssize_t rv = HANDLE_EINTR(read(fd, buf + bytes_read, bufsize - bytes_read));
194 return bytes_read;
198 return bytes_read;
200 bytes_read += rv;
202 } while (bytes_read < bufsize);
204 return bytes_read;
    [all...]
  /external/chromium/chrome/browser/renderer_host/
offline_resource_handler.cc 128 bool OfflineResourceHandler::OnReadCompleted(int request_id, int* bytes_read) {
129 return next_handler_->OnReadCompleted(request_id, bytes_read);
safe_browsing_resource_handler.h 60 virtual bool OnReadCompleted(int request_id, int* bytes_read);
  /external/chromium/net/url_request/
url_request_test_util.h 147 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
205 virtual void OnReadCompleted(net::URLRequest* request, int bytes_read);
https_prober.cc 62 void HTTPSProber::OnReadCompleted(URLRequest* request, int bytes_read) {
  /external/chromium/net/spdy/
spdy_framer.cc 232 size_t bytes_read = ProcessCommonHeader(data, len); local
233 len -= bytes_read;
234 data += bytes_read;
258 int bytes_read = ProcessControlFrameBeforeHeaderBlock(data, len); local
259 len -= bytes_read;
260 data += bytes_read;
265 int bytes_read = ProcessControlFrameHeaderBlock(data, len); local
266 len -= bytes_read;
267 data += bytes_read;
272 size_t bytes_read = ProcessControlFramePayload(data, len) local
281 size_t bytes_read = ProcessDataFramePayload(data, len); local
392 size_t bytes_read = UpdateCurrentFrameBuffer(&data, &len, local
471 size_t bytes_read = UpdateCurrentFrameBuffer( local
1029 size_t bytes_read = UpdateCurrentFrameBuffer(&data, &len, local
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 1872 int bytes_read=0; local
1918 int bytes_read=0; local
1944 int bytes_read = 0; local
2005 unsigned int bytes_read = 0; local
2176 int bytes_read = 0; local
    [all...]
  /device/moto/stingray/whisper/
SA_Phys_Linux.c 324 uint16_t bytes_read; local
357 iResVal = readFromDevice(pIStr, 41, 9, &bytes_read);
359 if (iResVal == SHA_COMM_FAIL || bytes_read < 41) {
361 DBG_ERROR("WakeUp Error unable to read port: %d, Bytes Read = %d", ttyFd, bytes_read);
  /external/chromium/base/files/
file_path_watcher_linux.cc 190 ssize_t bytes_read = HANDLE_EINTR(read(inotify_fd_, &buffer[0], local
193 if (bytes_read < 0) {
199 while (i < bytes_read) {
202 DCHECK(i + event_size <= static_cast<size_t>(bytes_read));
  /external/chromium/chrome/browser/automation/
url_request_automation_job.h 80 virtual bool ReadRawData(net::IOBuffer* buf, int buf_size, int* bytes_read);
  /external/chromium/chrome/browser/net/
chrome_network_delegate.cc 86 int bytes_read) {
  /external/dbus/dbus/
dbus-auth.h 59 int bytes_read);
dbus-message-internal.h 60 int bytes_read);

Completed in 2077 milliseconds

1 2 34 5 6 7 8