Home
last modified time | relevance | path

Searched refs:download_time (Results 1 – 25 of 68) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/update_client/
H A Durl_fetcher_downloader.cc81 const base::TimeDelta download_time = in OnNetworkFetcherComplete() local
111 download_metrics.download_time_ms = download_time.InMilliseconds(); in OnNetworkFetcherComplete()
114 << download_time.InMilliseconds() << "ms from " << url().spec() in OnNetworkFetcherComplete()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/update_client/
H A Durl_fetcher_downloader.cc89 const base::TimeDelta download_time = in OnNetworkFetcherComplete() local
119 download_metrics.download_time_ms = download_time.InMilliseconds(); in OnNetworkFetcherComplete()
122 << download_time.InMilliseconds() << "ms from " << url().spec() in OnNetworkFetcherComplete()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/blink/
H A Dbuffered_data_source_host_impl.cc143 base::TimeDelta download_time = now - download_history_[i].first; in DownloadRate() local
144 if (download_time <= base::TimeDelta()) in DownloadRate()
147 std::min(download_rate, downloaded_bytes / download_time.InSecondsF()); in DownloadRate()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/tests/data/tavern/
H A Dapi_history_format.yaml47 download_time: !anyint
96 ….*'path': '.+')(?=.*'script_log': '.*')(?=.*'script_line': '.*')(?=.*'download_time': [0-9]+)(?=.*…
145 <download_time>!anyint</download_time>
/dports/audio/quimup/Quimup_1.4.4_source/src/
H A Dqm_streamloader.cpp45 download_time.start(); in download_this()
54 if (download_time.elapsed() > 10000) // msecs in on_download_progress()
H A Dqm_streamloader.h50 QTime download_time; variable
/dports/www/weblint++/weblint++-1.15/templates/
H A Dweblint.txt.template6 Download time { $download_time }
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine/
H A Ddata_type_debug_info_listener.h27 base::TimeDelta download_time; member
/dports/www/firefox/firefox-99.0/third_party/python/virtualenv/virtualenv/seed/wheels/
H A Dperiodic_update.py231 download_time = datetime.now()
244 … last = NewVersion(filename=dest.path.name, release_date=release_date, found_date=download_time)
245 logging.info("detected %s in %s", last, datetime.now() - download_time)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/virtualenv/virtualenv/seed/wheels/
H A Dperiodic_update.py231 download_time = datetime.now()
243 … last = NewVersion(filename=dest.path.name, release_date=release_date, found_date=download_time)
244 logging.info("detected %s in %s", last, datetime.now() - download_time)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/virtualenv/virtualenv/seed/wheels/
H A Dperiodic_update.py231 download_time = datetime.now()
243 … last = NewVersion(filename=dest.path.name, release_date=release_date, found_date=download_time)
244 logging.info("detected %s in %s", last, datetime.now() - download_time)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/virtualenv/virtualenv/seed/wheels/
H A Dperiodic_update.py228 download_time = datetime.now()
240 … last = NewVersion(filename=dest.path.name, release_date=release_date, found_date=download_time)
241 logging.info("detected %s in %s", last, datetime.now() - download_time)
/dports/comms/mlan3/mlan3-1.00/common/
H A Dthermo21.h71 ulong download_time; // download stations time of reading member
/dports/misc/digitemp/digitemp-3.7.2/userial/
H A Dthermo21.h71 ulong download_time; // download stations time of reading member
/dports/www/weblint++/weblint++-1.15/
H A Dweblint++871 $report->{download_time} = sprintf "%.3f seconds",
873 print $report->{download_time}, "\n" if( $opts{t} or $opts{'v'} );
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.cc82 const base::TimeDelta download_time, in RecordUpdateStages() argument
86 RecordDownloadTime(download_time); in RecordUpdateStages()
/dports/news/sabnzbdplus/SABnzbd-3.3.0/sabnzbd/
H A Ddatabase.py465 download_time = nzo.nzo_info.get("download_time", 0)
501 download_time,
/dports/security/zeronet/ZeroNet-0.7.1/src/Peer/
H A DPeer.py51 self.download_time = 0 # Time spent to download
230 self.download_time += (time.time() - s)
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Ddownload.h482 …ess, u32 *req_hdr_size, u32 *rsp_hdr_size, u32 *connect_time, u32 *reply_time, u32 *download_time);
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Ddownload.h482 …ess, u32 *req_hdr_size, u32 *rsp_hdr_size, u32 *connect_time, u32 *reply_time, u32 *download_time);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/screens/recommend_apps/
H A Drecommend_apps_fetcher_impl.cc247 void RecordUmaDownloadTime(base::TimeDelta download_time) { in RecordUmaDownloadTime() argument
248 UMA_HISTOGRAM_TIMES("OOBE.RecommendApps.Fetcher.DownloadTime", download_time); in RecordUmaDownloadTime()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/
H A Dimport-backend.c644 time64 match_time, download_time; in split_find_match() local
688 download_time = xaccTransGetDate (new_trans); in split_find_match()
689 datediff_day = llabs(match_time - download_time) / 86400; in split_find_match()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/engine_impl/
H A Ddebug_info_event_listener.cc181 configuration_stats[i].download_time.InMicroseconds()); in OnDataTypeConfigureComplete()
/dports/www/firefox/firefox-99.0/toolkit/components/telemetry/docs/data/
H A Dinstall-ping.rst124 download_time (stub)
234 …``download_time`` was previously called ``download_phase_time``, this includes retries during the …
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/telemetry/docs/data/
H A Dinstall-ping.rst124 download_time (stub)
234 …``download_time`` was previously called ``download_phase_time``, this includes retries during the …

123