Home
last modified time | relevance | path

Searched refs:upload_total (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/
H A Dbackground_fetch_registration_notifier_unittest.cc40 ProgressUpdate(uint64_t upload_total, in ProgressUpdate()
46 : upload_total(upload_total), in ProgressUpdate()
53 uint64_t upload_total = 0; member
90 uint64_t upload_total, in OnProgress() argument
96 progress_updates_.emplace_back(upload_total, uploaded, download_total, in OnProgress()
174 EXPECT_EQ(update.upload_total, kUploadTotal); in TEST_F()
210 EXPECT_EQ(update.upload_total, kUploadTotal); in TEST_F()
H A Dbackground_fetch_job_controller.cc78 uint64_t upload_total, in BackgroundFetchJobController() argument
88 upload_total_(upload_total), in BackgroundFetchJobController()
H A Dbackground_fetch_registration_notifier.cc41 registration_data.upload_total, registration_data.uploaded, in Notify()
H A Dbackground_fetch_job_controller.h68 uint64_t upload_total,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/
H A Dbackground_fetch_registration_notifier_unittest.cc41 ProgressUpdate(uint64_t upload_total, in ProgressUpdate()
47 : upload_total(upload_total), in ProgressUpdate()
54 uint64_t upload_total = 0; member
91 uint64_t upload_total, in OnProgress() argument
97 progress_updates_.emplace_back(upload_total, uploaded, download_total, in OnProgress()
175 EXPECT_EQ(update.upload_total, kUploadTotal); in TEST_F()
211 EXPECT_EQ(update.upload_total, kUploadTotal); in TEST_F()
H A Dbackground_fetch_job_controller.cc78 uint64_t upload_total, in BackgroundFetchJobController() argument
88 upload_total_(upload_total), in BackgroundFetchJobController()
H A Dbackground_fetch_registration_notifier.cc41 registration_data.upload_total, registration_data.uploaded, in Notify()
H A Dbackground_fetch_job_controller.h68 uint64_t upload_total,
/dports/www/opencart/opencart-3.0.3.8/upload/admin/controller/tool/
H A Dupload.php142 $upload_total = $this->model_tool_upload->getTotalUploads($filter_data);
225 $pagination->total = $upload_total;
232upload_total) ? (($page - 1) * $this->config->get('config_limit_admin')) + 1 : 0, ((($page - 1) * …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/background_fetch/
H A Dbackground_fetch_registration.cc32 uint64_t upload_total, in BackgroundFetchRegistration() argument
39 upload_total_(upload_total), in BackgroundFetchRegistration()
50 upload_total_(registration->registration_data->upload_total), in BackgroundFetchRegistration()
85 uint64_t upload_total, in OnProgress() argument
91 upload_total_ = upload_total; in OnProgress()
H A Dbackground_fetch_registration.h42 uint64_t upload_total,
64 void OnProgress(uint64_t upload_total,
H A Dbackground_fetch_type_converters.cc26 mojo_registration->registration_data->upload_total, in Convert()
/dports/sysutils/monitorix/monitorix-3.10.1/lib/
H A Dverlihub.pm117 my $upload_total;
147 $upload_total = int($row->{upload_total});
153 $rrdata .= ":$users_total:$upload_total:$share_total";
225 my ($users_total, $upload_total, $share_total) = @$line;
226 @row = ($users_total, $upload_total, $share_total);
/dports/net/proby/proby-1.0.2/cargo-crates/isahc-0.7.6/src/
H A Dmetrics.rs20 pub(crate) upload_total: AtomicCell<f64>, field
61 self.inner.upload_total.load() as u64, in upload_progress()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/background_fetch/
H A Dbackground_fetch_registration.cc37 upload_total_(registration->registration_data->upload_total), in BackgroundFetchRegistration()
61 uint64_t upload_total, in OnProgress() argument
67 upload_total_ = upload_total; in OnProgress()
H A Dbackground_fetch_registration.h46 void OnProgress(uint64_t upload_total,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/background_fetch/storage/
H A Ddatabase_helpers.cc104 registration_data->upload_total = registration_proto.upload_total(); in ToBackgroundFetchRegistration()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/background_fetch/storage/
H A Ddatabase_helpers.cc102 registration_data->upload_total = registration_proto.upload_total(); in ToBackgroundFetchRegistration()
/dports/www/sitecopy/sitecopy-0.16.6/gnome/
H A Dgcommon.c51 float upload_total, uploaded_bytes = 0.0; variable
138 (uploaded_bytes + (float) progress) / (float) upload_total); in fe_transfer_progress()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/public/mojom/background_fetch/
H A Dbackground_fetch.mojom79 uint64 upload_total;
106 OnProgress(uint64 upload_total,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/public/mojom/background_fetch/
H A Dbackground_fetch.mojom79 uint64 upload_total;
106 OnProgress(uint64 upload_total,
/dports/news/newsstar/newsstar-1.5.6/src/
H A Dnscurses.c66 uploaded, upload_total, upload_rate; member
282 &nscurses_attr.misc.named.upload_total); in nscurses_read_config()
741 ATTRIF(nscurses_attr.misc.named.upload_total); in nscurses_stats()
/dports/www/sitecopy/sitecopy-0.16.6/src/
H A Dconsole_fe.c146 static int upload_total, upload_sofar, in_transfer; variable
848 float prog = (100 * (float)upload_sofar) / (float)upload_total; in fe_updated()
849 if (upload_total == 0) prog = 0; in fe_updated()
1240 upload_total = site->totalchanged + site->totalnew; in act_on_site()
/dports/news/newsstar/newsstar-1.5.6/sample_config/
H A Dcurses.cf.sample48 upload_total blue
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/renderer/
H A Dupload.rs288 let upload_total = precise_time_ns() - upload_total_start; in upload_to_texture_cache() localVariable
291 profiler::ns_to_ms(upload_total) in upload_to_texture_cache()
346 profiler::add_text_marker(&"Texture uploads", &details, Duration::from_nanos(upload_total)); in upload_to_texture_cache()

12