Home
last modified time | relevance | path

Searched refs:timerUpdate (Results 1 – 19 of 19) sorted by relevance

/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/util/async/
H A Dbounded_frequency_runner_test.go58 type timerUpdate struct { struct
72 updated chan timerUpdate
79 updated: make(chan timerUpdate),
95 ft.updated <- timerUpdate{
108 ft.updated <- timerUpdate{
154 func checkTimer(name string, t *testing.T, upd timerUpdate, active bool, next time.Duration) { argument
217 var upd timerUpdate
288 var upd timerUpdate
369 var upd timerUpdate
/dports/x11-toolkits/kf5-kwidgetsaddons/kwidgetsaddons-5.89.0/src/
H A Dkanimatedbutton.cpp30 void timerUpdate();
50 d->timerUpdate(); in KAnimatedButton()
100 void KAnimatedButtonPrivate::timerUpdate() in timerUpdate() function in KAnimatedButtonPrivate
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dactor.h150 void timerUpdate(int timerId);
H A Dactor.cpp244 timerUpdate(i); in timersUpdate()
248 void Actor::timerUpdate(int timerId) { in timerUpdate() function in BladeRunner::Actor
624 timerUpdate(kActorTimerAnimationFrame); in tick()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dactor.h151 void timerUpdate(int timerId);
H A Dactor.cpp287 timerUpdate(i); in timersUpdate()
291 void Actor::timerUpdate(int timerId) { in timerUpdate() function in BladeRunner::Actor
717 timerUpdate(kActorTimerAnimationFrame); in tick()
/dports/games/scummvm/scummvm-2.5.1/engines/kyra/script/
H A Dscript_eob.cpp68 bool timerUpdate = false; in updateScriptTimers() local
72 timerUpdate = true; in updateScriptTimers()
82 timerUpdate = true; in updateScriptTimers()
87 if (timerUpdate) in updateScriptTimers()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/kyra/script/
H A Dscript_eob.cpp68 bool timerUpdate = false; in updateScriptTimers() local
72 timerUpdate = true; in updateScriptTimers()
82 timerUpdate = true; in updateScriptTimers()
87 if (timerUpdate) in updateScriptTimers()
/dports/games/minetest/minetest-5.4.1/src/
H A Dmap.h215 void timerUpdate(float dtime, float unload_timeout, u32 max_loaded_blocks,
H A Dmap.cpp324 void Map::timerUpdate(float dtime, float unload_timeout, u32 max_loaded_blocks, in timerUpdate() function in Map
457 timerUpdate(0.0, -1.0, 0, unloaded_blocks); in unloadUnreferencedBlocks()
H A Dserver.cpp615 m_env->getMap().timerUpdate(map_timer_and_unload_dtime, in AsyncRunStep()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dmap.h275 u32 timerUpdate(float uptime, float unload_timeout, int max_cycle_ms = 100,
H A Dmap.cpp1479 u32 Map::timerUpdate(float uptime, float unload_timeout, in timerUpdate() function in Map
1616 timerUpdate(0.0, -1.0, 100, unloaded_blocks); in unloadUnreferencedBlocks()
H A Dclient.cpp430 if(m_env.getMap().timerUpdate(m_uptime, in step()
H A Dserver.cpp1404 …if(m_env->getMap().timerUpdate(m_uptime.get(), g_settings->getFloat("server_unload_unused_data_tim… in AsyncRunMapStep()
/dports/games/minetest/minetest-5.4.1/src/client/
H A Dclient.cpp392 m_env.getMap().timerUpdate(map_timer_and_unload_dtime, in step()
/dports/www/ilias/ILIAS-5.4.25/libs/bower/bower_components/mediaelement/
H A DREADME.md691 * Added timerUpdate option to set the millisecond speed of timeupdate events
/dports/www/ilias6/ILIAS-6.14/libs/bower/bower_components/mediaelement/
H A Dchangelog.md1423 * Added timerUpdate option to set the millisecond speed of timeupdate events
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dastub.cpp10925 timerUpdate(); in faketimerhandler()