/external/chromium/chrome/browser/history/ |
D | download_create_info.cc | 16 int64 total_bytes, in DownloadCreateInfo() argument 25 total_bytes(total_bytes), in DownloadCreateInfo() 42 total_bytes(0), in DownloadCreateInfo() 78 total_bytes, in DebugString()
|
D | download_types.cc | 11 int64 total_bytes, in DownloadCreateInfo() argument 19 total_bytes(total_bytes), in DownloadCreateInfo() 34 total_bytes(0), in DownloadCreateInfo()
|
D | download_create_info.h | 29 int64 total_bytes, 56 int64 total_bytes; member
|
D | download_database.cc | 103 info.total_bytes = statement.ColumnInt64(5); in QueryDownloads() 160 statement.BindInt64(4, info.total_bytes); in CreateDownload()
|
/external/chromium/chrome/browser/download/ |
D | download_status_updater.cc | 42 int64 total_bytes = 0; in GetProgress() local 48 total_bytes += (*i)->GetTotalDownloadBytes(); in GetProgress() 51 if (total_bytes > 0) in GetProgress() 52 *progress = static_cast<float>(received_bytes) / total_bytes; in GetProgress()
|
D | save_types.cc | 18 total_bytes(0), in SaveFileCreateInfo() 27 total_bytes(0), in SaveFileCreateInfo()
|
D | save_item.h | 54 void SetTotalBytes(int64 total_bytes); 62 int64 total_bytes() const { return total_bytes_; } in total_bytes() function
|
D | save_item.cc | 127 void SaveItem::SetTotalBytes(int64 total_bytes) { in SetTotalBytes() argument 129 total_bytes_ = total_bytes; in SetTotalBytes()
|
D | download_item.h | 253 int64 total_bytes() const { return total_bytes_; } in total_bytes() function 254 void set_total_bytes(int64 total_bytes) { total_bytes_ = total_bytes; } in set_total_bytes() argument
|
D | download_item_model.cc | 32 int64 total = download_->total_bytes(); in GetStatusText() 113 int64 total_size = download_->total_bytes(); in GetStatusText()
|
D | download_status_updater_unittest.cc | 61 void set_total_bytes(int64 total_bytes) { in set_total_bytes() argument 62 total_bytes_ = total_bytes; in set_total_bytes()
|
D | save_types.h | 63 int64 total_bytes; member
|
D | download_item.cc | 125 total_bytes_(info.total_bytes), in DownloadItem() 165 total_bytes_(info.total_bytes), in DownloadItem() 665 total_bytes(), in DebugString()
|
D | download_manager.cc | 945 if (i->second->total_bytes() <= 0) in IsDownloadProgressKnown() 968 int64 total_bytes = 0; in GetTotalDownloadBytes() local 971 total_bytes += i->second->total_bytes(); in GetTotalDownloadBytes() 973 return total_bytes; in GetTotalDownloadBytes()
|
D | download_util.cc | 672 static_cast<int>(download->total_bytes())); in CreateDownloadItemValue() 678 int64 total = download->total_bytes(); in GetProgressStatusText()
|
/external/chromium/base/test/ |
D | test_file_util_win.cc | 64 int total_bytes = 0; in EvictFileFromSystemCache() local 84 DCHECK((total_bytes % kOneMB) == 0); in EvictFileFromSystemCache() 85 SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN); in EvictFileFromSystemCache() 94 total_bytes += bytes_read; in EvictFileFromSystemCache() 111 CHECK_NE(SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN), in EvictFileFromSystemCache()
|
/external/qemu/distrib/sdl-1.2.12/src/file/ |
D | SDL_rwops.c | 212 int total_bytes; in win32_file_write() local 215 total_bytes = size*num; in win32_file_write() 217 if (!context || context->hidden.win32io.h==INVALID_HANDLE_VALUE || total_bytes<=0 || !size) in win32_file_write() 233 if (!WriteFile(context->hidden.win32io.h,ptr,total_bytes,&byte_written,NULL)) { in win32_file_write() 336 size_t total_bytes; in mem_read() local 339 total_bytes = (maxnum * size); in mem_read() 340 if ( (maxnum <= 0) || (size <= 0) || ((total_bytes / maxnum) != (size_t) size) ) { in mem_read() 345 if (total_bytes > mem_available) { in mem_read() 346 total_bytes = mem_available; in mem_read() 349 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); in mem_read() [all …]
|
/external/valgrind/main/coregrind/m_initimg/ |
D | simple_huffman.c | 371 UInt k, total_bytes, swaps, symbol, last_symbol; in Huffman_Compress() local 427 total_bytes = (Int)(stream.BytePtr - out); in Huffman_Compress() 430 ++ total_bytes; in Huffman_Compress() 433 return total_bytes; in Huffman_Compress()
|
/external/bluetooth/glib/glib/ |
D | gfileutils.c | 505 gsize total_bytes = 0; in get_contents_stdio() local 518 while ((total_bytes + bytes + 1) > total_allocated) in get_contents_stdio() 554 memcpy (str + total_bytes, buf, bytes); in get_contents_stdio() 556 if (total_bytes + bytes < total_bytes) in get_contents_stdio() 567 total_bytes += bytes; in get_contents_stdio() 575 total_bytes = 0; in get_contents_stdio() 578 str[total_bytes] = '\0'; in get_contents_stdio() 581 *length = total_bytes; in get_contents_stdio()
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdbtool.c | 362 static int total_bytes; variable 366 total_bytes += dbuf.dsize; in traverse_fn() 373 total_bytes = 0; in info_tdb() 377 printf("%d records totalling %d bytes\n", count, total_bytes); in info_tdb()
|
/external/chromium/chrome/browser/renderer_host/ |
D | web_cache_manager_unittest.cc | 288 size_t total_bytes = 0; in TEST_F() local 291 total_bytes += iter->second; in TEST_F() 306 EXPECT_GE(expected_total_bytes, total_bytes); in TEST_F()
|
D | save_file_resource_handler.cc | 48 info->total_bytes = content_length_; in OnResponseStarted()
|
D | download_resource_handler.cc | 87 info->total_bytes = content_length_; in OnResponseStarted()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 640 __u64 total_bytes; member 702 __u64 total_bytes; member
|
/external/chromium/chrome/browser/task_manager/ |
D | task_manager.cc | 448 size_t total_bytes = process_metrics->GetWorkingSetSize(); in GetPhysicalMemory() local 449 total_bytes -= ws_usage.shared * 1024; in GetPhysicalMemory() 450 *result = total_bytes; in GetPhysicalMemory()
|