Home
last modified time | relevance | path

Searched refs:runConfiguration (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/mutagen/mutagen-0.11.8/cmd/mutagen/project/
H A Drun.go37 if runConfiguration.projectFile != "" {
39 directory, configurationFileName = filepath.Split(runConfiguration.projectFile)
127 var runConfiguration struct { var
143 flags.BoolVarP(&runConfiguration.help, "help", "h", false, "Show help information")
146 flags.StringVarP(&runConfiguration.projectFile, "project-file", "f", "", "Specify project file")
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprojectmanager/
H A Dqmlmultilanguageaspect.cpp144 if (auto runConfiguration = target->activeRunConfiguration()) { in current() local
145 …if (auto multiLanguageAspect = runConfiguration->aspect<QmlProjectManager::QmlMultiLanguageAspect>… in current()
/dports/devel/mutagen/mutagen-0.11.8/cmd/mutagen/daemon/
H A Drun.go153 var runConfiguration struct { var
167 flags.BoolVarP(&runConfiguration.help, "help", "h", false, "Show help information")
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Druncontrol.h230 RunConfiguration *runConfiguration() const; // FIXME: Remove.
238 return runConfiguration() ? runConfiguration()->aspect<T>() : nullptr; in aspect()
H A Druncontrol.cpp353 QPointer<RunConfiguration> runConfiguration; // Not owned. Avoid use. member in ProjectExplorer::Internal::RunControlPrivate
387 QTC_CHECK(!d->runConfiguration); in setRunConfiguration()
388 d->runConfiguration = runConfig; in setRunConfiguration()
858 = (runConfiguration() ? runConfiguration()->aspect<CustomParsersAspect>() : nullptr)) { in setupFormatter()
913 RunConfiguration *RunControl::runConfiguration() const in runConfiguration() function in ProjectExplorer::RunControl
915 return d->runConfiguration.data(); in runConfiguration()
940 return d->runConfiguration ? d->runConfiguration->aspect(id) : nullptr; in aspect()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Dunstartedappwatcherdialog.cpp58 static bool isLocal(RunConfiguration *runConfiguration) in isLocal() argument
60 Target *target = runConfiguration ? runConfiguration->target() : nullptr; in isLocal()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/ios/
H A Diosrunconfiguration.cpp84 IosDeviceTypeAspect(IosRunConfiguration *runConfiguration);
306 IosDeviceTypeAspect::IosDeviceTypeAspect(IosRunConfiguration *runConfiguration) in IosDeviceTypeAspect() argument
307 : m_runConfiguration(runConfiguration) in IosDeviceTypeAspect()
H A Diosrunner.cpp99 auto runConfig = qobject_cast<IosRunConfiguration *>(runControl->runConfiguration()); in IosRunner()
459 auto iosRunConfig = qobject_cast<IosRunConfiguration *>(runControl()->runConfiguration()); in start()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h41 InstructionBenchmark runConfiguration(const BenchmarkCode &Configuration,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h41 InstructionBenchmark runConfiguration(const BenchmarkCode &Configuration,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/llvm90/llvm-9.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h47 InstructionBenchmark runConfiguration(const BenchmarkCode &Configuration,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/llvm80/llvm-8.0.1.src/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h48 InstructionBenchmark runConfiguration(const BenchmarkCode &Configuration,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-exegesis/lib/
H A DBenchmarkRunner.h43 runConfiguration(const BenchmarkCode &Configuration, unsigned NumRepetitions,
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/mcusupport/
H A Dmcusupportrunconfiguration.cpp97 runControl->runConfiguration()->aspect<StringAspect>()->value(), in FlashAndRunWorker()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlpreview/
H A Dqmlpreviewruncontrol.cpp85 runControl()->runConfiguration(), in QmlPreviewRunner()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/autotest/
H A Dtestconfiguration.h114 Internal::TestRunConfiguration *runConfiguration() const { return m_runConfig; } in runConfiguration() function

123