HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /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
  /external/chromium_org/content/browser/download/
download_item_impl.cc 123 int64 total_bytes,
140 total_bytes_(total_bytes),
192 total_bytes_(info.total_bytes),
    [all...]
download_manager_impl_unittest.cc 246 int64 total_bytes,
313 int64 total_bytes,
download_browsertest.cc 714 int received_bytes, int total_bytes,
719 EXPECT_EQ(total_bytes, download->GetTotalBytes());
    [all...]
save_package.cc 567 save_item->SetTotalBytes(info->total_bytes);
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.h 641 __u64 total_bytes; member in struct:btrfs_dev_item
703 __u64 total_bytes; member in struct:btrfs_super_block
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 682 uint64_t total_bytes) {
687 total_bytes);
694 uint64_t total_bytes) {
697 load_manager->ReportLoadSuccess(url, loaded_bytes, total_bytes);
    [all...]
  /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
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_audio.h 380 uint32_t total_bytes; member in struct:msm_acdb_cmd_device
  /hardware/qcom/msm8x84/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
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 2979 unsigned int code = 0, total_bytes = 0; local
3090 static unsigned long long int total_bytes = 0; local
    [all...]
  /external/chromium_org/content/browser/android/
download_controller_android_impl.cc 233 jcookie.obj(), jreferer.obj(), jfilename.obj(), info.total_bytes);
  /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) {
801 compact->total_bytes += current_bytes;
841 static_cast<long long>(compact->total_bytes));
    [all...]
  /external/fio/
backend.c 678 uint64_t total_bytes, bytes_issued = 0; local
692 total_bytes = td->o.size;
695 total_bytes += td->o.size;
724 if (bytes_issued >= total_bytes)
    [all...]
  /art/runtime/gc/allocator/
rosalloc.cc 467 const size_t total_bytes = num_pages * kPageSize; local
468 *bytes_allocated = total_bytes;
476 CHECK_EQ(total_bytes % sizeof(uword), 0U);
478 for (size_t i = 0; i < total_bytes / sizeof(uword); ++i) {
    [all...]
  /external/chromium_org/content/renderer/media/
buffered_data_source_unittest.cc 39 MOCK_METHOD1(SetTotalBytes, void(int64 total_bytes));
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3277 unsigned int code = 0, total_bytes = 0; local
3379 static unsigned long long int total_bytes = 0; local
    [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/
compact_lang_det_impl.cc 1141 int total_bytes = 0; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
s_server.c     [all...]
  /external/openssl/apps/
s_server.c     [all...]
  /external/chromium_org/cc/output/
gl_renderer.cc 2563 size_t total_bytes = num_rows * row_bytes; local
    [all...]
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c     [all...]
  /external/chromium_org/chrome/browser/history/
history_unittest.cc 263 EXPECT_EQ(512, downloads[0].total_bytes);
295 "received_bytes, total_bytes, state, end_time, opened) VALUES "
361 "received_bytes, total_bytes, state, end_time, opened) VALUES "
469 "received_bytes, total_bytes, state, end_time, opened) VALUES "
518 "received_bytes, total_bytes, state, danger_type, interrupt_reason, "
581 "received_bytes, total_bytes, state, danger_type, interrupt_reason, "
662 "received_bytes, total_bytes, state, danger_type, interrupt_reason, "
    [all...]

Completed in 1813 milliseconds

1 2 34 5