Home
last modified time | relevance | path

Searched refs:CreateTimer (Results 76 – 100 of 442) sorted by relevance

12345678910>>...18

/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/nsis/Contrib/WebBrowser/
H A DTimers.cpp12 PLUGINFUNCTION(CreateTimer) { in PLUGINFUNCTION() argument
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/meshing/
H A Dadfront3.cpp284 static int timer_a = NgProfiler::CreateTimer ("Adfront3::RebuildInternal A"); in RebuildInternalTables()
285 static int timer_b = NgProfiler::CreateTimer ("Adfront3::RebuildInternal B"); in RebuildInternalTables()
286 static int timer_c = NgProfiler::CreateTimer ("Adfront3::RebuildInternal C"); in RebuildInternalTables()
287 static int timer_d = NgProfiler::CreateTimer ("Adfront3::RebuildInternal D"); in RebuildInternalTables()
498 static int timer = NgProfiler::CreateTimer ("AdFront3::GetLocals"); in GetLocals()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/
H A DPortraitSelectDlg.cs73 fTimer = AppHost.Instance.CreateTimer(100.0f, InitViewer_Tick); in PortraitSelectDlg()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dconnectionpool.cs112 m_CleanupQueue.CreateTimer(s_CleanupCallback, this); in ConnectionPool()
268 pThis.m_CleanupQueue.CreateTimer(s_CleanupCallback, context); in CleanupCallbackWrapper()
590 m_ErrorTimer = s_CancelErrorQueue.CreateTimer(s_CancelErrorCallback, this); in Abort()
H A DServicePoint.cs136 …m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDel… in ServicePoint()
162 …m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDel… in ServicePoint()
528 …m_ExpiringTimer = TimerThread.CreateQueue(timeLeft).CreateTimer(ServicePointManager.IdleServicePoi…
967 …m_ExpiringTimer = m_IdlingQueue.CreateTimer(ServicePointManager.IdleServicePointTimeoutDelegate, t… in DecrementConnection()
1068 return m_IdlingQueue.CreateTimer(m_IdleConnectionGroupTimeoutDelegate, connectionGroup); in CreateConnectionGroupTimer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Microsoft.Win32/
H A DSystemEvents.cs54 public static IntPtr CreateTimer (int interval) in CreateTimer() method in Microsoft.Win32.SystemEvents
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/page_load_metrics/browser/
H A Dtest_metrics_web_contents_observer_embedder.h29 std::unique_ptr<base::OneShotTimer> CreateTimer() override;
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/netgen/libsrc/meshing/
H A Dadfront3.cpp284 static int timer_a = NgProfiler::CreateTimer ("Adfront3::RebuildInternal A"); in RebuildInternalTables()
285 static int timer_b = NgProfiler::CreateTimer ("Adfront3::RebuildInternal B"); in RebuildInternalTables()
286 static int timer_c = NgProfiler::CreateTimer ("Adfront3::RebuildInternal C"); in RebuildInternalTables()
287 static int timer_d = NgProfiler::CreateTimer ("Adfront3::RebuildInternal D"); in RebuildInternalTables()
498 static int timer = NgProfiler::CreateTimer ("AdFront3::GetLocals"); in GetLocals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/page_load_metrics/browser/
H A Dtest_metrics_web_contents_observer_embedder.h29 std::unique_ptr<base::OneShotTimer> CreateTimer() override;
/dports/editors/lazarus/lazarus/lcl/
H A Dcustomtimer.pas129 FTimerHandle := WidgetSet.CreateTimer(FInterval, @Timer);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/renderer/api/display_source/wifi_display/
H A Dwifi_display_session.h54 unsigned CreateTimer(int seconds) override;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas129 FTimerHandle := WidgetSet.CreateTimer(FInterval, @Timer);
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dcustomtimer.pas129 FTimerHandle := WidgetSet.CreateTimer(FInterval, @Timer);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dcustomtimer.pas129 FTimerHandle := WidgetSet.CreateTimer(FInterval, @Timer);
/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/renderer/api/display_source/wifi_display/
H A Dwifi_display_session.h54 unsigned CreateTimer(int seconds) override;
/dports/cad/netgen/netgen-6.2.2105/libsrc/meshing/
H A Dbisect.cpp2701 static int timer = NgProfiler::CreateTimer ("Bisect"); in Bisect()
2702 static int timer1 = NgProfiler::CreateTimer ("Bisect 1"); in Bisect()
2703 static int timer1a = NgProfiler::CreateTimer ("Bisect 1a"); in Bisect()
2704 static int timer1b = NgProfiler::CreateTimer ("Bisect 1b"); in Bisect()
2705 static int timer2 = NgProfiler::CreateTimer ("Bisect 2"); in Bisect()
2706 static int timer2a = NgProfiler::CreateTimer ("Bisect 2a"); in Bisect()
2707 static int timer2b = NgProfiler::CreateTimer ("Bisect 2b"); in Bisect()
2709 static int timer3 = NgProfiler::CreateTimer ("Bisect 3"); in Bisect()
2710 static int timer3a = NgProfiler::CreateTimer ("Bisect 3a"); in Bisect()
2711 static int timer3b = NgProfiler::CreateTimer ("Bisect 3b"); in Bisect()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/domain_reliability/
H A Dtest_util.h78 std::unique_ptr<MockableTime::Timer> CreateTimer() override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/secure_channel/
H A Ddevice_to_device_authenticator.h87 virtual std::unique_ptr<base::OneShotTimer> CreateTimer();
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/domain_reliability/
H A Dtest_util.h80 std::unique_ptr<MockableTime::Timer> CreateTimer() override;
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.PlatformServices/Reactive/Concurrency/
H A DThreadPoolScheduler.Windows.cs124 var res = global::Windows.System.Threading.ThreadPoolTimer.CreateTimer( in Schedule()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/mirac_network/
H A Dmirac-broker.hpp54 uint CreateTimer(int seconds) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/mirac_network/
H A Dmirac-broker.hpp54 uint CreateTimer(int seconds) override;
/dports/emulators/citra/citra-ac98458e0/src/core/hle/kernel/
H A Dtimer.cpp27 std::shared_ptr<Timer> KernelSystem::CreateTimer(ResetType reset_type, std::string name) { in CreateTimer() function in Kernel::KernelSystem
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/kernel/
H A Dtimer.cpp27 std::shared_ptr<Timer> KernelSystem::CreateTimer(ResetType reset_type, std::string name) { in CreateTimer() function in Kernel::KernelSystem
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/gtk/
H A DGtkGLExtVTKRenderWindowInteractor.py57 self._Iren.AddObserver('CreateTimerEvent', self.CreateTimer)
99 def CreateTimer(self, obj, event): member in GtkGLExtVTKRenderWindowInteractor

12345678910>>...18