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

  /external/chromium_org/cc/resources/
memory_history.cc 27 size_t bytes_total = it->bytes_total(); local
29 if (bytes_total < *min)
30 *min = bytes_total;
31 if (bytes_total > *max)
32 *max = bytes_total;
memory_history.h 33 size_t bytes_total() const { function in struct:cc::MemoryHistory::Entry
  /external/chromium_org/net/base/
file_stream.cc 173 int bytes_total = 0; local
178 if (bytes_total == 0)
181 return bytes_total;
184 bytes_total += bytes_read;
187 } while (bytes_total < buf_len);
189 return bytes_total;
  /external/chromium/net/base/
file_stream_posix.cc 387 int bytes_total = 0; local
392 if (bytes_total == 0)
395 return bytes_total;
398 bytes_total += bytes_read;
401 } while (bytes_total < buf_len);
403 return bytes_total;
file_stream_win.cc 262 int bytes_total = 0; local
267 if (bytes_total == 0)
270 return bytes_total;
273 bytes_total += bytes_read;
276 } while (bytes_total < buf_len);
278 return bytes_total;
  /external/chromium_org/chrome/browser/devtools/
adb_client_socket.cc 149 int bytes_total,
160 if (bytes_total < 0) {
179 bytes_total = body_pos_ + expected_length;
183 if (bytes_total == static_cast<int>(response_.length())) {
197 bytes_total));
199 OnResponseData(response_buffer, bytes_total, result);
  /external/chromium_org/chrome/test/chromedriver/net/
adb_client_socket.cc 170 int bytes_total,
181 if (bytes_total < 0) {
199 bytes_total = body_pos_ + expected_length;
203 if (bytes_total == static_cast<int>(response_.length())) {
217 bytes_total));
219 OnResponseData(response_buffer, bytes_total, result);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 160 int64 bytes_total,
private_api_file_system.cc 462 int64 bytes_total,
465 const uint64 bytes_total_unsigned = bytes_total;
466 const uint64 bytes_remaining_unsigned = bytes_total - bytes_used;
  /external/chromium_org/sandbox/win/src/
handle_closer.cc 59 size_t bytes_total = offsetof(HandleCloserInfo, handle_entries); local
72 bytes_total += bytes_entry;
75 return bytes_total;
  /external/e2fsprogs/e2fsck/
mtrace.h 217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 123 void GetCurrentProgress(int64_t* bytes_loaded, int64_t* bytes_total);
pnacl_coordinator.cc     [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 112 int64 bytes_total,
file_system_unittest.cc 720 int64 bytes_total; local
724 &error, &bytes_total, &bytes_used));
727 EXPECT_EQ(GG_LONGLONG(9876543210), bytes_total);
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 936 uint32_t bytes_total = 0; local
958 bytes_total += si->bytes_in_layer[i];
966 svc_log(svc_ctx, SVC_LOG_INFO, "Total Bytes=[%u]\n", bytes_total);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 447 if (!memory_entry_.bytes_total())

Completed in 383 milliseconds