Home
last modified time | relevance | path

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

123

/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/debug/
H A DTestStressIGVNAndCCP.java42 static String phaseTrace(String stressOption, String traceOption, in phaseTrace() argument
47 "-XX:CompileOnly=" + className + "::sum", "-XX:+" + traceOption, in phaseTrace()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/cli/
H A Dkate-syntax-highlighter.cpp98 QCommandLineOption traceOption(QStringList() << QStringLiteral("syntax-trace"), in main() local
103 parser.addOption(traceOption); in main()
197 if (parser.isSet(traceOption)) { in main()
198 const auto options = parser.values(traceOption); in main()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/cli/
H A Dkate-syntax-highlighter.cpp100 QCommandLineOption traceOption(QStringList() << QStringLiteral("syntax-trace"), in main() local
105 parser.addOption(traceOption); in main()
202 if (parser.isSet(traceOption)) { in main()
203 const auto options = parser.values(traceOption); in main()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/
H A Dmain.cpp130 const QCommandLineOption traceOption(QStringLiteral("trace"), i18n("turn on program traces")); in main() local
131 parser.addOption(traceOption); in main()
163 if (parser.isSet(traceOption)) in main()
/dports/www/R-cran-shiny/shiny/R/
H A Dserver.R186 traceOption <- getOption('shiny.trace', FALSE) functionVar
187 if (isTRUE(traceOption) || traceOption == "recv") {
H A Dshiny.R397 traceOption <- getOption('shiny.trace', FALSE) functionVar
398 if (isTRUE(traceOption) || traceOption == "send")
/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dkdemain.cpp337 QCommandLineOption traceOption( "runtimeTrace", i18n( "Show time spent in each layer" ) ); in main() local
338 parser.addOption( traceOption ); in main()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DMsgWin.h125 ToggleButtonInterface *traceOption; variable
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
H A DAParser.h276 int traceOption(int delta); // MR11
H A DAParser.cpp753 int ANTLRParser::traceOption(int delta) { in traceOption() function in ANTLRParser
/dports/devel/cccc/cccc-3.1.6/pccts/h/
H A DAParser.h279 int traceOption(int delta); // MR11
H A DAParser.cpp741 int ANTLRParser::traceOption(int delta) { in traceOption() function in ANTLRParser
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/sysutils/cdrdao/cdrdao-1.2.4/pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.h281 int traceOption(int delta); // MR11
/dports/lang/maude/maude-2.7.1/src/Mixfix/
H A Dcommands.yy422 | KW_SET KW_TRACE traceOption polarity '.'
518 traceOption : { $$ = Interpreter::TRACE; }
H A Dtop.yy225 %type <yyFlags> traceOption

123