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

1 23 4 5

  /external/chromium_org/chrome/browser/download/
download_history.cc 157 (previous->total_bytes != current.total_bytes) ||
275 it->total_bytes,
download_item_model_unittest.cc 285 int64 total_bytes; // Return value of GetTotalBytes(). member in struct:TestCase
298 // non-zero. In addition, if |total_bytes| is zero, then
339 .WillRepeatedly(Return(test_case.total_bytes));
download_status_updater_unittest.cc 140 int received_bytes, int total_bytes, bool notify) {
145 .WillRepeatedly(Return(total_bytes));
  /bionic/libc/bionic/
malloc_debug_check.cpp 530 size_t total_bytes = nmemb * bytes; local
531 size_t size = sizeof(hdr_t) + total_bytes + sizeof(ftr_t);
532 if (size < total_bytes || (nmemb && SIZE_MAX / nmemb < bytes)) { // Overflow
540 add(hdr, total_bytes);
  /external/chromium_org/chrome/browser/extensions/
webstore_installer.cc 737 int64 total_bytes = download->GetTotalBytes(); local
738 if (total_bytes >= 0) {
741 total_bytes / 1024,
748 total_bytes <= 0);
  /external/chromium_org/content/browser/download/
download_manager_impl.cc 179 int64 total_bytes,
199 total_bytes,
633 int64 total_bytes,
656 total_bytes,
download_manager_impl.h 89 int64 total_bytes,
download_item_impl.h 66 int64 total_bytes,
204 virtual void SetTotalBytes(int64 total_bytes);
  /external/chromium_org/ppapi/api/private/
ppb_nacl_private.idl 306 [in] uint64_t total_bytes);
312 [in] uint64_t total_bytes);
  /development/ndk/platforms/android-L/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
271 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /external/chromium_org/chrome/browser/history/
download_database.cc 215 "total_bytes INTEGER NOT NULL,"
243 " total_bytes, state, danger_type, interrupt_reason, end_time, opened ) "
247 " received_bytes, total_bytes, "
296 "total_bytes INTEGER NOT NULL," // Total size of the download.
366 "total_bytes, state, danger_type, interrupt_reason, end_time, opened, "
386 info->total_bytes = statement_main.ColumnInt64(column++);
506 "danger_type=?, interrupt_reason=?, end_time=?, total_bytes=?, "
519 statement.BindInt64(column++, data.total_bytes);
566 " received_bytes, total_bytes, state, danger_type, interrupt_reason, "
579 statement_insert.BindInt64(column++, info.total_bytes);
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 782 size_t total_bytes = 0; local
786 total_bytes += len;
788 return total_bytes;
797 size_t total_bytes = 0; local
801 total_bytes += len;
803 return total_bytes;
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /external/chromium_org/third_party/tcmalloc/chromium/src/
thread_cache.cc 494 void ThreadCache::GetThreadStats(uint64_t* total_bytes, uint64_t* class_count) {
496 *total_bytes += h->Size();
thread_cache.h 120 // Writes to total_bytes the total number of bytes used by all thread heaps.
125 static void GetThreadStats(uint64_t* total_bytes, uint64_t* class_count);
  /external/chromium_org/third_party/tcmalloc/vendor/src/
thread_cache.cc 483 void ThreadCache::GetThreadStats(uint64_t* total_bytes, uint64_t* class_count) {
485 *total_bytes += h->Size();
thread_cache.h 115 // Writes to total_bytes the total number of bytes used by all thread heaps.
120 static void GetThreadStats(uint64_t* total_bytes, uint64_t* class_count);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
screen_capturer_x11.cc 367 int total_bytes = cursor->size.width ()* cursor->size.height() * local
369 cursor->data.resize(total_bytes);
  /external/kernel-headers/original/uapi/linux/
btrfs.h 175 __u64 total_bytes; /* out */ member in struct:btrfs_ioctl_dev_info_args
341 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
btrfs.h 165 __u64 total_bytes; member in struct:btrfs_ioctl_dev_info_args
297 __u64 total_bytes; member in struct:btrfs_ioctl_space_info
  /external/chromium_org/media/audio/
audio_output_controller.cc 307 buffers_state.total_bytes() + frames * params_.GetBytesPerFrame());
audio_output_resampler.cc 346 io_ratio_ * (current_buffers_state_.total_bytes() +
  /external/chromium_org/remoting/protocol/
message_reader_unittest.cc 91 std::string result(buffer->total_bytes(), ' ');

Completed in 662 milliseconds

1 23 4 5