Home
last modified time | relevance | path

Searched refs:now_timestamp (Results 1 – 22 of 22) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dmsg_log.cpp98 const char* now_timestamp = precision_time_to_string(dtime()); in vprintf() local
105 fprintf(output, "%s%s %s%s ", now_timestamp, buf, v_format_kind(kind), spaces); in vprintf()
121 const char* now_timestamp = precision_time_to_string(dtime()); in vprintf_multiline() local
127 fprintf(output, "%s %s%s %s%s\n", now_timestamp, skind, spaces, sprefix, line.c_str()); in vprintf_multiline()
135 fprintf(output, "%s %s[%s] %s%s\n", now_timestamp, spaces, skind, sprefix, line.c_str()); in vprintf_multiline()
148 const char* now_timestamp = precision_time_to_string(dtime()); in vprintf_file() local
160 fprintf(output, "%s %s%s %s%s\n", now_timestamp, skind, spaces, sprefix, buf); in vprintf_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/hats/
H A Dhats_notification_controller_unittest.cc164 int64_t now_timestamp = base::Time::Now().ToInternalValue(); in TEST_F() local
166 pref_service->SetInt64(prefs::kHatsLastInteractionTimestamp, now_timestamp); in TEST_F()
182 base::Time::FromInternalValue(now_timestamp)); in TEST_F()
/dports/www/srt/srt-1.4.4/srtcore/
H A Dsync.cpp66 const steady_clock::time_point now_timestamp = steady_clock::now(); in FormatTimeSys() local
67 const int64_t delta_us = count_microseconds(timestamp - now_timestamp); in FormatTimeSys()
69 …floor((static_cast<int64_t>(count_microseconds(now_timestamp.time_since_epoch()) % 1000000) + delt… in FormatTimeSys()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/apscheduler/jobstores/
H A Dmemory.py24 now_timestamp = datetime_to_utc_timestamp(now)
27 if timestamp is None or timestamp > now_timestamp:
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/apscheduler/jobstores/
H A Dmemory.py24 now_timestamp = datetime_to_utc_timestamp(now)
27 if timestamp is None or timestamp > now_timestamp:
/dports/devel/py-apscheduler/APScheduler-3.8.1/apscheduler/jobstores/
H A Dmemory.py24 now_timestamp = datetime_to_utc_timestamp(now)
27 if timestamp is None or timestamp > now_timestamp:
/dports/www/py-flask-jwt-extended/Flask-JWT-Extended-4.3.1/tests/
H A Dtest_decode_tokens.py341 now_timestamp = datetime.timestamp(datetime.now(timezone.utc))
351 assert (access_timestamp - (now_timestamp + 3600)) < 2
352 assert (refresh_timestamp - (now_timestamp + 7200)) < 2
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/asterisk/
H A Dchan_celliax.c960 struct timeval now_timestamp; in celliax_read() local
980 gettimeofday(&now_timestamp, NULL); in celliax_read()
982 …((now_timestamp.tv_sec - p->dtmf_timestamp.tv_sec) * 1000000) < 0) || ( ((now_timestamp.tv_sec - p… in celliax_read()
992 … audio DTMF: %s\n", CELLIAX_P_LOG, ( (now_timestamp.tv_sec - p->dtmf_timestamp.tv_sec) * 1000000) … in celliax_read()
2072 time_t now_timestamp; in celliax_do_monitor() local
2093 time(&now_timestamp); in celliax_do_monitor()
2108 …if ((now_timestamp - p->celliax_serial_synced_timestamp) > p->celliax_serial_sync_period) { //TODO… in celliax_do_monitor()
2545 time_t now_timestamp; in celliax_do_controldev_thread() local
2585 time(&now_timestamp); in celliax_do_controldev_thread()
2586 …if ((now_timestamp - p->celliax_serial_synced_timestamp) > p->celliax_serial_synced_timestamp && !… in celliax_do_controldev_thread()
H A Dcelliax_additional.c583 time_t now_timestamp; in alsa_write() local
755 time(&now_timestamp); in alsa_write()
756 if ((now_timestamp - p->audio_play_reset_timestamp) > p->audio_play_reset_period) { in alsa_write()
/dports/sysutils/vector/vector-0.10.0/src/sources/
H A Ddocker.rs155 now_timestamp: DateTime<Utc>, field
174 now_timestamp: now.into(), in new()
211 since: self.now_timestamp, in docker_event_stream()
491 let info = ContainerLogInfo::new(id, metadata, this.core.now_timestamp); in start()
/dports/comms/xcwcp/unixcw-3.5.1/src/libcw/
H A Dlibcw_rec.c1354 struct timeval now_timestamp; in cw_rec_poll_representation_internal() local
1355 if (!cw_timestamp_validate_internal(&now_timestamp, timestamp)) { in cw_rec_poll_representation_internal()
1360 int space_len = cw_timestamp_compare_internal(&rec->mark_end, &now_timestamp); in cw_rec_poll_representation_internal()
/dports/comms/unixcw/unixcw-3.5.1/src/libcw/
H A Dlibcw_rec.c1354 struct timeval now_timestamp; in cw_rec_poll_representation_internal() local
1355 if (!cw_timestamp_validate_internal(&now_timestamp, timestamp)) { in cw_rec_poll_representation_internal()
1360 int space_len = cw_timestamp_compare_internal(&rec->mark_end, &now_timestamp); in cw_rec_poll_representation_internal()
/dports/devel/grcov/grcov-0.8.2/cargo-crates/tera-1.12.1/src/builtins/
H A Dfunctions.rs269 fn now_timestamp() { in now_timestamp() function
/dports/devel/tokei/tokei-12.1.2/cargo-crates/tera-1.6.1/src/builtins/
H A Dfunctions.rs269 fn now_timestamp() { in now_timestamp() function
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/tera-1.12.0/src/builtins/
H A Dfunctions.rs269 fn now_timestamp() { in now_timestamp() function
/dports/www/zola/zola-0.15.2/cargo-crates/tera-1.15.0/src/builtins/
H A Dfunctions.rs269 fn now_timestamp() { in now_timestamp() function
/dports/lang/rust/rustc-1.58.1-src/vendor/tera/src/builtins/
H A Dfunctions.rs269 fn now_timestamp() { in now_timestamp() function
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_skypopen/old-stuff/asterisk/
H A Dchan_skypiax.c1377 time_t now_timestamp; in skypiax_do_monitor() local
1398 time(&now_timestamp); in skypiax_do_monitor()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/alsa_nogsmlib_nocplusplus/mod_gsmopen/
H A Dmod_gsmopen.c3053 time_t now_timestamp; in gsmopen_do_gsmopenapi_thread_func() local
3104 time(&now_timestamp); in gsmopen_do_gsmopenapi_thread_func()
3106 …if ((now_timestamp - tech_pvt->gsmopen_serial_synced_timestamp) > tech_pvt->gsmopen_serial_sync_pe… in gsmopen_do_gsmopenapi_thread_func()
H A Dgsmopen_protocol.c3297 time_t now_timestamp; in alsa_write() local
3480 time(&now_timestamp); in alsa_write()
3481 if ((now_timestamp - tech_pvt->audio_play_reset_timestamp) > tech_pvt->audio_play_reset_period) { in alsa_write()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_gsmopen/
H A Dmod_gsmopen.cpp2644 time_t now_timestamp; in gsmopen_do_gsmopenapi_thread_func() local
2673 time(&now_timestamp); in gsmopen_do_gsmopenapi_thread_func()
2675 …if ((now_timestamp - tech_pvt->gsmopen_serial_synced_timestamp) > tech_pvt->gsmopen_serial_sync_pe… in gsmopen_do_gsmopenapi_thread_func()
/dports/devel/py-botocore/botocore-1.21.61/tests/unit/
H A Dtest_credentials.py3256 self.now_timestamp = 1222172800000
3277 'expiration': self.now_timestamp + 1000000,