Home
last modified time | relevance | path

Searched refs:started_at (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/security/libgcrypt/libgcrypt-1.9.4/tests/
H A Dstopwatch.h34 } started_at, stopped_at; variable
36 static clock_t started_at, stopped_at; variable
46 &started_at.creation_time, &started_at.exit_time, in start_timer()
47 &started_at.kernel_time, &started_at.user_time); in start_timer()
50 &started_at.creation_time, &started_at.exit_time, in start_timer()
51 &started_at.kernel_time, &started_at.user_time); in start_timer()
53 stopped_at = started_at; in start_timer()
58 started_at = stopped_at = tmp.tms_utime; in start_timer()
91 + started_at.kernel_time.dwLowDateTime); in elapsed_time()
93 + started_at.user_time.dwLowDateTime); in elapsed_time()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/libgcrypt/tests/
H A Dstopwatch.h34 } started_at, stopped_at; variable
36 static clock_t started_at, stopped_at; variable
46 &started_at.creation_time, &started_at.exit_time, in start_timer()
47 &started_at.kernel_time, &started_at.user_time); in start_timer()
50 &started_at.creation_time, &started_at.exit_time, in start_timer()
51 &started_at.kernel_time, &started_at.user_time); in start_timer()
53 stopped_at = started_at; in start_timer()
58 started_at = stopped_at = tmp.tms_utime; in start_timer()
91 + started_at.kernel_time.dwLowDateTime); in elapsed_time()
93 + started_at.user_time.dwLowDateTime); in elapsed_time()
[all …]
/dports/devel/py-futurist/futurist-2.4.0/doc/source/user/
H A Dexamples.rst138 def every_one(started_at):
143 def every_two(started_at):
148 def every_four(started_at):
153 def every_six(started_at):
157 started_at = time.time()
201 def every_one(started_at):
207 def every_two(started_at):
219 def every_six(started_at):
224 started_at = time.time()
284 started_at = time.time()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_container_state_running.py34 def __init__(self, started_at=None): argument
42 if started_at is not None:
43 self.started_at = started_at
46 def started_at(self): member in V1ContainerStateRunning
56 @started_at.setter
57 def started_at(self, started_at): member in V1ContainerStateRunning
66 self._started_at = started_at
H A Dv1_container_state_terminated.py57 started_at=None): argument
82 if started_at is not None:
83 self.started_at = started_at
227 def started_at(self): member in V1ContainerStateTerminated
237 @started_at.setter
238 def started_at(self, started_at): member in V1ContainerStateTerminated
247 self._started_at = started_at
/dports/www/uwsgi/uwsgi-2.0.20/t/mules/
H A Dsignal_management.py8 started_at = int(time.time())
11 self.assertLess(int(time.time()) - started_at, 6)
14 started_at = int(time.time())
17 self.assertLess(int(time.time()) - started_at, 8)
20 started_at = int(time.time())
23 self.assertLess(int(time.time()) - started_at, 8)
26 started_at = int(time.time())
29 self.assertLess(int(time.time()) - started_at, 8)
/dports/devel/py-osprofiler/osprofiler-3.4.2/osprofiler/drivers/
H A Dbase.py71 self.started_at = None
216 if not self.started_at or self.started_at > timestamp:
217 self.started_at = timestamp
247 op_started = msec(r["info"]["started"] - self.started_at)
249 - self.started_at)
269 self.finished_at - self.started_at
270 ) if self.started_at else None,
272 self.last_started_at - self.started_at
273 ) if self.started_at else None
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/fixtures/development/
H A D14_pipelines.rb8 queued_at: 10.hour.ago, started_at: 9.hour.ago, finished_at: 8.hour.ago },
10 queued_at: 10.hour.ago, started_at: 10.hour.ago, finished_at: 9.hour.ago },
14 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
16 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
18 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
20 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
22 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
24 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
26 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
28 queued_at: 8.hour.ago, started_at: 8.hour.ago, finished_at: 7.hour.ago },
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Boxes/Animate/
H A Danimate_boxes.cpp44 time_t started_at; member
83 started_at= at; in anim_start_at()
109 time_t started_at; member in anim_compose_box_rep
233 started_at= at; in anim_start_at()
308 time_t started_at; member
342 started_at += length; in pre_display()
343 bs[0]->anim_start_at (started_at); in pre_display()
351 started_at= at; in anim_start_at()
368 time_t started_at; member
433 started_at= at; in anim_start_at()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/sherlock/
H A Dquery_spec.rb7 let(:finished_at) { started_at + 5 }
10 described_class.new('SELECT COUNT(*) FROM users', started_at, finished_at)
19 .new_with_bindings(sql, bindings, started_at, finished_at)
39 expect(query.started_at).to eq(started_at)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/incident_management/
H A Dprocess_alert_worker_v2_spec.rb11 let_it_be(:payload) { { 'title' => 'title', 'start_time' => started_at } }
12 …rt) { create(:alert_management_alert, project: project, payload: payload, started_at: started_at) }
78 …(:alert) { create(:alert_management_alert, :prometheus, project: project, started_at: started_at) }
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/test/integration/
H A Dtest_graphql.py167 masterid=1001, started_at=100002, complete_at=100108,
170 masterid=1001, started_at=100202, complete_at=100328,
173 masterid=1001, started_at=100402, complete_at=100548,
188 started_at=100010, complete_at=100019, state_string='step1 done'),
190 started_at=100020, complete_at=100029, state_string='step2 done'),
192 started_at=100030, complete_at=100039, state_string='step3 done'),
194 started_at=100210, complete_at=100219, state_string='step1 done'),
196 started_at=100220, complete_at=100229, state_string='step2 done'),
198 started_at=100230, complete_at=100239, state_string='step3 done'),
200 started_at=100410, complete_at=100419, state_string='step1 done'),
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dprometheus_alert_event_spec.rb55 subject { build(:prometheus_alert_event, status: nil, started_at: nil) }
58 result = subject.fire(started_at)
62 expect(subject.started_at).to be_like_time(started_at)
70 result = subject.fire(started_at)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/sherlock/
H A Dquery.rb30 def self.new_with_bindings(query, bindings, started_at, finished_at) argument
37 new(query, started_at, finished_at)
43 def initialize(query, started_at, finished_at) argument
46 @started_at = started_at
/dports/archivers/rvm/rvm-1.11/
H A Dtest-timer.cc113 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
128 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
143 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
158 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
173 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
188 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
203 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
250 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
327 assert(t.started_at() == "2003 Oct 28 15:49:30"); in test3()
/dports/games/widelands/widelands-build21/src/graphic/text/
H A Dtextstream.cc100 size_t started_at = pos_; in till_any() local
130 throw EndOfTextImpl(started_at, peek(100, started_at)); in till_any()
132 consume(j - started_at); in till_any()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/concerns/
H A Dalert_event_lifecycle.rb31 started_at = transition.args.first
32 alert_event.started_at = started_at
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/pacing/
H A Dbitrate_prober.cc164 RTC_DCHECK(cluster->started_at.IsInfinite()); in ProbeSent()
165 cluster->started_at = now; in ProbeSent()
177 (now - cluster->started_at).ms()); in ProbeSent()
189 RTC_CHECK(cluster.started_at.IsFinite()); in CalculateNextProbeTime()
197 return cluster.started_at + delta; in CalculateNextProbeTime()
/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DCheckRun.py151 def started_at(self): member in CheckRun
194 started_at=github.GithubObject.NotSet, argument
225 assert started_at is github.GithubObject.NotSet or isinstance(
226 started_at, datetime.datetime
227 ), started_at
250 if started_at is not github.GithubObject.NotSet:
251 post_parameters["started_at"] = started_at.strftime("%Y-%m-%dT%H:%M:%SZ")
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/db/
H A Dsteps.py84 started_at=None, complete_at=None,
117 started_at = int(self.master.reactor.seconds())
122 conn.execute(q, started_at=started_at)
183 started_at=epoch2datetime(row.started_at),
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/style/
H A Danimation.rs58 pub started_at: f64, field
88 self.started_at += self.duration + self.delay; in tick()
136 let old_started_at = self.started_at; in update_from_other()
171 self.started_at = new_started_at; in update_from_other()
556 started_at: animation_start, in maybe_start_animations()
620 let started_at = state.started_at; in update_style_for_animation() localVariable
624 KeyframesRunningState::Paused(progress) => started_at + duration * progress, in update_style_for_animation()
656 let mut total_progress = (now - started_at) / total_duration; in update_style_for_animation()
713 state.started_at + (total_duration * last_keyframe.start_percentage.0 as f64) in update_style_for_animation()
716 … state.started_at + (total_duration * (1. - last_keyframe.start_percentage.0 as f64)) in update_style_for_animation()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/pacing/
H A Dbitrate_prober.cc185 RTC_DCHECK(cluster->started_at.IsInfinite()); in ProbeSent()
186 cluster->started_at = now; in ProbeSent()
198 (now - cluster->started_at).ms()); in ProbeSent()
211 RTC_CHECK(cluster.started_at.IsFinite()); in CalculateNextProbeTime()
219 return cluster.started_at + delta; in CalculateNextProbeTime()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/pacing/
H A Dbitrate_prober.cc185 RTC_DCHECK(cluster->started_at.IsInfinite()); in ProbeSent()
186 cluster->started_at = now; in ProbeSent()
198 (now - cluster->started_at).ms()); in ProbeSent()
211 RTC_CHECK(cluster.started_at.IsFinite()); in CalculateNextProbeTime()
219 return cluster.started_at + delta; in CalculateNextProbeTime()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/pacing/
H A Dbitrate_prober.cc187 RTC_DCHECK(cluster->started_at.IsInfinite()); in ProbeSent()
188 cluster->started_at = now; in ProbeSent()
200 (now - cluster->started_at).ms()); in ProbeSent()
213 RTC_CHECK(cluster.started_at.IsFinite()); in CalculateNextProbeTime()
221 return cluster.started_at + delta; in CalculateNextProbeTime()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/abstutil/src/
H A Dtime.rs17 started_at: Instant, field
28 started_at: Instant::now(), in new()
49 let elapsed = elapsed_seconds(self.started_at); in next()
73 prettyprint_time(elapsed_seconds(self.started_at)) in next()
92 elapsed_seconds(self.started_at) in cancel_iter_early()
123 started_at: Instant, field
213 started_at: Instant::now(), in start()
231 let elapsed = elapsed_seconds(span.started_at); in stop()
647 started_at: Instant, field
660 started_at: Instant::now(), in new()
[all …]

12345678910>>...19