/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 int 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 | 190 int total_bytes_read = 0; local 200 total_bytes_read += rv; 203 EXPECT_EQ(file_size, total_bytes_read); 252 int total_bytes_read = 0; local 263 total_bytes_read += rv; 266 EXPECT_EQ(file_size - kOffset, total_bytes_read); 410 int64 total_bytes_read = 0; local 421 total_bytes_read += rv; 424 EXPECT_EQ(file_size, total_bytes_read); 493 int total_bytes_read = 0 local 558 int total_bytes_written = 0, total_bytes_read = 0; local 637 int total_bytes_read = 0; local 863 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 | 1899 int total_bytes_read = 0; local [all...] |
/external/chromium_org/content/browser/service_worker/ |
service_worker_cache.cc | 46 : buffer(buff), blob_data(blob), total_bytes_read(0) {} 50 int total_bytes_read; member in struct:content::__anon12017::ResponseReadContext 527 response_context->total_bytes_read += rv; 528 int total_bytes_read = response_context->total_bytes_read; local 544 total_bytes_read, [all...] |
/external/chromium_org/mojo/system/ |
message_pipe_dispatcher_unittest.cc | 712 size_t total_bytes_read = 0; local 715 total_bytes_read += bytes_read[i]; 721 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...] |