Home
last modified time | relevance | path

Searched refs:Timer (Results 1 – 25 of 7646) sorted by relevance

12345678910>>...306

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dtimer_test.cpp36 Timer::EnableTiming(); in BOOST_AUTO_TEST_CASE()
37 Timer::Start("test_timer"); in BOOST_AUTO_TEST_CASE()
48 Timer::Stop("test_timer"); in BOOST_AUTO_TEST_CASE()
61 Timer::Stop("test_timer"); in BOOST_AUTO_TEST_CASE()
77 Timer::DisableTiming(); in BOOST_AUTO_TEST_CASE()
82 Timer::EnableTiming(); in BOOST_AUTO_TEST_CASE()
88 Timer::DisableTiming(); in BOOST_AUTO_TEST_CASE()
93 Timer::EnableTiming(); in BOOST_AUTO_TEST_CASE()
98 Timer::DisableTiming(); in BOOST_AUTO_TEST_CASE()
103 Timer::EnableTiming(); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/indi/indi-1.9.1/libs/indibase/timer/
H A Dinditimer.cpp61 Timer::Timer() in Timer() function in INDI::Timer
65 Timer::Timer(TimerPrivate &dd) in Timer() function in INDI::Timer
69 Timer::~Timer() in ~Timer()
74 D_PTR(Timer); in callOnTimeout()
80 D_PTR(Timer); in start()
87 D_PTR(Timer); in start()
95 D_PTR(Timer); in stop()
101 D_PTR(Timer); in setInterval()
107 D_PTR(Timer); in setSingleShot()
137 D_PTR(Timer); in timeout()
[all …]
/dports/lang/micropython/micropython-1.17/tests/wipy/
H A Dtimer.py18 tim = Timer(i, mode=Timer.PERIODIC)
24 tim = Timer(i, mode=Timer.ONE_SHOT)
30 tim = Timer(i, mode=Timer.PWM)
40 tim = Timer(i, mode=Timer.PERIODIC)
46 self.tim = Timer(0, mode=Timer.PERIODIC)
84 tim = Timer(0, mode=Timer.PERIODIC, width=32)
85 ch = tim.channel(Timer.A | Timer.B, period=5000000)
89 tim = Timer(0, mode=Timer.PERIODIC)
99 tim = Timer(4, mode=Timer.ONE_SHOT)
104 tim = Timer(0, mode=Timer.PWM, width=32)
[all …]
/dports/devel/ucommon/ucommon-7.0.0/corelib/
H A Dtimer.cpp82 Timer::Timer() in Timer() function in ucommon::Timer
87 Timer::Timer(timeout_t in) in Timer() function in ucommon::Timer
93 Timer::Timer(const Timer& copy) in Timer() function in ucommon::Timer
98 Timer::Timer(time_t in) in Timer() function in ucommon::Timer
106 Timer::tick_t Timer::ticks(void) in ticks()
118 Timer::tick_t Timer::ticks(void) in ticks()
328 Timer& Timer::operator=(timeout_t to) in operator =()
370 Timer& Timer::operator+=(time_t abs) in operator +=()
379 Timer& Timer::operator-=(time_t abs) in operator -=()
387 Timer& Timer::operator=(time_t abs) in operator =()
[all …]
/dports/devel/libassa/libassa-3.5.1/assa/
H A DTimer.h53 Timer (const Timer& t_);
59 Timer& operator= (const Timer& t_);
109 Timer::
117 Timer::
126 Timer::
127 Timer (const Timer& t_) in Timer() function
135 Timer::
142 Timer::
154 Timer::
161 Timer::
[all …]
/dports/ftp/lftp/lftp-4.9.2/src/
H A DTimer.cc28 xlist_head<Timer> Timer::all_timers;
29 xheap<Timer> Timer::running_timers;
34 Timer *t; in GetTimeoutTV()
66 void Timer::re_set() in re_set()
126 void Timer::init() in init()
131 Timer::~Timer() in ~Timer()
137 Timer::Timer() : last_setting(1,0), in Timer() function in Timer
142 Timer::Timer(const TimeInterval &d) : last_setting(d), in Timer() function in Timer
149 Timer::Timer(const char *r,const char *c) : last_setting(0,0), in Timer() function in Timer
158 Timer::Timer(int s,int ms) : in Timer() function in Timer
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/scene/main/
H A Dtimer.cpp86 float Timer::get_wait_time() const { in get_wait_time()
95 bool Timer::is_one_shot() const { in is_one_shot()
104 bool Timer::has_autostart() const { in has_autostart()
109 void Timer::start(float p_time) { in start()
120 void Timer::stop() { in stop()
134 bool Timer::is_paused() const { in is_paused()
138 bool Timer::is_stopped() const { in is_stopped()
142 float Timer::get_time_left() const { in get_time_left()
169 Timer::TimerProcessMode Timer::get_timer_process_mode() const { in get_timer_process_mode()
182 void Timer::_bind_methods() { in _bind_methods()
[all …]
/dports/devel/godot/godot-3.2.3-stable/scene/main/
H A Dtimer.cpp86 float Timer::get_wait_time() const { in get_wait_time()
95 bool Timer::is_one_shot() const { in is_one_shot()
104 bool Timer::has_autostart() const { in has_autostart()
109 void Timer::start(float p_time) { in start()
120 void Timer::stop() { in stop()
134 bool Timer::is_paused() const { in is_paused()
138 bool Timer::is_stopped() const { in is_stopped()
142 float Timer::get_time_left() const { in get_time_left()
169 Timer::TimerProcessMode Timer::get_timer_process_mode() const { in get_timer_process_mode()
182 void Timer::_bind_methods() { in _bind_methods()
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/include/openmc/
H A Dtimer.h12 class Timer; variable
16 extern Timer time_active;
17 extern Timer time_bank;
20 extern Timer time_finalize;
21 extern Timer time_inactive;
23 extern Timer time_read_xs;
25 extern Timer time_tallies;
26 extern Timer time_total;
27 extern Timer time_transport;
41 class Timer {
[all …]
/dports/science/openmc/openmc-0.12.2/include/openmc/
H A Dtimer.h12 class Timer; variable
16 extern Timer time_active;
17 extern Timer time_bank;
20 extern Timer time_finalize;
21 extern Timer time_inactive;
23 extern Timer time_read_xs;
25 extern Timer time_tallies;
26 extern Timer time_total;
27 extern Timer time_transport;
41 class Timer {
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/main/
H A Dtimer.cpp32 void Timer::_notification(int p_what) { in _notification()
84 float Timer::get_wait_time() const { in get_wait_time()
93 bool Timer::is_one_shot() const { in is_one_shot()
102 bool Timer::has_autostart() const { in has_autostart()
107 void Timer::start() { in start()
112 void Timer::stop() { in stop()
126 bool Timer::is_active() const { in is_active()
130 float Timer::get_time_left() const { in get_time_left()
157 Timer::TimerProcessMode Timer::get_timer_process_mode() const { in get_timer_process_mode()
170 void Timer::_bind_methods() { in _bind_methods()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/scene/main/
H A Dtimer.cpp32 void Timer::_notification(int p_what) { in _notification()
84 float Timer::get_wait_time() const { in get_wait_time()
93 bool Timer::is_one_shot() const { in is_one_shot()
102 bool Timer::has_autostart() const { in has_autostart()
107 void Timer::start() { in start()
112 void Timer::stop() { in stop()
126 bool Timer::is_active() const { in is_active()
130 float Timer::get_time_left() const { in get_time_left()
157 Timer::TimerProcessMode Timer::get_timer_process_mode() const { in get_timer_process_mode()
170 void Timer::_bind_methods() { in _bind_methods()
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/core/model/
H A Dtimer.cc35 Timer::Timer () in Timer() function in ns3::Timer
44 Timer::Timer (enum DestroyPolicy destroyPolicy) in Timer() function in ns3::Timer
53 Timer::~Timer () in ~Timer()
92 case Timer::RUNNING: in GetDelayLeft()
95 case Timer::EXPIRED: in GetDelayLeft()
109 Timer::Cancel (void) in Cancel()
115 Timer::Remove (void) in Remove()
138 enum Timer::State
158 Timer::Schedule (void) in Schedule()
177 Timer::Suspend (void) in Suspend()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Test/System.Threading/
H A DTimerTest.cs64 using (Timer t = new Timer (o => Callback2 (o), bucket, 10, 10)) { in TestDispose()
78 using (Timer t = new Timer (o => Callback2 (o), bucket, 10, 10)) { in TestChange()
107 Timer t = new Timer (o => DoNothing (o), null, 10, 10); in TestDispose2()
193 using (Timer t = new Timer(o => Callback (o),b,0,0)) { in TestDelayZeroPeriodZero()
230 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in DisposeNullWaitHandle()
238 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in Change_IntInt_Infinite()
246 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in Change_IntInt_MaxValue()
254 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in Change_UIntUInt_Infinite()
262 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in Change_UIntUInt_MaxValue()
271 using (Timer t = new Timer (o => DoNothing (o), null, 0, 0)) { in Change_LongLong_Infinite()
[all …]
/dports/devel/asl/asl-current/include/avr/
H A Dregm1284.inc118 nextenum TIMER2_OVF_vect ; Timer/Counter 2 Overflow
122 nextenum TIMER1_OVF_vect ; Timer/Counter 1 Overflow
179 CS00 avrbit TCCR0B,0 ; Timer/Counter 0 Clock Select
185 TCNT0 port 0x26 ; Timer/Counter 0 Value
207 TCNT1L sfr 0x84 ; Timer/Counter 1 Value LSB
208 TCNT1H sfr 0x85 ; Timer/Counter 1 Value MSB
230 TCNT2 sfr 0xb2 ; Timer/Counter 2 Value
252 TCNT3L sfr 0x94 ; Timer/Counter 3 Value LSB
253 TCNT3H sfr 0x95 ; Timer/Counter 3 Value MSB
291 AS2 avrbit ASSR,5 ; Asynchronous Timer/Counter 2
[all …]
H A Dregmxx01.inc266 TCNT0 port 0x26 ; Timer/Counter 0 Value
291 TCNT1L sfr 0x84 ; Timer/Counter 1 Value LSB
292 TCNT1H sfr 0x85 ; Timer/Counter 1 Value MSB
316 TCNT2 sfr 0xb2 ; Timer/Counter 2 Value
341 TCNT3L sfr 0x94 ; Timer/Counter 3 Value LSB
342 TCNT3H sfr 0x95 ; Timer/Counter 3 Value MSB
373 TCNT4L sfr 0xa4 ; Timer/Counter 4 Value LSB
374 TCNT4H sfr 0xa5 ; Timer/Counter 4 Value MSB
405 TCNT5L sfr 0x124 ; Timer/Counter 5 Value LSB
406 TCNT5H sfr 0x125 ; Timer/Counter 5 Value MSB
[all …]
H A Dregx4rfr2.inc305 TCNT0 port 0x26 ; Timer/Counter 0 Value
330 TCNT1L sfr 0x84 ; Timer/Counter 1 Value LSB
331 TCNT1H sfr 0x85 ; Timer/Counter 1 Value MSB
355 TCNT2 sfr 0xb2 ; Timer/Counter 2 Value
380 TCNT3L sfr 0x94 ; Timer/Counter 3 Value LSB
381 TCNT3H sfr 0x95 ; Timer/Counter 3 Value MSB
412 TCNT4L sfr 0xa4 ; Timer/Counter 4 Value LSB
413 TCNT4H sfr 0xa5 ; Timer/Counter 4 Value MSB
444 TCNT5L sfr 0x124 ; Timer/Counter 5 Value LSB
445 TCNT5H sfr 0x125 ; Timer/Counter 5 Value MSB
[all …]
H A Dregmxu4.inc43 PRTIM1 avrbit PRR0,3 ; Power Reduction Timer/Counter 1
164 nextenum TIMER1_CAPT_vect ; Timer/Counter 1 Capture
239 TCNT0 port 0x26 ; Timer/Counter 0 Value
264 TCNT1L sfr 0x84 ; Timer/Counter 1 Value LSB
265 TCNT1H sfr 0x85 ; Timer/Counter 1 Value MSB
294 TCNT3L sfr 0x94 ; Timer/Counter 3 Value LSB
295 TCNT3H sfr 0x95 ; Timer/Counter 3 Value MSB
350 TCNT4 sfr 0xbe ; Timer/Counter 4 Value
351 TC4H sfr 0xbf ; Timer/Counter 4 Value MSB
356 DT4 sfr 0xd4 ; Timer/Counter 4 Dead Time Value
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/app/
H A Dtimer.cxx25 void Timer::SetDeletionFlags() in SetDeletionFlags()
39 Timer::Timer( bool bAuto, const char *pDebugName ) in Timer() function in Timer
47 Timer::Timer( const char *pDebugName ) in Timer() function in Timer
48 : Timer( false, pDebugName ) in Timer()
52 Timer::Timer( const Timer& rTimer ) in Timer() function in Timer
59 Timer::~Timer() in ~Timer()
63 Timer& Timer::operator=( const Timer& rTimer ) in operator =()
73 void Timer::Invoke() in Invoke()
78 void Timer::Invoke( Timer *arg ) in Invoke()
83 void Timer::Start() in Start()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/app/
H A Dtimer.cxx25 void Timer::SetDeletionFlags() in SetDeletionFlags()
39 Timer::Timer( bool bAuto, const sal_Char *pDebugName ) in Timer() function in Timer
47 Timer::Timer( const sal_Char *pDebugName ) in Timer() function in Timer
48 : Timer( false, pDebugName ) in Timer()
52 Timer::Timer( const Timer& rTimer ) in Timer() function in Timer
59 Timer::~Timer() in ~Timer()
63 Timer& Timer::operator=( const Timer& rTimer ) in operator =()
73 void Timer::Invoke() in Invoke()
78 void Timer::Invoke( Timer *arg ) in Invoke()
83 void Timer::Start() in Start()
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/utility/
H A Dstopwatch.h49 template <typename Timer>
58 Timer& get_timer();
104 template <typename Timer>
128 template <typename Timer>
129 inline Timer& Stopwatch<Timer>::get_timer() in get_timer()
134 template <typename Timer>
135 inline const Timer& Stopwatch<Timer>::get_timer() const in get_timer()
140 template <typename Timer>
147 template <typename Timer>
155 template <typename Timer>
[all …]
/dports/science/py-OpenMC/openmc-0.12.2/src/
H A Dtimer.cpp11 Timer time_active;
12 Timer time_bank;
15 Timer time_finalize;
16 Timer time_inactive;
17 Timer time_initialize;
18 Timer time_read_xs;
20 Timer time_tallies;
21 Timer time_total;
22 Timer time_transport;
42 void Timer::stop() in stop()
[all …]
/dports/science/openmc/openmc-0.12.2/src/
H A Dtimer.cpp11 Timer time_active;
12 Timer time_bank;
15 Timer time_finalize;
16 Timer time_inactive;
17 Timer time_initialize;
18 Timer time_read_xs;
20 Timer time_tallies;
21 Timer time_total;
22 Timer time_transport;
42 void Timer::stop() in stop()
[all …]
/dports/devel/stxxl/stxxl-1.4.1/tools/benchmarks/
H A Dberkeley_db_benchmark.cpp422 Timer.stop(); in run_stxxl_map()
445 Timer.stop(); in run_stxxl_map()
487 Timer.stop(); in run_stxxl_map()
510 Timer.stop(); in run_stxxl_map()
609 Timer.stop(); in run_stxxl_map_big()
623 Timer.stop(); in run_stxxl_map_big()
648 Timer.stop(); in run_stxxl_map_big()
672 Timer.stop(); in run_stxxl_map_big()
729 Timer.stop(); in run_stxxl_map_big()
757 Timer.stop(); in run_stxxl_map_big()
[all …]
/dports/devel/asl/asl-current/include/s12z/
H A Ds12ztim.inc39 TCNTH ds.b 1 ; ($04) Timer Count Register MSB
40 TCNTL ds.b 1 ; ($05) Timer Count Register LSB
42 TEN s12zbit TSCR1,7 ; Timer Enable
46 PRNT s12zbit TSCR1,3 ; Precision Timer
56 TCTL1 ds.b 1 ; ($08) Timer Control Register 1
65 TCTL2 ds.b 1 ; ($09) Timer Control Register 2
74 TCTL3 ds.b 1 ; ($0a) Timer Control Register 3
83 TCTL4 ds.b 1 ; ($0b) Timer Control Register 4
104 PR s12zfld TSCR2,3:0 ; Timer Prescaler Select
115 TOF s12zbit TFLG2,7 ; Timer Overflow Flag
[all …]

12345678910>>...306