Home
last modified time | relevance | path

Searched defs:CommandLineArgs (Results 1 – 25 of 131) sorted by relevance

123456

/dports/misc/xgboost/xgboost-1.5.1/cub/test/
H A Dtest_util.h94 struct CommandLineArgs struct
108 CommandLineArgs(int argc, char **argv) : in CommandLineArgs() argument
147 bool CheckCmdLineFlag(const char* arg_name) in CheckCmdLineFlag()
164 int NumNakedArgs() in NumNakedArgs()
174 void GetCmdLineArgument(int index, T &val) in GetCmdLineArgument()
187 void GetCmdLineArgument(const char *arg_name, T &val) in GetCmdLineArgument()
206 void GetCmdLineArguments(const char *arg_name, std::vector<T> &vals) in GetCmdLineArguments()
253 int ParsedArgc() in ParsedArgc()
263 cudaError_t error = cudaSuccess;
267 int deviceCount;
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/src/
H A Dmain.rs53 struct CommandLineArgs { struct
56 key_bindings: Option<KeyBindingsWrapper>,
59 print_commands: bool,
87 fn parse_args() -> CommandLineArgs { CommandLineArgs::from_args() } in parse_args() argument
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DCommandLineArgs.cs31 public sealed class CommandLineArgs class
62 public CommandLineArgs(string[] vArgs) in CommandLineArgs() method in KeePass.Util.CommandLineArgs
/dports/www/grafana8/grafana-8.3.6/pkg/server/
H A Dwire.go189 func Initialize(cla setting.CommandLineArgs, opts Options, apiOpts api.ServerOptions) (*Server, err…
194 func InitializeForTest(cla setting.CommandLineArgs, opts Options, apiOpts api.ServerOptions) (*Test…
/dports/www/trafficserver/trafficserver-9.1.1/src/traffic_logstats/
H A Dlogstats.cc598 struct CommandLineArgs { struct
619 CommandLineArgs() : line_len(DEFAULT_LINE_LEN) in CommandLineArgs() argument
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/main/java/org/springframework/core/env/
H A DCommandLineArgs.java34 class CommandLineArgs { class
/dports/security/keepass/KeePass-2.49-Source/KeePass/Plugins/
H A DIPluginHost.cs56 CommandLineArgs CommandLineArgs { get; } property
H A DDefaultPluginHost.cs72 public CommandLineArgs CommandLineArgs property in KeePass.Plugins.DefaultPluginHost
/dports/math/R/R-4.1.2/src/main/
H A DCommandLineArgs.c51 static char **CommandLineArgs = NULL; // this does not get freed variable
/dports/math/libRmath/R-4.1.1/src/main/
H A DCommandLineArgs.c51 static char **CommandLineArgs = NULL; // this does not get freed variable
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/app/
H A Dcmdlineargs.cxx263 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in desktop::CommandLineArgs
270 CommandLineArgs::CommandLineArgs( Supplier& supplier ) in CommandLineArgs() function in desktop::CommandLineArgs
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/app/
H A Dcmdlineargs.cxx266 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in desktop::CommandLineArgs
273 CommandLineArgs::CommandLineArgs( Supplier& supplier ) in CommandLineArgs() function in desktop::CommandLineArgs
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/internal/app/
H A DCommandLineArgs.java18 public class CommandLineArgs { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/MC/
H A DMCTargetOptions.h65 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/MC/
H A DMCTargetOptions.h65 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCTargetOptions.h66 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/MC/
H A DMCTargetOptions.h66 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/MC/
H A DMCTargetOptions.h67 ArrayRef<const char *> CommandLineArgs; variable
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/MC/
H A DMCTargetOptions.h77 ArrayRef<const char *> CommandLineArgs; variable
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dargparser.cc44 CommandLineArgs::CommandLineArgs() in CommandLineArgs() function in CommandLineArgs

123456