HomeSort by relevance Sort by last modified time
    Searched defs:total_bytes (Results 26 - 40 of 40) sorted by null

12

  /external/chromium/chrome/browser/download/
download_item.h 253 int64 total_bytes() const { return total_bytes_; } function in class:DownloadItem
254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; }
download_manager.cc 968 int64 total_bytes = 0; local
    [all...]
  /system/core/adb/
file_sync_client.c 35 static unsigned long long total_bytes; variable
48 total_bytes = 0;
55 if(total_bytes == 0) return;
61 ((total_bytes * 1000000LL) / t) / 1024LL,
62 total_bytes, (t / 1000000LL), (t % 1000000LL) / 1000LL);
240 total_bytes += ret;
266 total_bytes += count;
291 total_bytes += len + 1;
504 total_bytes += len;
  /external/chromium_org/third_party/leveldatabase/src/db/
db_impl.cc 72 uint64_t total_bytes; member in struct:leveldb::DBImpl::CompactionState
80 total_bytes(0) {
798 compact->total_bytes += current_bytes;
838 static_cast<long long>(compact->total_bytes));
    [all...]
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
plugin.cc 595 uint64_t total_bytes) :
600 total_bytes_(total_bytes) { }
607 uint64_t total_bytes() const { return total_bytes_; } function in class:plugin::ProgressEvent
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 1141 int total_bytes = 0; local
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_audio.h 341 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_audio.h 362 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_audio.h 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_audio.h 411 uint32_t total_bytes; /* Length in bytes used by buffer */ member in struct:msm_acdb_cmd_device
  /external/chromium_org/cc/output/
gl_renderer.cc 2433 size_t total_bytes = num_rows * row_bytes; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2983 unsigned int code = 0, total_bytes = 0; local
3094 static unsigned long long int total_bytes = 0; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3145 unsigned int code = 0, total_bytes = 0; local
3247 static unsigned long long int total_bytes = 0; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 640 __u64 total_bytes; member in struct:btrfs_dev_item
702 __u64 total_bytes; member in struct:btrfs_super_block
  /external/valgrind/main/perf/
tinycc.c 2389 static int total_bytes; variable
    [all...]

Completed in 596 milliseconds

12