Home
last modified time | relevance | path

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

/dports/graphics/urt/urt-3.1b1_12/lib/
H A Drle_global.c37 extern int RunSetup( ARB_ARGS ),
52 RunSetup,
H A DRunput.c166 RunSetup(the_hdr) in RunSetup() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/tools/python-yasm/
H A Dsetup.py63 def RunSetup(incldir, cppflags, sources): function
87 RunSetup(incldir, cppflags, sources)
/dports/devel/yasm/yasm-1.3.0/tools/python-yasm/
H A Dsetup.py63 def RunSetup(incldir, cppflags, sources): function
87 RunSetup(incldir, cppflags, sources)
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/platform/dos/
H A Dacpldos.cpp39 virtual int RunSetup();
144 int AGSDOS::RunSetup() { in RunSetup() function in AGSDOS
/dports/graphics/netpbm/netpbm-10.91.01/urt/
H A Drle_global.c43 RunSetup,
H A DRunput.h2 RunSetup(rle_hdr * the_hdr);
H A DRunput.c167 RunSetup(rle_hdr * the_hdr) in RunSetup() function
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.SqlClient/tests/StressTests/System.Data.StressRunner/
H A DStressTest.cs95 public void RunSetup() in RunSetup() method in DPStressHarness.StressTest
H A DStressEngine.cs143 tests[i].RunSetup(); in RunStressThread()
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/platform/base/
H A Dagsplatformdriver.h90 … virtual SetupReturnValue RunSetup(const Common::ConfigTree &cfg_in, Common::ConfigTree &cfg_out);
H A Dagsplatformdriver.cpp104 SetupReturnValue AGSPlatformDriver::RunSetup(const ConfigTree &cfg_in, ConfigTree &cfg_out) in RunSetup() function in AGSPlatformDriver
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/platform/base/
H A Dags_platform_driver.h131 virtual SetupReturnValue RunSetup(const Shared::ConfigTree &cfg_in, Shared::ConfigTree &cfg_out);
H A Dags_platform_driver.cpp167 SetupReturnValue AGSPlatformDriver::RunSetup(const ConfigTree &cfg_in, ConfigTree &cfg_out) { in RunSetup() function in AGS3::AGSPlatformDriver
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/updater/win/installer/
H A Dinstaller.cc213 ProcessExitResult RunSetup(const Configuration& configuration, in RunSetup() function
505 exit_code = RunSetup(configuration, setup_path.get()); in WMain()
/dports/misc/magicpoint/magicpoint-1.13a/image/
H A Drlelib.c205 void RunSetup(),
220 RunSetup,
420 RunSetup(globals) in RunSetup() function
/dports/x11/xloadimage/xloadimage.4.1/
H A Drlelib.c201 void RunSetup(),
216 RunSetup,
416 RunSetup(globals) in RunSetup() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/mini_installer/
H A Dmini_installer.cc542 ProcessExitResult RunSetup(const Configuration& configuration, in RunSetup() function
854 exit_code = RunSetup(configuration, archive_path.get(), setup_path.get()); in WMain()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/search/
H A DnsMailWinSearchHelper.cpp205 NS_IMETHODIMP nsMailWinSearchHelper::RunSetup(bool aEnable) { in RunSetup() function in nsMailWinSearchHelper
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/platform/windows/
H A Dacplwin.cpp121 virtual SetupReturnValue RunSetup(const ConfigTree &cfg_in, ConfigTree &cfg_out);
958 SetupReturnValue AGSWin32::RunSetup(const ConfigTree &cfg_in, ConfigTree &cfg_out) in RunSetup() function in AGSWin32
/dports/games/ags/ags_linux_v.3.4.4.1/Engine/main/
H A Dengine.cpp192 SetupReturnValue res = platform->RunSetup(cfg, cfg_out); in engine_check_run_setup()
/dports/games/scummvm/scummvm-2.5.1/engines/ags/engine/main/
H A Dengine.cpp150 SetupReturnValue res = _G(platform)->RunSetup(cfg_with_meta, cfg_out); in engine_run_setup()