HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_read (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/tcmalloc/chromium/src/
symbolize.cc 233 int total_bytes_read = 0;
238 int bytes_read = read(child_out[1], symbol_buffer_ + total_bytes_read,
239 kSymbolBufferSize - total_bytes_read);
249 total_bytes_read += bytes_read;
254 if (total_bytes_read == 0 || symbol_buffer_[total_bytes_read - 1] != '\n')
260 for (int i = 0; i < total_bytes_read; i++) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
symbolize.cc 238 int total_bytes_read = 0;
243 int bytes_read = read(child_out[1], symbol_buffer_ + total_bytes_read,
244 kSymbolBufferSize - total_bytes_read);
254 total_bytes_read += bytes_read;
259 if (total_bytes_read == 0 || symbol_buffer_[total_bytes_read - 1] != '\n')
265 for (int i = 0; i < total_bytes_read; i++) {
  /external/chromium_org/google_apis/gcm/base/
socket_stream_unittest.cc 105 uint64 total_bytes_read = 0; local
115 total_bytes_read += size;
117 EXPECT_EQ(static_cast<const uint8*>(initial_buffer) + total_bytes_read,
122 } while (total_bytes_read < bytes);
124 if (total_bytes_read > bytes) {
125 socket_input_stream_->BackUp(total_bytes_read - bytes);
126 total_bytes_read = bytes;
130 total_bytes_read);
  /external/chromium_org/net/base/
file_stream_unittest.cc 188 int total_bytes_read = 0; local
199 total_bytes_read += rv;
202 EXPECT_EQ(file_size, total_bytes_read);
251 int total_bytes_read = 0; local
262 total_bytes_read += rv;
265 EXPECT_EQ(file_size - kOffset, total_bytes_read);
417 int64 total_bytes_read = 0; local
428 total_bytes_read += rv;
431 EXPECT_EQ(file_size, total_bytes_read);
500 int total_bytes_read = 0 local
565 int total_bytes_written = 0, total_bytes_read = 0; local
642 int total_bytes_read = 0; local
867 int total_bytes_read = 0; local
    [all...]
  /external/chromium_org/content/browser/fileapi/
file_system_file_stream_reader_unittest.cc 46 size_t total_bytes_read = 0; local
47 while (total_bytes_read < size) {
49 new net::IOBufferWithSize(size - total_bytes_read));
57 total_bytes_read += rv;
local_file_stream_reader_unittest.cc 37 size_t total_bytes_read = 0; local
38 while (total_bytes_read < size) {
40 new net::IOBufferWithSize(size - total_bytes_read));
48 total_bytes_read += rv;
  /external/lldb/tools/debugserver/source/
DNB.cpp 1089 nub_size_t total_bytes_read = 0; local
    [all...]
  /external/lldb/tools/debugserver/source/MacOSX/
MachVMMemory.cpp 554 nub_size_t total_bytes_read = 0;
557 while (total_bytes_read < data_count)
559 mach_vm_size_t curr_size = MaxBytesLeftInPage(task, curr_addr, data_count - total_bytes_read);
576 total_bytes_read += curr_bytes_read;
585 return total_bytes_read;
  /external/chromium_org/net/socket/
ssl_client_socket_openssl.cc     [all...]
ssl_client_socket_nss.cc 1952 int total_bytes_read = 0; local
    [all...]
  /external/chromium_org/mojo/system/
message_pipe_dispatcher_unittest.cc 581 size_t total_bytes_read = 0; local
584 total_bytes_read += bytes_read[i];
590 EXPECT_EQ(total_bytes_written, total_bytes_read);
  /external/lldb/source/Target/
Process.cpp     [all...]
  /external/lldb/source/Core/
ValueObject.cpp 1120 size_t total_bytes_read = 0; local
    [all...]

Completed in 196 milliseconds