Home
last modified time | relevance | path

Searched refs:start_time (Results 6251 – 6275 of 22734) sorted by relevance

1...<<251252253254255256257258259260>>...910

/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Danimation.rs430 let start_time = in start_transitions_if_applicable() localVariable
433 .send(Animation::Transition(opaque_node, start_time, AnimationFrame { in start_transitions_if_applicable()
577 start_time: f64, in update_style_for_animation_frame()
579 let mut progress = (now - start_time) / frame.duration; in update_style_for_animation_frame()
606 Animation::Transition(_, start_time, ref frame, _) => { in update_style_for_animation()
611 now, start_time, in update_style_for_animation()
/dports/net/xrdp-devel/xrdp-0.9.16/common/
H A Dtrans.c678 int start_time; in trans_connect() local
680 start_time = g_time3(); in trans_connect()
712 if (now - start_time < timeout) in trans_connect()
756 if (now - start_time < timeout) in trans_connect()
787 if (now - start_time < timeout) in trans_connect()
789 timeout = timeout - (now - start_time); in trans_connect()
/dports/security/py-stem/stem-1.8.0/test/integ/util/
H A Dsystem.py454 self.assertEqual(None, stem.util.system.start_time(98765))
487 self.assertEqual(None, stem.util.system.start_time(None))
488 self.assertEqual(None, stem.util.system.start_time(-5))
489 self.assertEqual(None, stem.util.system.start_time(98765))
503 self.assertTrue(stem.util.system.start_time(pid) >= 0)
513 self.assertTrue(stem.util.system.start_time(pid) >= 0)
/dports/sysutils/bacula9-client/bacula-9.6.7/src/filed/
H A Dstatus.c248 bstrftime_nc(dt, sizeof(dt), njcr->start_time); in list_running_jobs_plain()
270 njcr->last_time = njcr->start_time; in list_running_jobs_plain()
272 total_sec = now - njcr->start_time; in list_running_jobs_plain()
374 ow.get_output(OT_UTIME, "DirectorConnected", njcr->start_time, in list_running_jobs_api()
384 OT_UTIME, "StartTime", njcr->start_time, in list_running_jobs_api()
392 sec = time(NULL) - njcr->start_time; in list_running_jobs_api()
/dports/sysutils/bacula9-client-static/bacula-9.6.7/src/filed/
H A Dstatus.c248 bstrftime_nc(dt, sizeof(dt), njcr->start_time); in list_running_jobs_plain()
270 njcr->last_time = njcr->start_time; in list_running_jobs_plain()
272 total_sec = now - njcr->start_time; in list_running_jobs_plain()
374 ow.get_output(OT_UTIME, "DirectorConnected", njcr->start_time, in list_running_jobs_api()
384 OT_UTIME, "StartTime", njcr->start_time, in list_running_jobs_api()
392 sec = time(NULL) - njcr->start_time; in list_running_jobs_api()
/dports/sysutils/bacula9-server/bacula-9.6.7/src/filed/
H A Dstatus.c248 bstrftime_nc(dt, sizeof(dt), njcr->start_time); in list_running_jobs_plain()
270 njcr->last_time = njcr->start_time; in list_running_jobs_plain()
272 total_sec = now - njcr->start_time; in list_running_jobs_plain()
374 ow.get_output(OT_UTIME, "DirectorConnected", njcr->start_time, in list_running_jobs_api()
384 OT_UTIME, "StartTime", njcr->start_time, in list_running_jobs_api()
392 sec = time(NULL) - njcr->start_time; in list_running_jobs_api()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/tests/fate/
H A Dmov.mak92 # Makes sure that the stream start_time is not negative when the first packet is a DISCARD packet w…
93 …ts-discard: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARG…
95 # Makes sure that the VORBIS audio stream start_time is not negative when the first few packets are…
96 # with negative timestamps (skip_samples is not set for Vorbis, so ffmpeg computes start_time as ne…
97 …ard-vorbis: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARG…
102 # Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration misca…
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dgxf.c388 st->start_time = si->first_field; in gxf_header()
570 int64_t start_time = s->streams[stream_index]->start_time; in gxf_seek() local
573 if (timestamp < start_time) timestamp = start_time; in gxf_seek()
574 idx = av_index_search_timestamp(st, timestamp - start_time, in gxf_seek()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/web_tests/port/
H A Dtest.py465 def look_for_new_samples(self, crashed_processes, start_time): argument
466 del start_time
483 def look_for_new_crash_logs(self, crashed_processes, start_time): argument
484 del start_time
614 start_time = time.time()
691 … test_time=time.time() - start_time, timeout=test.timeout, error=test.error, pid=self.pid,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dgxf.c385 st->start_time = si->first_field; in gxf_header()
567 int64_t start_time = s->streams[stream_index]->start_time; in gxf_seek() local
570 if (timestamp < start_time) timestamp = start_time; in gxf_seek()
571 idx = av_index_search_timestamp(st, timestamp - start_time, in gxf_seek()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dgxf.c385 st->start_time = si->first_field; in gxf_header()
568 int64_t start_time = s->streams[stream_index]->start_time; in gxf_seek() local
571 if (timestamp < start_time) timestamp = start_time; in gxf_seek()
572 idx = av_index_search_timestamp(st, timestamp - start_time, in gxf_seek()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dsrc_movie.c242 if (movie->format_ctx->start_time != AV_NOPTS_VALUE) { in movie_common_init()
243 if (timestamp > INT64_MAX - movie->format_ctx->start_time) { in movie_common_init()
246 movie->file_name, movie->format_ctx->start_time, movie->seek_point); in movie_common_init()
249 timestamp += movie->format_ctx->start_time; in movie_common_init()
417 if (movie->format_ctx->start_time != AV_NOPTS_VALUE) in rewind_file()
418 timestamp += movie->format_ctx->start_time; in rewind_file()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dgxf.c385 st->start_time = si->first_field; in gxf_header()
567 int64_t start_time = s->streams[stream_index]->start_time; in gxf_seek() local
570 if (timestamp < start_time) timestamp = start_time; in gxf_seek()
571 idx = av_index_search_timestamp(st, timestamp - start_time, in gxf_seek()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/tests/fate/
H A Dmov.mak91 # Makes sure that the stream start_time is not negative when the first packet is a DISCARD packet w…
92 …ts-discard: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARG…
94 # Makes sure that the VORBIS audio stream start_time is not negative when the first few packets are…
95 # with negative timestamps (skip_samples is not set for Vorbis, so ffmpeg computes start_time as ne…
96 …ard-vorbis: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_entries stream=start_time -bitexact $(TARG…
101 # Makes sure that no frame is dropped/duplicated with fps filter due to start_time / duration misca…
/dports/x11-toolkits/gtk40/gtk-4.4.1/modules/media/
H A Dgtkffmediafile.c58 gint64 start_time; /* monotonic time when we displayed the last frame */ member
600 frame_time = video->start_time + video->next_frame.timestamp; in gtk_ff_media_file_queue_frame()
639 video->start_time += video->current_frame.timestamp - video->next_frame.timestamp; in gtk_ff_media_file_next_frame_cb()
674 video->start_time = g_get_monotonic_time () - video->next_frame.timestamp; in gtk_ff_media_file_play()
683 video->start_time = g_get_monotonic_time () - video->current_frame.timestamp; in gtk_ff_media_file_play()
702 video->start_time = 0; in gtk_ff_media_file_pause()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dqtest.c43 static qemu_timeval start_time; variable
195 tv->tv_sec -= start_time.tv_sec; in qtest_get_time()
196 tv->tv_usec -= start_time.tv_usec; in qtest_get_time()
740 qemu_gettimeofday(&start_time); in qtest_event()
744 (long) start_time.tv_sec, (long) start_time.tv_usec); in qtest_event()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dqtest.c44 static qemu_timeval start_time; variable
185 tv->tv_sec -= start_time.tv_sec; in qtest_get_time()
186 tv->tv_usec -= start_time.tv_usec; in qtest_get_time()
688 qemu_gettimeofday(&start_time); in qtest_event()
692 (long) start_time.tv_sec, (long) start_time.tv_usec); in qtest_event()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dqtest.c44 static qemu_timeval start_time; variable
198 tv->tv_sec -= start_time.tv_sec; in qtest_get_time()
199 tv->tv_usec -= start_time.tv_usec; in qtest_get_time()
745 qemu_gettimeofday(&start_time); in qtest_event()
749 (long) start_time.tv_sec, (long) start_time.tv_usec); in qtest_event()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dqtest.c44 static qemu_timeval start_time;
198 tv->tv_sec -= start_time.tv_sec;
199 tv->tv_usec -= start_time.tv_usec;
745 qemu_gettimeofday(&start_time);
749 (long) start_time.tv_sec, (long) start_time.tv_usec);
/dports/editors/ssed/sed-3.62/testsuite/
H A Dpcretest.c445 clock_t start_time = clock (); in main() local
456 time_taken = clock () - start_time; in main()
507 clock_t start_time = clock (); in main() local
510 time_taken = clock () - start_time; in main()
839 clock_t start_time = clock (); in main() local
845 time_taken = clock () - start_time; in main()
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/z-push/backend/go/
H A DgoCalendar.php22 if($event->start_time<\GO\Base\Util\Date::date_add(time(), -7)){
63 $message->starttime = $event->start_time;
393 $event->start_time = $message->starttime;
395 $event->start_time = $this->importAllDayTime($event->start_time);
423 $event->rrule = GoSyncUtils::importRecurrence($message->recurrence, $event->start_time);
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dping.php56 function start_time() { function in Net_Ping
62 $start_time = $this->timer_start_time;
65 return number_format ($end_time - $start_time, $acc);
273 $this->start_time();
401 $this->start_time();
519 $this->start_time();
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dgxf.c388 st->start_time = si->first_field; in gxf_header()
570 int64_t start_time = s->streams[stream_index]->start_time; in gxf_seek() local
573 if (timestamp < start_time) timestamp = start_time; in gxf_seek()
574 idx = av_index_search_timestamp(st, timestamp - start_time, in gxf_seek()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/common/
H A Dtrans.c678 int start_time; in trans_connect() local
680 start_time = g_time3(); in trans_connect()
712 if (now - start_time < timeout) in trans_connect()
756 if (now - start_time < timeout) in trans_connect()
787 if (now - start_time < timeout) in trans_connect()
789 timeout = timeout - (now - start_time); in trans_connect()
/dports/games/coronapoker/coronapoker-4.33/src/main/java/com/tonikelope/coronapoker/
H A DCrupier.java905 long start_time = System.currentTimeMillis();
970 start_time = System.currentTimeMillis();
1224 long start_time = System.currentTimeMillis();
1294 long start_time = System.currentTimeMillis();
1365 long start_time = System.currentTimeMillis();
1433 long start_time = System.currentTimeMillis();
1499 long start_time = System.currentTimeMillis();
1759 long start_time = System.currentTimeMillis();
2581 long start_time = System.currentTimeMillis();
3903 long start_time = System.currentTimeMillis();
[all …]

1...<<251252253254255256257258259260>>...910