Home
last modified time | relevance | path

Searched refs:start_time (Results 176 – 200 of 16462) sorted by relevance

12345678910>>...659

/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-google/cirq_google/engine/
H A Dengine_timeslot.py47 start_time: Optional[datetime.datetime] = None variable in EngineTimeSlot
57 start_time = None
60 start_time = datetime.datetime.fromtimestamp(proto.start_time.seconds)
66 start_time=start_time,
74 start_time=start_time,
82 start_time=start_time,
90 start_time=_to_timestamp(self.start_time),
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-google/cirq_google/engine/
H A Dengine_timeslot.py47 start_time: Optional[datetime.datetime] = None variable in EngineTimeSlot
57 start_time = None
60 start_time = datetime.datetime.fromtimestamp(proto.start_time.seconds)
66 start_time=start_time,
74 start_time=start_time,
82 start_time=start_time,
90 start_time=_to_timestamp(self.start_time),
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-google/cirq_google/engine/
H A Dengine_timeslot.py47 start_time: Optional[datetime.datetime] = None variable in EngineTimeSlot
57 start_time = None
60 start_time = datetime.datetime.fromtimestamp(proto.start_time.seconds)
66 start_time=start_time,
74 start_time=start_time,
82 start_time=start_time,
90 start_time=_to_timestamp(self.start_time),
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-google/cirq_google/engine/
H A Dengine_timeslot.py47 start_time: Optional[datetime.datetime] = None variable in EngineTimeSlot
57 start_time = None
60 start_time = datetime.datetime.fromtimestamp(proto.start_time.seconds)
66 start_time=start_time,
74 start_time=start_time,
82 start_time=start_time,
90 start_time=_to_timestamp(self.start_time),
/dports/devel/libgdata/libgdata-0.17.13/gdata/gd/
H A Dgdata-gd-when.c56 gint64 start_time; member
170 start_diff = b->start_time - a->start_time; in compare_with()
268 xmlChar *start_time, *end_time; in pre_parse_xml() local
279 xmlFree (start_time); in pre_parse_xml()
282 xmlFree (start_time); in pre_parse_xml()
343 gchar *start_time; in pre_get_xml() local
346 start_time = gdata_parser_date_from_int64 (priv->start_time); in pre_get_xml()
348 start_time = gdata_parser_int64_to_iso8601 (priv->start_time); in pre_get_xml()
351 g_free (start_time); in pre_get_xml()
421 return self->priv->start_time; in gdata_gd_when_get_start_time()
[all …]
/dports/devel/ga/ga-5.8/global/testing/
H A Dnbgetput.c97 double start_time, end_time; in main() local
125 start_time = TIMER(); in main()
135 start_time = TIMER(); in main()
141 start_time = TIMER(); in main()
146 start_time = TIMER(); in main()
166 start_time = TIMER(); in main()
172 start_time = TIMER(); in main()
207 start_time = TIMER(); in main()
211 get_timings += end_time - start_time; in main()
217 start_time = TIMER(); in main()
[all …]
H A Dnbgetput2.c100 double start_time, end_time; in main() local
113 start_time = TIMER(); in main()
120 start_time = TIMER(); in main()
131 start_time = TIMER(); in main()
142 start_time = TIMER(); in main()
147 start_time = TIMER(); in main()
153 start_time = TIMER(); in main()
186 start_time = TIMER(); in main()
189 get_timings += end_time - start_time; in main()
193 start_time = TIMER(); in main()
[all …]
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/monitor/
H A Dcustom.py35 if not start_time and not end_time:
38 if not start_time:
40 start_time = (dateutil.parser.parse(end_time) - offset).isoformat()
43 end_time = (dateutil.parser.parse(start_time) + offset).isoformat()
45 odata_filters = 'eventTimestamp ge {} and eventTimestamp le {}'.format(start_time, end_time)
103 start_time=None, end_time=None, offset='1h', interval='1m', argument
112 if not start_time and not end_time:
115 if not start_time:
117 start_time = (dateutil.parser.parse(end_time) - offset).isoformat()
120 end_time = (dateutil.parser.parse(start_time) + offset).isoformat()
[all …]
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/
H A Dminalignrlog.c34 pEvent->event, pEvent->start_time, pEvent->end_time, pEvent->recursion, index); in PrintEventAndIndex()
44 pArrow->tag, pArrow->length, pArrow->start_time, pArrow->end_time); in PrintArrow()
86 if (lastarrow.start_time > lastarrow.end_time) { in main()
91 if (arrow.start_time > arrow.end_time) { in main()
92 printf("start > end: %g > %g\n", arrow.start_time, arrow.end_time); in main()
123 arrow.start_time += pOffset[arrow.dest]; in main()
125 if (arrow.start_time < arrow.end_time) { in main()
126 pOffset[arrow.dest] += arrow.end_time - arrow.start_time; in main()
129 arrow.start_time += pOffset[arrow.src]; in main()
131 if (arrow.start_time > arrow.end_time) { in main()
[all …]
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/
H A Dminalignrlog.c31 pEvent->start_time, in PrintEvent()
42 pEvent->start_time, in PrintEventAndIndex()
57 pArrow->start_time, in PrintArrow()
105 if (lastarrow.start_time > lastarrow.end_time) in main()
112 if (arrow.start_time > arrow.end_time) in main()
151 arrow.start_time += pOffset[arrow.dest]; in main()
153 if (arrow.start_time < arrow.end_time) in main()
155 pOffset[arrow.dest] += arrow.end_time - arrow.start_time; in main()
160 arrow.start_time += pOffset[arrow.src]; in main()
162 if (arrow.start_time > arrow.end_time) in main()
[all …]
/dports/games/freeorion/freeorion-0.4.10.2/test/system/
H A DSmokeTestGame.cpp77 BOOST_REQUIRE(ProcessMessages(start_time, MAX_WAITING_SEC)); in BOOST_FIXTURE_TEST_SUITE()
116 start_time = boost::posix_time::microsec_clock::local_time(); in BOOST_FIXTURE_TEST_SUITE()
118 BOOST_REQUIRE(ProcessMessages(start_time, MAX_WAITING_SEC)); in BOOST_FIXTURE_TEST_SUITE()
125 start_time = boost::posix_time::microsec_clock::local_time(); in BOOST_FIXTURE_TEST_SUITE()
127 BOOST_REQUIRE(ProcessMessages(start_time, MAX_WAITING_SEC)); in BOOST_FIXTURE_TEST_SUITE()
141 start_time = boost::posix_time::microsec_clock::local_time(); in BOOST_FIXTURE_TEST_SUITE()
143 BOOST_REQUIRE(ProcessMessages(start_time, MAX_WAITING_SEC)); in BOOST_FIXTURE_TEST_SUITE()
172 start_time = boost::posix_time::microsec_clock::local_time(); in BOOST_FIXTURE_TEST_SUITE()
174 BOOST_REQUIRE(ProcessMessages(start_time, MAX_WAITING_SEC)); in BOOST_FIXTURE_TEST_SUITE()
181 start_time = boost::posix_time::microsec_clock::local_time(); in BOOST_FIXTURE_TEST_SUITE()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido_pgsql/schema/upgrade/
H A D2.6.0.sql47 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
51 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
75 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
86 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
106 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
128 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
148 ALTER COLUMN start_time DROP DEFAULT, ALTER COLUMN start_time TYPE timestamp,
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/numeric/odeint/integrate/
H A Dintegrate_const.hpp41 Time start_time, Time end_time, Time dt, in integrate_const() argument
50 start_time, end_time, dt, in integrate_const()
61 start_time, end_time, dt, in integrate_const()
74 Time start_time, Time end_time, Time dt, in integrate_const() argument
83 start_time, end_time, dt, in integrate_const()
93 start_time, end_time, dt, in integrate_const()
106 Time start_time, Time end_time, Time dt, Observer observer) in integrate_const() argument
110 start_time, end_time, dt, observer, stepper_category()); in integrate_const()
120 Time start_time, Time end_time, Time dt, Observer observer in integrate_const() argument
134 Time start_time, Time end_time, Time dt in integrate_const() argument
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/glean-core/src/metrics/
H A Dtimespan.rs22 start_time: Option<u64>, field
41 start_time: None, in new()
50 pub fn set_start(&mut self, glean: &Glean, start_time: u64) { in set_start()
55 if self.start_time.is_some() { in set_start()
66 self.start_time = Some(start_time); in set_start()
76 self.start_time = None; in set_stop()
80 if self.start_time.is_none() { in set_stop()
91 let duration = stop_time - self.start_time.take().unwrap(); in set_stop()
98 self.start_time = None; in cancel()
119 if self.start_time.is_some() { in set_raw()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/workers/concerns/
H A Dreenqueuer.rb79 start_time = Time.current
83 sleep_if_time_left(minimum_duration, start_time)
90 def sleep_if_time_left(minimum_duration, start_time) argument
91 time_left = calculate_time_left(minimum_duration, start_time)
96 def calculate_time_left(minimum_duration, start_time) argument
97 minimum_duration - elapsed_time(start_time)
100 def elapsed_time(start_time) argument
101 Time.current - start_time

12345678910>>...659