Home
last modified time | relevance | path

Searched refs:timerUPP (Results 1 – 22 of 22) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/libkopete/private/
H A Dkopeteidleplatform_mac.cpp151 EventLoopIdleTimerUPP timerUPP = NewEventLoopIdleTimerUPP(Private::IdleTimerAction); in init() local
152 …eTimer)(GetMainEventLoop(), kEventDurationSecond, kEventDurationSecond, timerUPP, 0, &d->mTimerRef… in init()
/dports/net-im/psi/psi-1.5/src/libpsi/tools/idle/
H A Didle_mac.cpp149 EventLoopIdleTimerUPP timerUPP = NewEventLoopIdleTimerUPP(Private::IdleTimerAction); in init() local
150 …eTimer)(GetMainEventLoop(), kEventDurationSecond, kEventDurationSecond, timerUPP, 0, &d->mTimerRef… in init()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/my/
H A DIdle_mac.cpp166 EventLoopIdleTimerUPP timerUPP = NewEventLoopIdleTimerUPP(Private::IdleTimerAction); in init() local
167 …eTimer)(GetMainEventLoop(), kEventDurationSecond, kEventDurationSecond, timerUPP, 0, &d->mTimerRef… in init()
/dports/devel/kf5-kidletime/kidletime-5.89.0/src/plugins/osx/
H A Dmacpoller.cpp149 EventLoopIdleTimerUPP timerUPP = NewEventLoopIdleTimerUPP(IdleTimerAction); in setUpPoller() local
150 …eTimer)(GetMainEventLoop(), kEventDurationSecond, kEventDurationSecond, timerUPP, this, &m_timerRe… in setUpPoller()
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkCarbonRenderWindowInteractor.cxx565 EventLoopTimerUPP timerUPP = NewEventLoopTimerUPP(vtkCarbonLeaveCheck); in Enable() local
569 timerUPP, in Enable()
634 EventLoopTimerUPP timerUPP = NewEventLoopTimerUPP(vtkCarbonTimerAction); in InternalCreateTimer() local
648 timerUPP, in InternalCreateTimer()
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-client.cpp165 EventLoopTimerUPP timerUPP; in NPClientDialog() local
177 timerUPP = NewEventLoopTimerUPP(NPClientDialogTimerHandler); in NPClientDialog()
178 err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) mRef, &tref); in NPClientDialog()
216 DisposeEventLoopTimerUPP(timerUPP); in NPClientDialog()
H A Dmac-joypad.cpp887 EventLoopTimerUPP timerUPP; in ConfigureHID() local
934 timerUPP = NewEventLoopTimerUPP(IdleTimer); in ConfigureHID()
935 …err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) tWindowRef, &tre… in ConfigureHID()
944 DisposeEventLoopTimerUPP(timerUPP); in ConfigureHID()
H A Dmac-server.cpp154 EventLoopTimerUPP timerUPP; in NPServerDialog() local
165 timerUPP = NewEventLoopTimerUPP(NPServerDialogTimerHandler); in NPServerDialog()
166 …err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) tWindowRef, &tre… in NPServerDialog()
178 DisposeEventLoopTimerUPP(timerUPP); in NPServerDialog()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-client.cpp339 EventLoopTimerUPP timerUPP; in NPClientDialog() local
351 timerUPP = NewEventLoopTimerUPP(NPClientDialogTimerHandler); in NPClientDialog()
352 err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) mRef, &tref); in NPClientDialog()
390 DisposeEventLoopTimerUPP(timerUPP); in NPClientDialog()
H A Dmac-joypad.cpp1061 EventLoopTimerUPP timerUPP; in ConfigureHID() local
1108 timerUPP = NewEventLoopTimerUPP(IdleTimer); in ConfigureHID()
1109 …err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) tWindowRef, &tre… in ConfigureHID()
1118 DisposeEventLoopTimerUPP(timerUPP); in ConfigureHID()
H A Dmac-server.cpp328 EventLoopTimerUPP timerUPP; in NPServerDialog() local
339 timerUPP = NewEventLoopTimerUPP(NPServerDialogTimerHandler); in NPServerDialog()
340 …err = InstallEventLoopTimer(GetCurrentEventLoop(), 0.0f, 0.1f, timerUPP, (void *) tWindowRef, &tre… in NPServerDialog()
352 DisposeEventLoopTimerUPP(timerUPP); in NPServerDialog()
/dports/graphics/agg/agg-2.5/src/platform/mac/
H A Dagg_platform_support.cpp599 EventLoopTimerUPP timerUPP; in init() local
603 timerUPP = NewEventLoopTimerUPP (DoPeriodicTask); in init()
604 InstallEventLoopTimer (mainLoop, 0, 50 * kEventDurationMillisecond, timerUPP, this, &theTimer); in init()
/dports/math/py-matplotlib/matplotlib-3.4.3/extern/agg24-svn/src/platform/mac/
H A Dagg_platform_support.cpp595 EventLoopTimerUPP timerUPP; in init() local
599 timerUPP = NewEventLoopTimerUPP (DoPeriodicTask); in init()
600 InstallEventLoopTimer (mainLoop, 0, 50 * kEventDurationMillisecond, timerUPP, this, &theTimer); in init()
/dports/math/py-matplotlib2/matplotlib-2.2.4/extern/agg24-svn/src/platform/mac/
H A Dagg_platform_support.cpp595 EventLoopTimerUPP timerUPP; in init() local
599 timerUPP = NewEventLoopTimerUPP (DoPeriodicTask); in init()
600 InstallEventLoopTimer (mainLoop, 0, 50 * kEventDurationMillisecond, timerUPP, this, &theTimer); in init()
/dports/editors/lazarus/lazarus/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas1731 timerUPP : EventLoopTimerUPP;
1860 timerUPP:=NewEventLoopTimerUPP(@DoPeriodicTask );
1862 InstallEventLoopTimer(mainLoop ,0 ,50 * kEventDurationMillisecond ,timerUPP ,@self ,theTimer );
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas1731 timerUPP : EventLoopTimerUPP;
1860 timerUPP:=NewEventLoopTimerUPP(@DoPeriodicTask );
1862 InstallEventLoopTimer(mainLoop ,0 ,50 * kEventDurationMillisecond ,timerUPP ,@self ,theTimer );
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas1731 timerUPP : EventLoopTimerUPP;
1860 timerUPP:=NewEventLoopTimerUPP(@DoPeriodicTask );
1862 InstallEventLoopTimer(mainLoop ,0 ,50 * kEventDurationMillisecond ,timerUPP ,@self ,theTimer );
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/platform/mac/
H A Dagg_platform_support.pas1731 timerUPP : EventLoopTimerUPP;
1860 timerUPP:=NewEventLoopTimerUPP(@DoPeriodicTask );
1862 InstallEventLoopTimer(mainLoop ,0 ,50 * kEventDurationMillisecond ,timerUPP ,@self ,theTimer );
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_mac.cxx2761 EventLoopTimerUPP timerUPP = NewEventLoopTimerUPP(do_timer); in add_timeout() local
2763 … OSStatus err = InstallEventLoopTimer(GetMainEventLoop(), fireDelay, 0, timerUPP, data, &timerRef); in add_timeout()
2768 t.upp = timerUPP; in add_timeout()
2773 if (timerUPP) in add_timeout()
2774 DisposeEventLoopTimerUPP(timerUPP); in add_timeout()
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_mac.cxx2761 EventLoopTimerUPP timerUPP = NewEventLoopTimerUPP(do_timer); in add_timeout() local
2763 … OSStatus err = InstallEventLoopTimer(GetMainEventLoop(), fireDelay, 0, timerUPP, data, &timerRef); in add_timeout()
2768 t.upp = timerUPP; in add_timeout()
2773 if (timerUPP) in add_timeout()
2774 DisposeEventLoopTimerUPP(timerUPP); in add_timeout()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqapplication_mac.mm882 EventLoopTimerUPP timerUPP;
919 if (!request_activate_pending.timerUPP)
920 request_activate_pending.timerUPP = NewEventLoopTimerUPP(qt_event_activate_timer_callbk);
922 …InstallEventLoopTimer(GetMainEventLoop(), 0, 0, request_activate_pending.timerUPP, 0, &request_act…
/dports/cad/electric/electric-7.00/src/graph/
H A DgraphmacX.c2212 EventLoopTimerUPP timerUPP; in gra_installvbl() local
2215 timerUPP = NewEventLoopTimerUPP(gra_dovbl); in gra_installvbl()
2216 InstallEventLoopTimer(mainLoop, MOTIONCHECK/60.0, MOTIONCHECK/60.0, timerUPP, NULL, &theTimer); in gra_installvbl()