Home
last modified time | relevance | path

Searched defs:TimerCallback (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/graphics/opencv/opencv-4.5.3/contrib/modules/viz/src/
H A Dvizimpl.hpp112 struct TimerCallback : public vtkCommand struct
114 static TimerCallback* New() { return new TimerCallback; } in New()
116 int timer_id;
/dports/devel/poco/poco-1.10.1-all/Foundation/include/Poco/
H A DTimer.h186 TimerCallback(C& object, Callback method): _pObject(&object), _method(method) in TimerCallback() function
190TimerCallback(const TimerCallback& callback): _pObject(callback._pObject), _method(callback._metho… in TimerCallback() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/
H A Dtimerhandler_iface.h17 using TimerCallback = void (*)(int32_t idEvent); variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/logging/
H A Dscoped_timed_task_logger.h19 typedef base::OnceCallback<void(const base::TimeDelta&)> TimerCallback; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System.Threading/
H A DTimerCallback.cs38 public delegate void TimerCallback(object state); in TimerCallback() method
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/libs/gtkutil/
H A DTimer.h21 typedef gboolean (*TimerCallback) (gpointer data); typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/
H A Dcfx_timer.h20 using TimerCallback = void (*)(int32_t idEvent); variable
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Devents.h57 using TimerCallback = std::function<int(int64_t)>; variable
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/plasma/
H A Devents.h57 using TimerCallback = std::function<int(int64_t)>; variable
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/plasma/
H A Devents.h57 using TimerCallback = std::function<int(int64_t)>; variable
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.WebBrowser/Mono.Mozilla/interfaces/
H A DnsITimerCallback.cs64 internal class TimerCallback : nsITimerCallback { class
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/src/System/Threading/
H A DTimer.Windows.cs18 private static void TimerCallback(IntPtr instance, IntPtr context, IntPtr timer) in TimerCallback() method in System.Threading.TimerQueue
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/tools/
H A DAsynchronousCall.cxx45 IMPL_LINK(AsynchronousCall, TimerCallback, Timer*, pTimer, void) in IMPL_LINK() argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/tools/
H A DAsynchronousCall.cxx45 IMPL_LINK(AsynchronousCall,TimerCallback,Timer*,pTimer,void) in IMPL_LINK() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/inspector/
H A DinSearchLoop.cpp54 inSearchLoop::TimerCallback(nsITimer *aTimer, void *aClosure) in TimerCallback() function in inSearchLoop
/dports/editors/lazarus/lazarus/components/lclextensions/tests/settimer/
H A DUnit1.pas43 procedure TimerCallback(AId: PtrUInt); procedure
166 procedure TMainForm.TimerCallback(AId: PtrUInt); procedure
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/tests/settimer/
H A DUnit1.pas43 procedure TimerCallback(AId: PtrUInt); procedure
166 procedure TMainForm.TimerCallback(AId: PtrUInt); procedure
/dports/editors/lazarus-qt5/lazarus/components/lclextensions/tests/settimer/
H A DUnit1.pas43 procedure TimerCallback(AId: PtrUInt); procedure
166 procedure TMainForm.TimerCallback(AId: PtrUInt); procedure
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/lclextensions/tests/settimer/
H A DUnit1.pas43 procedure TimerCallback(AId: PtrUInt); procedure
166 procedure TMainForm.TimerCallback(AId: PtrUInt); procedure
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/Interop/Windows/mincore/
H A DInterop.Timer.cs18 internal delegate void TimerCallback(IntPtr Instance, IntPtr Context, IntPtr Timer); in TimerCallback() method in Interop.mincore
/dports/devel/kyra/kyra/tutorial1/
H A Dcode_a.cpp44 Uint32 TimerCallback(Uint32 interval) in TimerCallback() function
H A Dtutorial1.cpp15 Uint32 TimerCallback(Uint32 interval) in TimerCallback() function
H A Dcode_b.cpp47 Uint32 TimerCallback(Uint32 interval) in TimerCallback() function
/dports/games/SpaceCadetPinball/SpaceCadetPinball-Release_2.0/SpaceCadetPinball/
H A DTDrain.cpp39 void TDrain::TimerCallback(int timerId, void* caller) in TimerCallback() function in TDrain
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/nsis/Contrib/WebBrowser/
H A DTimers.cpp8 static void APIENTRY TimerCallback(LPVOID NSISFunctionAddr, DWORD, DWORD) { in TimerCallback() function

12345678910