Home
last modified time | relevance | path

Searched refs:start_time (Results 451 – 475 of 19918) sorted by relevance

1...<<11121314151617181920>>...797

/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtimevar.c138 struct timevar_time_def start_time; member
178 static struct timevar_time_def start_time; variable
223 struct timevar_time_def *start_time, in timevar_accumulate() argument
226 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
227 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
228 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
286 start_time = now; in timevar_push_1()
326 start_time = now; in timevar_pop_1()
357 get_time (&tv->start_time); in timevar_start()
376 timevar_accumulate (&tv->elapsed, &tv->start_time, &now); in timevar_stop()
[all …]
/dports/games/julius/julius-1.7.0/src/input/
H A Dtouch.c30 && ((time_get_millis() - t->start_time) < (time_millis) (CLICK_TIME / 2)); in start_delayed()
39 timestamp = data.finger[i].start_time; in touch_get_earliest()
54 if (data.finger[i].start_time > timestamp) { in touch_get_latest()
55 timestamp = data.finger[i].start_time; in touch_get_latest()
77 (t->has_ended && (t->last_change_time - t->start_time) >= CLICK_TIME)); in touch_not_click()
88 (t->start_time > data.old_touch.last_change_time) && in touch_was_double_click()
89 (t->start_time - data.old_touch.last_change_time) < CLICK_TIME); in touch_was_double_click()
101 return ((last->start_time - first->start_time) < CLICK_TIME) && !touch_was_click(last); in touch_is_scroll()
141 int touch_create(touch_coords start_coords, time_millis start_time) in touch_create() argument
155 t->start_time = start_time; in touch_create()
[all …]
/dports/games/augustus/augustus-3.1.0/src/input/
H A Dtouch.c30 && ((time_get_millis() - t->start_time) < (time_millis) (CLICK_TIME / 2)); in start_delayed()
39 timestamp = data.finger[i].start_time; in touch_get_earliest()
54 if (data.finger[i].start_time > timestamp) { in touch_get_latest()
55 timestamp = data.finger[i].start_time; in touch_get_latest()
77 (t->has_ended && (t->last_change_time - t->start_time) >= CLICK_TIME)); in touch_not_click()
88 (t->start_time > data.old_touch.last_change_time) && in touch_was_double_click()
89 (t->start_time - data.old_touch.last_change_time) < CLICK_TIME); in touch_was_double_click()
101 return ((last->start_time - first->start_time) < CLICK_TIME) && !touch_was_click(last); in touch_is_scroll()
141 int touch_create(touch_coords start_coords, time_millis start_time) in touch_create() argument
155 t->start_time = start_time; in touch_create()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/scheduler/responsiveness/
H A Dcalculator.cc40 base::TimeTicks start_time, in AddJankySlices() argument
44 base::TimeTicks jank_start = jank.start_time + kJankThreshold; in AddJankySlices()
47 jank_start = std::max(jank_start, start_time); in AddJankySlices()
53 int64_t label = (jank_start - start_time) / kJankThreshold; in AddJankySlices()
63 : start_time(start_time), end_time(end_time) { in Jank()
64 DCHECK_LE(start_time, end_time); in Jank()
241 base::TimeTicks start_time, in CalculateResponsiveness() argument
243 while (start_time < end_time) { in CalculateResponsiveness()
245 start_time + kMeasurementInterval; in CalculateResponsiveness()
259 AddJankySlices(&janky_slices, jank, start_time, in CalculateResponsiveness()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/scheduler/responsiveness/
H A Dcalculator.cc38 base::TimeTicks start_time, in AddJankySlices() argument
42 base::TimeTicks jank_start = jank.start_time + kJankThreshold; in AddJankySlices()
45 jank_start = std::max(jank_start, start_time); in AddJankySlices()
51 int64_t label = (jank_start - start_time).IntDiv(kJankThreshold); in AddJankySlices()
61 : start_time(start_time), end_time(end_time) { in Jank()
62 DCHECK_LE(start_time, end_time); in Jank()
250 base::TimeTicks start_time, in CalculateResponsiveness() argument
252 while (start_time < end_time) { in CalculateResponsiveness()
254 start_time + kMeasurementInterval; in CalculateResponsiveness()
268 AddJankySlices(&janky_slices, jank, start_time, in CalculateResponsiveness()
[all …]
/dports/dns/p5-App-DSC-DataTool/p5-App-DSC-DataTool-0.03/lib/App/DSC/DataTool/Input/
H A DDAT.pm168 my $start_time = shift( @dat );
174 start_time => $start_time,
175 stop_time => $start_time + 60,
233 my $start_time = shift( @dat );
239 start_time => $start_time,
240 stop_time => $start_time + 60,
306 my $start_time = shift( @dat );
312 start_time => $start_time,
313 stop_time => $start_time + 60,
/dports/science/elmerfem/elmerfem-release-9.0/ElmerWorkflows/FreeCADBatchFEMTools/tests/doublecubemeshtest_separate_boundaries/
H A Ddoublecubemeshtest_separate_boundaries_freecadscript.py12 def print_line(line_str, start_time): argument
19 elapsed_time = round(time.time() - start_time, 1)
88 start_time = time.time()
91 return_time_list.append(('-Find boundaries:', time.time() - start_time))
93 start_time = time.time()
96 return_time_list.append(('-Find solids:', time.time() - start_time))
98 start_time = time.time()
100 return_time_list.append(('-Define mesh sizes:', time.time() - start_time))
102 start_time = time.time()
105 return_time_list.append(('-Create mesh:', time.time() - start_time))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dwindow_performance_test.cc235 base::TimeTicks start_time = in TEST_F() local
241 performance_->RegisterEventTiming("click", start_time, processing_start, in TEST_F()
269 base::TimeTicks start_time = in TEST_F() local
272 start_time + base::TimeDelta::FromMilliseconds(10); in TEST_F()
279 start_time + base::TimeDelta::FromMicroseconds(200); in TEST_F()
286 start_time + base::TimeDelta::FromMicroseconds(100100); in TEST_F()
297 base::TimeTicks start_time = in TEST_F() local
331 base::TimeTicks start_time = in TEST_F() local
334 start_time + base::TimeDelta::FromMilliseconds(100); in TEST_F()
336 start_time + base::TimeDelta::FromMilliseconds(200); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/timing/
H A Dwindow_performance_test.cc236 base::TimeTicks start_time = in TEST_F() local
242 performance_->RegisterEventTiming("click", start_time, processing_start, in TEST_F()
270 base::TimeTicks start_time = in TEST_F() local
273 start_time + base::TimeDelta::FromMilliseconds(10); in TEST_F()
280 start_time + base::TimeDelta::FromMicroseconds(200); in TEST_F()
287 start_time + base::TimeDelta::FromMicroseconds(100100); in TEST_F()
298 base::TimeTicks start_time = in TEST_F() local
334 base::TimeTicks start_time = in TEST_F() local
337 start_time + base::TimeDelta::FromMilliseconds(100); in TEST_F()
339 start_time + base::TimeDelta::FromMilliseconds(200); in TEST_F()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1_job_status.py53 start_time=None, argument
75 if start_time is not None:
76 self.start_time = start_time
181 def start_time(self): member in V1JobStatus
193 @start_time.setter
194 def start_time(self, start_time): member in V1JobStatus
205 self._start_time = start_time
/dports/databases/grass7/grass-7.8.6/temporal/t.rast.aggregate/
H A Dt.rast.aggregate.py155 start_time = map_list[0].temporal_extent.get_start_time()
158 start_time = tgis.adjust_datetime_to_granularity(start_time, gran)
174 if start_time >= end_time:
177 if start_time > end_time:
181 start = start_time
183 end = tgis.increment_datetime_by_string(start_time, gran)
186 end = start_time + int(gran)
188 start_time = end
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/timer/
H A Dtimer.c56 static double start_time; variable
103 start_time = timer_get_time(); if( start_time < 0 ) return 1; in timer_estimate_reset()
114 start_time = timer_get_time(); if( start_time < 0 ) return 1; in timer_init()
196 difference = current_time - start_time; in timer_frame()
208 difference = current_time - start_time; in timer_frame()
216 start_time = current_time + TEN_MS / 1000.0; in timer_frame()
/dports/multimedia/py-PySceneDetect/PySceneDetect-0.5.4/tests/
H A Dtest_scene_manager.py71 start_time = FrameTimecode('00:00:00', video_fps)
74 vm.set_duration(start_time=start_time, end_time=end_time)
112 start_time = FrameTimecode('00:00:05', video_fps)
115 assert end_time.get_frames() > start_time.get_frames()
117 vm.set_duration(start_time=start_time, end_time=end_time)
123 assert num_frames == (1 + end_time.get_frames() - start_time.get_frames())
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/mrp/tests/
H A Dtest_oee.py35 start_time = time_to_string_utc_datetime(time(10, 43, 22))
38 self.create_productivity_line(self.env.ref('mrp.block_reason7'), start_time, end_time)
42 start_time = time_to_string_utc_datetime(time(10, 47, 8))
43 …enter_productivity_1 = self.create_productivity_line(self.env.ref('mrp.block_reason0'), start_time)
52 start_time = time_to_string_utc_datetime(time(10, 48, 38))
54 self.create_productivity_line(self.env.ref('mrp.block_reason5'), start_time, end_time)
56 start_time = time_to_string_utc_datetime(time(10, 50, 22))
58 self.create_productivity_line(self.env.ref('mrp.block_reason4'), start_time, end_time)
/dports/science/octopus/octopus-10.5/src/basic/
H A Dwalltimer.F9038 FLOAT :: start_time !< time the timer was started
63 start_time = M_ZERO
142 start_time = loct_clock()
143 last_tap = start_time
166 now - start_time, duration, iteration_time, margin, active
185 now - start_time, duration, iteration_time, margin, active
191 walltimer_alarm = active .and. (now > start_time + duration - iteration_time - margin)
194 …age(1), '("Walltimer stopping execution after = ",F6.2," minutes.")') (now - start_time)/CNST(60.0)
/dports/misc/py-pyEDFlib/pyEDFlib-0.1.23/demo/
H A Dstacklineplot.py10 def stackplot(marray, seconds=None, start_time=None, ylabels=None, ax=None): argument
16 stackplot_t(tarray, seconds=seconds, start_time=start_time, ylabels=ylabels, ax=ax)
20 def stackplot_t(tarray, seconds=None, start_time=None, ylabels=None, ax=None): argument
33 if start_time:
34 t = t+start_time
35 xlm = (start_time, start_time+seconds)
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dtimevar.c127 struct timevar_time_def start_time; member
167 static struct timevar_time_def start_time; variable
212 struct timevar_time_def *start_time, in timevar_accumulate() argument
215 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
216 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
217 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
275 start_time = now; in timevar_push_1()
315 start_time = now; in timevar_pop_1()
346 get_time (&tv->start_time); in timevar_start()
394 get_time (&tv->start_time); in timevar_cond_start()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dtimevar.c127 struct timevar_time_def start_time; member
167 static struct timevar_time_def start_time; variable
212 struct timevar_time_def *start_time, in timevar_accumulate() argument
215 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
216 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
217 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
275 start_time = now; in timevar_push_1()
315 start_time = now; in timevar_pop_1()
346 get_time (&tv->start_time); in timevar_start()
394 get_time (&tv->start_time); in timevar_cond_start()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dtimevar.c127 struct timevar_time_def start_time; member
167 static struct timevar_time_def start_time; variable
212 struct timevar_time_def *start_time, in timevar_accumulate() argument
215 timer->user += stop_time->user - start_time->user; in timevar_accumulate()
216 timer->sys += stop_time->sys - start_time->sys; in timevar_accumulate()
217 timer->wall += stop_time->wall - start_time->wall; in timevar_accumulate()
275 start_time = now; in timevar_push_1()
315 start_time = now; in timevar_pop_1()
346 get_time (&tv->start_time); in timevar_start()
394 get_time (&tv->start_time); in timevar_cond_start()
[all …]
/dports/devel/grpc130/grpc-1.30.2/src/python/grpcio_tests/tests/qps/
H A Dworker_server.py46 start_time = time.time()
47 yield self._get_server_status(start_time, start_time, port, cores)
53 start_time = end_time
57 def _get_server_status(self, start_time, end_time, port, cores): argument
59 elapsed_time = end_time - start_time
109 start_time = time.time()
119 yield self._get_client_status(start_time, end_time, qps_data)
124 status = self._get_client_status(start_time, end_time, qps_data)
127 start_time = time.time()
134 def _get_client_status(self, start_time, end_time, qps_data): argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/src/python/grpcio_tests/tests/qps/
H A Dworker_server.py46 start_time = time.time()
47 yield self._get_server_status(start_time, start_time, port, cores)
53 start_time = end_time
57 def _get_server_status(self, start_time, end_time, port, cores): argument
59 elapsed_time = end_time - start_time
109 start_time = time.time()
119 yield self._get_client_status(start_time, end_time, qps_data)
124 status = self._get_client_status(start_time, end_time, qps_data)
127 start_time = time.time()
134 def _get_client_status(self, start_time, end_time, qps_data): argument
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/src/core/
H A DAggregationIterator.java154 protected final long start_time; field in AggregationIterator
217 final long start_time, in create() argument
252 final long start_time, in create() argument
300 final long start_time, in create() argument
343 final long start_time, in AggregationIterator() argument
350 this.start_time = start_time; in AggregationIterator()
363 it.seek(start_time); in AggregationIterator()
372 if (dp.timestamp() >= start_time) { in AggregationIterator()
379 dp.timestamp(), start_time)); in AggregationIterator()
740 return "start_time=" + start_time in toStringSharedAttributes()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/audio/
H A Dsnooper_node_unittest.cc260 task_time - start_time); in ScheduleDefaultInputTasks()
281 task_time - start_time); in ScheduleDefaultRenderTasks()
382 const base::TimeTicks end_time = start_time + kTestDuration; in TEST_P()
405 task_time - start_time); in TEST_P()
507 task_time - start_time); in TEST_P()
510 start_time + kInputAdvanceTime + in TEST_P()
516 task_time - start_time); in TEST_P()
664 group_member(), start_time, reference_time), in TEST_P()
665 task_time - start_time); in TEST_P()
678 base::TimeDelta time_offset = task_time - start_time; in TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/audio/
H A Dsnooper_node_unittest.cc261 task_time - start_time); in ScheduleDefaultInputTasks()
282 task_time - start_time); in ScheduleDefaultRenderTasks()
384 const base::TimeTicks end_time = start_time + kTestDuration; in TEST_P()
407 task_time - start_time); in TEST_P()
509 task_time - start_time); in TEST_P()
512 start_time + kInputAdvanceTime + in TEST_P()
518 task_time - start_time); in TEST_P()
666 group_member(), start_time, reference_time), in TEST_P()
667 task_time - start_time); in TEST_P()
680 base::TimeDelta time_offset = task_time - start_time; in TEST_P()
[all …]
/dports/cad/freehdl/freehdl-0.0.7/freehdl/
H A Dkernel-driver-info.hh87 const vtime &start_time = zero_time);
94 const vtime &start_time = zero_time);
101 const vtime &start_time = zero_time) { in inertial_assign() argument
102 inertial_assign(value, type->acl_to_index(a), time_value, start_time); in inertial_assign()
109 const vtime &start_time = zero_time) in inertial_assign() argument
111 inertial_assign(value, type->acl_to_index(a), time_value, start_time); in inertial_assign()
118 const vtime &start_time);
123 const vtime &start_time);
128 const vtime &start_time);
133 const vtime &start_time);

1...<<11121314151617181920>>...797