HomeSort by relevance Sort by last modified time
    Searched refs:bytes_total (Results 1 - 20 of 20) 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/fio/
eta.c 130 unsigned long long bytes_total, bytes_done; local
138 bytes_total = td->total_io_size;
144 bytes_total = td->fill_device_size;
147 if (td->o.zone_size && td->o.zone_skip && bytes_total) {
151 zone_bytes = bytes_total + td->o.zone_size + td->o.zone_skip;
153 bytes_total -= nr_zones * td->o.zone_skip;
157 * if writing and verifying afterwards, bytes_total will be twice the
168 bytes_total += (bytes_total * perc) / 100;
170 bytes_total <<= 1
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/image_writer_private/
operation.cc 316 int64 bytes_total,
323 CHECK_LE(bytes_processed, bytes_total);
326 int read_size = std::min(bytes_total - bytes_processed,
341 ((bytes_processed + len) * progress_scale) / bytes_total +
351 bytes_total,
operation.h 188 int64 bytes_total,
  /external/chromium_org/chrome/test/chromedriver/net/
adb_client_socket.cc 169 int bytes_total,
180 if (bytes_total < 0) {
198 bytes_total = body_pos_ + expected_length;
202 if (bytes_total == static_cast<int>(response_.length())) {
216 bytes_total));
218 OnResponseData(response_buffer, bytes_total, result);
  /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/chromium_org/chrome/browser/devtools/device/
android_device_manager.cc 134 int bytes_total,
145 if (bytes_total < 0) {
164 bytes_total = body_pos_ + expected_length;
168 if (bytes_total == static_cast<int>(response_.length())) {
183 bytes_total));
185 OnResponseData(response_buffer, bytes_total, result);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
private_api_file_system.h 140 int64 bytes_total,
private_api_file_system.cc 453 int64 bytes_total,
456 const uint64 bytes_total_unsigned = bytes_total;
457 const uint64 bytes_remaining_unsigned = bytes_total - bytes_used;
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_coordinator.h 83 void GetCurrentProgress(int64_t* bytes_loaded, int64_t* bytes_total);
pnacl_coordinator.cc 514 int64_t* bytes_total) {
516 *bytes_total = expected_pexe_size_;
  /external/e2fsprogs/e2fsck/
mtrace.h 217 size_t bytes_total; /* Total size of the heap. */ member in struct:mstats
  /system/core/adb/
file_sync_client.c 69 unsigned long long bytes_total) {
70 if (bytes_total == 0) return;
72 fprintf(stderr, transfer_progress_format, bytes_current, bytes_total,
73 (int) (bytes_current * 100 / bytes_total));
75 if (bytes_current == bytes_total) {
  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_interface.h 111 int64 bytes_total,
file_system_unittest.cc 844 int64 bytes_total; local
848 &error, &bytes_total, &bytes_used))
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
svc_encodeframe.c 1057 uint32_t bytes_total = 0; local
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
svc_encodeframe.c 1054 uint32_t bytes_total = 0; local
    [all...]
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 459 if (!memory_entry_.bytes_total())

Completed in 1278 milliseconds