Home
last modified time | relevance | path

Searched refs:CreateTimer (Results 226 – 250 of 442) sorted by relevance

12345678910>>...18

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/perf_tests/
H A DDawnPerfTest.cpp181 mTimer(utils::CreateTimer()) { in DawnPerfTestBase()
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dsvc.cpp162 ResultCode CreateTimer(Handle* out_handle, u32 reset_type);
1181 ResultCode SVC::CreateTimer(Handle* out_handle, u32 reset_type) { in CreateTimer() function in Kernel::SVC
1183 kernel.CreateTimer(static_cast<ResetType>(reset_type), in CreateTimer()
1488 {0x1A, &SVC::Wrap<&SVC::CreateTimer>, "CreateTimer"},
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dsvc.cpp162 ResultCode CreateTimer(Handle* out_handle, u32 reset_type);
1181 ResultCode SVC::CreateTimer(Handle* out_handle, u32 reset_type) { in CreateTimer() function in Kernel::SVC
1183 kernel.CreateTimer(static_cast<ResetType>(reset_type), in CreateTimer()
1488 {0x1A, &SVC::Wrap<&SVC::CreateTimer>, "CreateTimer"},
/dports/editors/lazarus/lazarus/lcl/interfaces/fpgui/
H A Dfpguiobject.inc135 Method: TFpGuiWidgetSet.CreateTimer
141 function TFpGuiWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/fpgui/
H A Dfpguiobject.inc135 Method: TFpGuiWidgetSet.CreateTimer
141 function TFpGuiWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dsmoothing2.cpp573 static int timer = NgProfiler::CreateTimer ("MeshSmoothing 2D"); in ImproveMesh()
574 static int timer1 = NgProfiler::CreateTimer ("MeshSmoothing 2D start"); in ImproveMesh()
H A Dtopology.cpp72 static int timer = NgProfiler::CreateTimer ("topology"); in Update()
168 static int timer1 = NgProfiler::CreateTimer ("topology::buildedges"); in Update()
501 static int timer2 = NgProfiler::CreateTimer ("topology::buildfaces"); in Update()
/dports/editors/lazarus/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnobject_cocoa.inc271 function TCDWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
277 DebugLn('TCDWidgetSet.CreateTimer');
H A Dcustomdrawnint.pas305 function CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle; override; in CreateTimer() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnobject_cocoa.inc271 function TCDWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
277 DebugLn('TCDWidgetSet.CreateTimer');
H A Dcustomdrawnint.pas305 function CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle; override; in CreateTimer() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiobject.inc135 Method: TFpGuiWidgetSet.CreateTimer
141 function TFpGuiWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/customdrawn/
H A Dcustomdrawnobject_cocoa.inc271 function TCDWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
277 DebugLn('TCDWidgetSet.CreateTimer');
H A Dcustomdrawnint.pas305 function CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle; override; in CreateTimer() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/customdrawn/
H A Dcustomdrawnobject_cocoa.inc271 function TCDWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
277 DebugLn('TCDWidgetSet.CreateTimer');
H A Dcustomdrawnint.pas305 function CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle; override; in CreateTimer() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/fpgui/
H A Dfpguiobject.inc135 Method: TFpGuiWidgetSet.CreateTimer
141 function TFpGuiWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc): THandle;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/page_load_metrics/browser/observers/
H A Dpage_load_metrics_observer_tester.cc46 std::unique_ptr<base::OneShotTimer> CreateTimer() override { in CreateTimer() function in page_load_metrics::__anondb926f960111::TestPageLoadMetricsEmbedderInterface
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/uwp/
H A DUwpScreenCapturer.cpp115 repeatingTimer_ = queue_.CreateTimer(); in create()
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/
H A DTvheadend.h125 bool CreateTimer(const tvheadend::entity::Recording& tvhTmr, kodi::addon::PVRTimer& tmr);
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dtopology.cpp42 static int timer = NgProfiler::CreateTimer ("topology"); in Update()
140 static int timer1 = NgProfiler::CreateTimer ("topology::buildedges"); in Update()
396 static int timer2 = NgProfiler::CreateTimer ("topology::buildfaces"); in Update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/page_load_metrics/browser/observers/
H A Dpage_load_metrics_observer_tester.cc48 std::unique_ptr<base::OneShotTimer> CreateTimer() override { in CreateTimer() function in page_load_metrics::__anonf0e0259b0111::TestPageLoadMetricsEmbedderInterface
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Platform/
H A DEtoAppHost.cs202 public override ITimer CreateTimer(double msInterval, EventHandler elapsedHandler) in CreateTimer() method in GKUI.Platform.EtoAppHost
/dports/math/vtk6/VTK-6.2.0/Rendering/Core/
H A DvtkRenderWindowInteractor.h143 virtual int CreateTimer(int timerType); //first group, for backward compatibility
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwinceobject.inc450 function: CreateTimer
458 function TWinCEWidgetSet.CreateTimer(Interval: integer; TimerFunc: TWSTimerProc) : THandle;

12345678910>>...18