Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 25 of 105) sorted by relevance

12345

/external/chromium_org/tools/
Dinclude_tracer.py145 total_bytes = 0
157 return total_bytes
165 return total_bytes
183 total_bytes += Walk(
187 total_bytes += Walk(
190 total_bytes += Walk(
192 return total_bytes + len("".join(lines))
/external/chromium_org/content/public/test/
Dmock_download_manager.cc23 int64 total_bytes, in CreateDownloadItemAdapter() argument
36 total_bytes(total_bytes), in CreateDownloadItemAdapter()
54 total_bytes(rhs.total_bytes), in CreateDownloadItemAdapter()
74 total_bytes == rhs.total_bytes && in operator ==()
103 int64 total_bytes, in CreateDownloadItem() argument
110 end_time, etag, last_modified, received_bytes, total_bytes, state, in CreateDownloadItem()
Dmock_download_manager.h39 int64 total_bytes; member
56 int64 total_bytes,
109 int64 total_bytes,
/external/chromium_org/content/browser/download/
Ddownload_create_info.cc15 int64 total_bytes, in DownloadCreateInfo() argument
21 total_bytes(total_bytes), in DownloadCreateInfo()
29 : total_bytes(0), in DownloadCreateInfo()
49 total_bytes); in DebugString()
Dsave_types.cc19 total_bytes(0), in SaveFileCreateInfo()
28 total_bytes(0), in SaveFileCreateInfo()
Ddownload_create_info.h28 int64 total_bytes,
52 int64 total_bytes; member
/external/chromium_org/tools/memory_watcher/scripts/
Dmemtrace.pl40 my $total_bytes = 0;
68 $total_bytes += $1;
126 if (0 == $total_bytes) { $total_bytes = 1; }
127 … printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
Dsummary.pl19 my $total_bytes = 0;
130 $total_bytes += $bytes;
139 …printf "%11s\t(%3.2f%%)\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $ke…
Dmemprof.pl65 $total_bytes += $1;
96 … printf "%11s\t%3.2f%%\t%s\n", comma_print($leaks{$key}), (100* $leaks{$key} / $total_bytes), $key;
/external/chromium/chrome/browser/history/
Ddownload_create_info.cc16 int64 total_bytes, in DownloadCreateInfo() argument
25 total_bytes(total_bytes), in DownloadCreateInfo()
42 total_bytes(0), in DownloadCreateInfo()
78 total_bytes, in DebugString()
Ddownload_types.cc11 int64 total_bytes, in DownloadCreateInfo() argument
19 total_bytes(total_bytes), in DownloadCreateInfo()
34 total_bytes(0), in DownloadCreateInfo()
Ddownload_create_info.h29 int64 total_bytes,
56 int64 total_bytes; member
/external/chromium/chrome/browser/download/
Ddownload_status_updater.cc42 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()
Dsave_types.cc18 total_bytes(0), in SaveFileCreateInfo()
27 total_bytes(0), in SaveFileCreateInfo()
Dsave_item.h54 void SetTotalBytes(int64 total_bytes);
62 int64 total_bytes() const { return total_bytes_; } in total_bytes() function
/external/chromium/base/test/
Dtest_file_util_win.cc64 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/chromium_org/chrome/browser/download/
Ddownload_status_updater.cc64 int64 total_bytes = 0; in GetProgress() local
80 total_bytes += (*it)->GetTotalBytes(); in GetProgress()
87 if (total_bytes > 0) in GetProgress()
88 *progress = static_cast<float>(received_bytes) / total_bytes; in GetProgress()
/external/chromium_org/chrome/test/functional/
Dyoutube.py93 total_bytes = 0
94 total_bytes = self._pyauto.ExecuteJavascript("""
98 return int(total_bytes)
171 total_bytes = self.GetVideoTotalBytes()
175 while loaded_bytes < total_bytes:
/external/chromium_org/chrome/browser/chromeos/imageburner/
Dburn_controller.cc72 int64 total_bytes, in OnProgressWithRemainingTime() argument
75 progress_type, received_bytes, total_bytes, estimated_remaining_time); in OnProgressWithRemainingTime()
81 int64 total_bytes) OVERRIDE { in OnProgress() argument
82 delegate_->OnProgress(progress_type, received_bytes, total_bytes); in OnProgress()
/external/qemu/distrib/sdl-1.2.15/src/file/
DSDL_rwops.c272 int total_bytes; in win32_file_write() local
275 total_bytes = size*num; in win32_file_write()
277 if (!context || context->hidden.win32io.h==INVALID_HANDLE_VALUE || total_bytes<=0 || !size) in win32_file_write()
293 if (!WriteFile(context->hidden.win32io.h,ptr,total_bytes,&byte_written,NULL)) { in win32_file_write()
396 size_t total_bytes; in mem_read() local
399 total_bytes = (maxnum * size); in mem_read()
400 if ( (maxnum <= 0) || (size <= 0) || ((total_bytes / maxnum) != (size_t) size) ) { in mem_read()
405 if (total_bytes > mem_available) { in mem_read()
406 total_bytes = mem_available; in mem_read()
409 SDL_memcpy(ptr, context->hidden.mem.here, total_bytes); in mem_read()
[all …]
/external/chromium_org/base/test/
Dtest_file_util_win.cc160 int total_bytes = 0; in EvictFileFromSystemCache() local
180 DCHECK((total_bytes % kOneMB) == 0); in EvictFileFromSystemCache()
181 SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN); in EvictFileFromSystemCache()
190 total_bytes += bytes_read; in EvictFileFromSystemCache()
207 CHECK_NE(SetFilePointer(file_handle, total_bytes, NULL, FILE_BEGIN), in EvictFileFromSystemCache()
/external/chromium_org/remoting/protocol/
Dmessage_decoder.cc41 if (!next_payload_known_ || buffer_.total_bytes() < next_payload_) in GetNextMessage()
57 if (buffer_.total_bytes() < kHeaderSize) in GetPayloadSize()
/external/chromium_org/cc/test/
Dlayer_tree_pixel_test.cc291 size_t total_bytes = size.height() * row_bytes; in CopyTextureMailboxToBitmap() local
292 for (size_t dest_y = 0; dest_y < total_bytes; dest_y += row_bytes) { in CopyTextureMailboxToBitmap()
294 size_t src_y = total_bytes - dest_y - row_bytes; in CopyTextureMailboxToBitmap()
350 size_t total_bytes = bitmap.height() * row_bytes; in CopyBitmapToTextureMailboxAsTexture() local
352 scoped_ptr<uint8[]> gl_pixels(new uint8[total_bytes]); in CopyBitmapToTextureMailboxAsTexture()
355 for (size_t y = 0; y < total_bytes; y += row_bytes) { in CopyBitmapToTextureMailboxAsTexture()
357 size_t src_y = total_bytes - y - row_bytes; in CopyBitmapToTextureMailboxAsTexture()
/external/chromium_org/remoting/base/
Dcompound_buffer_unittest.cc61 cropped.CopyFrom(target_, 0, target_.total_bytes()); in TestCropFront()
64 target_.total_bytes() - pos)); in TestCropFront()
69 cropped.CopyFrom(target_, 0, target_.total_bytes()); in TestCropBack()
72 target_.total_bytes() - pos)); in TestCropBack()
105 return buffer.total_bytes() == size && in CompareData()
/external/chromium_org/chrome/browser/history/
Ddownload_row.cc11 total_bytes(0), in DownloadRow()
46 total_bytes(total), in DownloadRow()

12345