Home
last modified time | relevance | path

Searched refs:cutoff_time (Results 1 – 25 of 125) sorted by relevance

12345

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/
H A Dfile_obsolete.cpp74 time_t cutoff_time = current.GetTimeT(); in Remove() local
76 if (cutoff_time < (time_t) age) { in Remove()
77 cutoff_time = 0; in Remove()
79 cutoff_time -= age; in Remove()
114 if (check_time < cutoff_time) { // Remove file in Remove()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/
H A Dfile_obsolete.cpp74 time_t cutoff_time = current.GetTimeT(); in Remove() local
76 if (cutoff_time < (time_t) age) { in Remove()
77 cutoff_time = 0; in Remove()
79 cutoff_time -= age; in Remove()
114 if (check_time < cutoff_time) { // Remove file in Remove()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/debug/logpoints/
H A Dlist.py112 cutoff_time = (times.Now(times.UTC) -
114 logpoints = [lp for lp in logpoints if _ShouldInclude(lp, cutoff_time)]
119 def _ShouldInclude(logpoint, cutoff_time): argument
131 return final_time >= cutoff_time
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/debug/snapshots/
H A Dlist.py102 cutoff_time = (times.Now(times.UTC) -
104 snapshots = [s for s in snapshots if _ShouldInclude(s, cutoff_time)]
108 def _ShouldInclude(snapshot, cutoff_time): argument
120 return final_time >= cutoff_time
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/fileapi/
H A Drecent_model.cc123 base::Time cutoff_time = forced_cutoff_time_.has_value() in GetRecentFiles() local
129 file_system_context, origin, max_files_, cutoff_time, file_type, in GetRecentFiles()
131 weak_ptr_factory_.GetWeakPtr(), max_files_, cutoff_time, in GetRecentFiles()
145 const base::Time& cutoff_time, in OnGetRecentFiles() argument
153 if (file.last_modified() >= cutoff_time) in OnGetRecentFiles()
H A Drecent_source.cc16 const base::Time& cutoff_time, in Params() argument
22 cutoff_time_(cutoff_time), in Params()
H A Drecent_source.h52 const base::Time& cutoff_time,
78 const base::Time& cutoff_time() const { return cutoff_time_; } in cutoff_time() function
H A Drecent_model_unittest.cc63 const base::Time& cutoff_time, in BuildModelAndGetRecentFiles() argument
77 model->SetForcedCutoffTimeForTest(cutoff_time); in BuildModelAndGetRecentFiles()
H A Drecent_model.h78 const base::Time& cutoff_time,
H A Drecent_disk_source_unittest.cc77 const base::Time& cutoff_time, in GetRecentFiles() argument
84 file_system_context_.get(), origin_, max_files, cutoff_time, file_type, in GetRecentFiles()
/dports/sysutils/rmlint/rmlint-2.10.1-11-ga726d0cb/tests/test_speed/
H A Dbisect.sh20 cutoff_time=700
46 if [ "$runtime" -lt "$cutoff_time" ]; then
/dports/math/z3/z3-z3-4.8.13/src/test/
H A Dsat_local_search.cpp85 int cutoff_time = 1; in tst_sat_local_search() local
99 cutoff_time = v; in tst_sat_local_search()
125 scoped_timer timer(cutoff_time*1000, &eh); in tst_sat_local_search()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/test/
H A Dsat_local_search.cpp85 int cutoff_time = 1; in tst_sat_local_search() local
99 cutoff_time = v; in tst_sat_local_search()
125 scoped_timer timer(cutoff_time*1000, &eh); in tst_sat_local_search()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_tracker.php58 … $cutoff_time = is_numeric($cut_duration) ? strtotime('today -' . $cut_duration . ' days') : false;
64 if($cutoff_time !== false && strtotime($row['UploadTime']) < $cutoff_time)
H A Dphoromatic_result.php60 $cutoff_time = is_numeric($t[2]) ? strtotime('today -' . $t[2] . ' days') : false;
63 if($cutoff_time !== false && strtotime($test_result_row['UploadTime']) < $cutoff_time)
/dports/textproc/py-parso/parso-0.8.3/parso/
H A Dcache.py161 cutoff_time = time.time() - _CACHED_FILE_MINIMUM_SURVIVAL
166 if node_item.last_used > cutoff_time
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/google/api_core/
H A Dbidi.py182 cutoff_time = datetime.datetime.now() - self._time_window
185 while self._past_entries and self._past_entries[0] < cutoff_time:
192 to_wait = (self._past_entries[0] - cutoff_time).total_seconds()
/dports/www/py-google-api-core/google-api-core-2.2.2/google/api_core/
H A Dbidi.py181 cutoff_time = datetime.datetime.now() - self._time_window
184 while self._past_entries and self._past_entries[0] < cutoff_time:
191 to_wait = (self._past_entries[0] - cutoff_time).total_seconds()
/dports/graphics/py-cartopy/Cartopy-0.19.0.post1/lib/cartopy/tests/
H A Dtest_line_string.py73 cutoff_time = time.time() + 1
75 assert time.time() < cutoff_time, 'Projection took too long'
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_statistics/
H A Dtop.lib.lua116 local cutoff_time = time() - sessions_idle_after;
122 if session.last_update < cutoff_time then
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/security_interstitials/content/
H A Dstateful_ssl_host_state_delegate.cc144 base::Time cutoff_time; in DoesRecurrentInterstitialPrefMeetThreshold() local
145 cutoff_time = clock->Now() - base::TimeDelta::FromSeconds(error_reset_time); in DoesRecurrentInterstitialPrefMeetThreshold()
152 if (base::Time::FromJsTime(error_list[i].GetDouble()) >= cutoff_time) in DoesRecurrentInterstitialPrefMeetThreshold()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/security_interstitials/content/
H A Dstateful_ssl_host_state_delegate.cc144 base::Time cutoff_time; in DoesRecurrentInterstitialPrefMeetThreshold() local
145 cutoff_time = clock->Now() - base::TimeDelta::FromSeconds(error_reset_time); in DoesRecurrentInterstitialPrefMeetThreshold()
152 if (base::Time::FromJsTime(error_list[i].GetDouble()) >= cutoff_time) in DoesRecurrentInterstitialPrefMeetThreshold()
/dports/devel/cgit/cgit-1.2.3/git/
H A Drefs.c967 timestamp_t *cutoff_time; member
985 if (cb->cutoff_time) in read_ref_at_ent()
986 *cb->cutoff_time = timestamp; in read_ref_at_ent()
1027 if (cb->cutoff_time) in read_ref_at_ent_oldest()
1028 *cb->cutoff_time = timestamp; in read_ref_at_ent_oldest()
1043 timestamp_t *cutoff_time, int *cutoff_tz, int *cutoff_cnt) in read_ref_at() argument
1052 cb.cutoff_time = cutoff_time; in read_ref_at()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/page_load_metrics/observers/ad_metrics/
H A Dframe_data.cc108 base::TimeTicks cutoff_time = update_time - kWindowSize; in UpdatePeakWindowedPercent() local
110 current_window_updates_.front().update_time < cutoff_time) { in UpdatePeakWindowedPercent()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/objects/client/
H A Dpts_openbenchmarking_client.php470 $cutoff_time = time() - ($days_old_limit * 86400);
476 if($repo_index['tests'][$id][$q] < $cutoff_time)

12345