Home
last modified time | relevance | path

Searched refs:bytes_uploaded (Results 1 – 25 of 95) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/internal/background_service/
H A Dentry.cc24 bytes_uploaded(0u), in Entry()
39 bytes_uploaded(0u), in Entry()
66 bytes_uploaded == other.bytes_uploaded && in operator ==()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/internal/background_service/
H A Dentry.cc24 bytes_uploaded(0u), in Entry()
39 bytes_uploaded(0u), in Entry()
66 bytes_uploaded == other.bytes_uploaded && in operator ==()
/dports/net/kget/kget-21.12.3/transfer-plugins/bittorrent/advanceddetails/
H A Dpeerviewmodel.cpp110 ret = s.bytes_uploaded != stats.bytes_uploaded; in changed()
133 s.bytes_uploaded != stats.bytes_uploaded || in changed()
164 case 12: return BytesToString(stats.bytes_uploaded); in data()
189 case 12: return stats.bytes_uploaded < other->stats.bytes_uploaded; in lessThan()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/
H A Dmock_background_fetch_delegate.cc118 uint64_t bytes_uploaded = 0u; in DownloadUrl() local
123 bytes_uploaded = 42u; in DownloadUrl()
130 guid, /* bytes_download= */ bytes_uploaded, 0u)); in DownloadUrl()
139 guid, bytes_uploaded, test_response->data.size() / 2)); in DownloadUrl()
146 guid, bytes_uploaded, test_response->data.size())); in DownloadUrl()
H A Dbackground_fetch_job_controller.cc77 uint64_t bytes_uploaded, in BackgroundFetchJobController() argument
87 complete_requests_uploaded_bytes_cache_(bytes_uploaded), in BackgroundFetchJobController()
179 uint64_t bytes_uploaded, in DidUpdateRequest() argument
194 in_progress_bytes.uploaded == bytes_uploaded) { in DidUpdateRequest()
199 in_progress_bytes.uploaded = bytes_uploaded; in DidUpdateRequest()
H A Dbackground_fetch_delegate_proxy.h53 uint64_t bytes_uploaded,
150 uint64_t bytes_uploaded,
H A Dbackground_fetch_job_controller.h67 uint64_t bytes_uploaded,
101 uint64_t bytes_uploaded,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/
H A Dmock_background_fetch_delegate.cc118 uint64_t bytes_uploaded = 0u; in DownloadUrl() local
123 bytes_uploaded = 42u; in DownloadUrl()
130 guid, /* bytes_download= */ bytes_uploaded, 0u)); in DownloadUrl()
139 guid, bytes_uploaded, test_response->data.size() / 2)); in DownloadUrl()
146 guid, bytes_uploaded, test_response->data.size())); in DownloadUrl()
H A Dbackground_fetch_job_controller.cc77 uint64_t bytes_uploaded, in BackgroundFetchJobController() argument
87 complete_requests_uploaded_bytes_cache_(bytes_uploaded), in BackgroundFetchJobController()
179 uint64_t bytes_uploaded, in DidUpdateRequest() argument
194 in_progress_bytes.uploaded == bytes_uploaded) { in DidUpdateRequest()
199 in_progress_bytes.uploaded = bytes_uploaded; in DidUpdateRequest()
H A Dbackground_fetch_delegate_proxy.h53 uint64_t bytes_uploaded,
150 uint64_t bytes_uploaded,
H A Dbackground_fetch_job_controller.h67 uint64_t bytes_uploaded,
101 uint64_t bytes_uploaded,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/
H A Ddeferred_client_wrapper.cc73 uint64_t bytes_uploaded, in OnDownloadUpdated() argument
77 weak_ptr_factory_.GetWeakPtr(), guid, bytes_uploaded, bytes_downloaded); in OnDownloadUpdated()
143 uint64_t bytes_uploaded, in ForwardOnDownloadUpdated() argument
145 wrapped_client_->OnDownloadUpdated(guid, bytes_uploaded, bytes_downloaded); in ForwardOnDownloadUpdated()
H A Ddeferred_client_wrapper.h42 uint64_t bytes_uploaded,
65 uint64_t bytes_uploaded,
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs63 bytes_uploaded: 0, in upload_to_texture_cache()
180 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
208 stats.bytes_uploaded += uploader.upload_staged( in upload_to_texture_cache()
218 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
230 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
298 if stats.bytes_uploaded > 0 { in upload_to_texture_cache()
301 profiler::bytes_to_mb(stats.bytes_uploaded) in upload_to_texture_cache()
344 if add_markers && stats.bytes_uploaded > 0 { in upload_to_texture_cache()
345 … let details = format!("{} bytes uploaded, {} items", stats.bytes_uploaded, stats.items_uploaded); in upload_to_texture_cache()
810 bytes_uploaded: usize, field
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/
H A Dtrayicon.cpp135 BytesToString(stats.bytes_uploaded)); in updateStats()
177 double speed_up = (double)s.bytes_uploaded; in finished()
196 double speed_up = (double)s.bytes_uploaded; in maxShareRatioReached()
203 BytesToString(s.bytes_uploaded), in maxShareRatioReached()
215 double speed_up = (double)s.bytes_uploaded; in maxSeedTimeReached()
222 BytesToString(s.bytes_uploaded), in maxSeedTimeReached()
/dports/net-p2p/libktorrent/libktorrent-21.12.3/src/torrent/
H A Dtorrentstats.cpp15 , bytes_uploaded(0) in TorrentStats()
60 return (float)bytes_uploaded / (bytes_downloaded /*+ stats.imported_bytes*/); in shareRatio()
/dports/net-p2p/ktorrent/ktorrent-21.12.3/plugins/infowidget/
H A Dpeerviewmodel.cpp74 s.bytes_uploaded != stats.bytes_uploaded || in changed()
121 return BytesToString(stats.bytes_uploaded); in data()
162 return stats.bytes_uploaded; in sortData()
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs62 bytes_uploaded: 0, in upload_to_texture_cache()
157 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
185 stats.bytes_uploaded += uploader.upload_staged( in upload_to_texture_cache()
195 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
264 if stats.bytes_uploaded > 0 { in upload_to_texture_cache()
267 profiler::bytes_to_mb(stats.bytes_uploaded) in upload_to_texture_cache()
764 bytes_uploaded: usize, field
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs62 bytes_uploaded: 0, in upload_to_texture_cache()
157 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
185 stats.bytes_uploaded += uploader.upload_staged( in upload_to_texture_cache()
195 stats.bytes_uploaded += uploader.upload( in upload_to_texture_cache()
264 if stats.bytes_uploaded > 0 { in upload_to_texture_cache()
267 profiler::bytes_to_mb(stats.bytes_uploaded) in upload_to_texture_cache()
764 bytes_uploaded: usize, field
/dports/www/py-google-resumable-media/google-resumable-media-2.1.0/tests/system/requests/
H A Dtest_upload.py175 assert upload.bytes_uploaded == upload.total_bytes
184 assert upload.bytes_uploaded == num_chunks * upload.chunk_size
422 assert upload.bytes_uploaded == chunk_size
432 assert upload.bytes_uploaded == chunk_size
510 assert upload.bytes_uploaded == end_byte + 1
596 assert upload.bytes_uploaded == 2 * chunk_size
653 assert upload.bytes_uploaded == total_bytes
/dports/net-p2p/ktorrent/ktorrent-21.12.3/ktorrent/view/
H A Dviewmodel.cpp44 bytes_uploaded = s.bytes_uploaded; in Item()
86 update_if_differs(bytes_uploaded, s.bytes_uploaded, BYTES_UPLOADED); in update()
122 return BytesToString(bytes_uploaded); in data()
174 return bytes_uploaded < other->bytes_uploaded; in lessThan()
/dports/devel/pecl-uploadprogress/uploadprogress-1.1.3/
H A Duploadprogress.c122 progress->bytes_uploaded = read_bytes; in uploadprogress_php_rfc1867_file()
215 d = read_bytes - progress->bytes_uploaded; in uploadprogress_php_rfc1867_file()
220 progress->bytes_uploaded = read_bytes; in uploadprogress_php_rfc1867_file()
243 progress->bytes_uploaded, in uploadprogress_php_rfc1867_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/background_fetch/
H A Dbackground_fetch_download_client.cc105 uint64_t bytes_uploaded, in OnDownloadUpdated() argument
107 GetDelegate()->OnDownloadUpdated(guid, bytes_uploaded, bytes_downloaded); in OnDownloadUpdated()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/download/public/background_service/
H A Dclient.cc15 uint64_t bytes_uploaded, in OnDownloadUpdated() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/download/public/background_service/
H A Dclient.cc15 uint64_t bytes_uploaded, in OnDownloadUpdated() argument

1234