Home
last modified time | relevance | path

Searched refs:m_argc (Results 76 – 100 of 221) sorted by relevance

123456789

/dports/devel/boost-libs/boost_1_72_0/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/test/impl/
H A Dtest_main.ipp31 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
34 int test_main_result = test_main( m_argc, m_argv );
42 int m_argc;
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/apps/share/
H A Dargparse.cpp289 : m_argc(argc), m_argv(argv), m_global(NULL) in ArgParse()
315 m_argc = xargc; in parse()
318 for (int i = 1; i < m_argc; i++) { in parse()
334 if (j+i+1 >= m_argc) { in parse()
510 for (int i = 0; i < m_argc; ++i) { in command_line()
518 if (i < m_argc-1) in command_line()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/apps/share/
H A Dargparse.cpp289 : m_argc(argc), m_argv(argv), m_global(NULL) in ArgParse()
315 m_argc = xargc; in parse()
318 for (int i = 1; i < m_argc; i++) { in parse()
334 if (j+i+1 >= m_argc) { in parse()
510 for (int i = 0; i < m_argc; ++i) { in command_line()
518 if (i < m_argc-1) in command_line()
/dports/sysutils/gaffitter/gaffitter-0.6.0/src/util/
H A DCmdLineParser.cc381 for( int i = 1; i < m_argc; ++i ) in Process()
385 if( m_argv[i][0] == '-' && ( Int.Match( i, m_argv, m_argc ) || in Process()
386 Float.Match( i, m_argv, m_argc ) || Bool.Match( i, m_argv, m_argc ) || in Process()
387 Char.Match( i, m_argv, m_argc ) || String.Match( i, m_argv, m_argc )) ) in Process()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/apps/share/
H A Dargparse.cpp289 : m_argc(argc), m_argv(argv), m_global(NULL) in ArgParse()
315 m_argc = xargc; in parse()
318 for (int i = 1; i < m_argc; i++) { in parse()
334 if (j+i+1 >= m_argc) { in parse()
510 for (int i = 0; i < m_argc; ++i) { in command_line()
518 if (i < m_argc-1) in command_line()
/dports/biology/lamarc/lamarc-2.1.8/boost/test/impl/
H A Dtest_main.ipp33 test_main_caller( int argc, char** argv ) : m_argc( argc ), m_argv( argv ) {}
36 int test_main_result = test_main( m_argc, m_argv );
44 int m_argc;
/dports/devel/bullet/bullet3-3.21/examples/ExampleBrowser/
H A DInProcessExampleBrowser.cpp188 : m_fakeWork(1), m_argc(0) in ExampleBrowserArgs()
193 int m_argc; member
222 b3CommandLineArgs args2(args->m_argc, args->m_argv); in ExampleBrowserThreadFunc()
236 bool init = exampleBrowser->init(args->m_argc, args->m_argv); in ExampleBrowserThreadFunc()
332 data->m_args.m_argc = argc; in btCreateInProcessExampleBrowser()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExampleBrowser/
H A DInProcessExampleBrowser.cpp188 : m_fakeWork(1), m_argc(0) in ExampleBrowserArgs()
193 int m_argc; member
222 b3CommandLineArgs args2(args->m_argc, args->m_argv); in ExampleBrowserThreadFunc()
236 bool init = exampleBrowser->init(args->m_argc, args->m_argv); in ExampleBrowserThreadFunc()
332 data->m_args.m_argc = argc; in btCreateInProcessExampleBrowser()
/dports/graphics/darktable38/darktable-3.8.0/src/cli/
H A Dmain.c413 int m_argc = 0; in main() local
415 m_arg[m_argc++] = "darktable-cli"; in main()
416 m_arg[m_argc++] = "--library"; in main()
417 m_arg[m_argc++] = ":memory:"; in main()
418 m_arg[m_argc++] = "--conf"; in main()
419 m_arg[m_argc++] = "write_sidecar_files=never"; in main()
420 for(; k < argc; k++) m_arg[m_argc++] = arg[k]; in main()
421 m_arg[m_argc] = NULL; in main()
510 if(dt_init(m_argc, m_arg, FALSE, custom_presets, NULL)) in main()
/dports/graphics/darktable/darktable-3.6.1/src/cli/
H A Dmain.c413 int m_argc = 0; in main() local
415 m_arg[m_argc++] = "darktable-cli"; in main()
416 m_arg[m_argc++] = "--library"; in main()
417 m_arg[m_argc++] = ":memory:"; in main()
418 m_arg[m_argc++] = "--conf"; in main()
419 m_arg[m_argc++] = "write_sidecar_files=FALSE"; in main()
420 for(; k < argc; k++) m_arg[m_argc++] = arg[k]; in main()
421 m_arg[m_argc] = NULL; in main()
510 if(dt_init(m_argc, m_arg, FALSE, custom_presets, NULL)) in main()
/dports/devel/duplo/duplo_0.2.0_src/
H A DArgumentParser.cpp22 ArgumentParser::ArgumentParser(int m_argc, char* m_argv[]){ in ArgumentParser() argument
23 argc = m_argc; in ArgumentParser()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/xray_re/
H A Dxr_cl_parser.h58 size_t m_argc; variable
61 inline const char* cl_parser::param(size_t index) const { return m_options[m_argc - index - 1].name… in param()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/oligofar/
H A Dcapp.cpp14 m_argc(argc), m_argv(argv), m_done(false) in CApp()
83 return m_argc; in GetArgCount()
/dports/sysutils/gaffitter/gaffitter-0.6.0/src/
H A DParams.h65 Params(int& argc, char** argv): m_argc(argc), m_argv(argv), in Params()
91 int& m_argc;
/dports/lang/perl5.32/perl-5.32.1/NetWare/
H A DNwpipe.c67 ptpf->m_argv = (char **) malloc((ptpf->m_pipeCommand->m_argc + 2) * sizeof(char*)); in fnPipeFileMakeArgv()
73 for(i=0; i<(ptpf->m_pipeCommand->m_argc + 1); i++) in fnPipeFileMakeArgv()
95 while (sindex < ptpf->m_pipeCommand->m_argc) in fnPipeFileMakeArgv()
146 if (dindex < (ptpf->m_pipeCommand->m_argc + 1)) in fnPipeFileMakeArgv()
253 ptpf->m_pipeCommand->m_argc = 0; in fnPipeFileOpen()
/dports/lang/perl5.30/perl-5.30.3/NetWare/
H A DNwpipe.c67 ptpf->m_argv = (char **) malloc((ptpf->m_pipeCommand->m_argc + 2) * sizeof(char*)); in fnPipeFileMakeArgv()
73 for(i=0; i<(ptpf->m_pipeCommand->m_argc + 1); i++) in fnPipeFileMakeArgv()
95 while (sindex < ptpf->m_pipeCommand->m_argc) in fnPipeFileMakeArgv()
146 if (dindex < (ptpf->m_pipeCommand->m_argc + 1)) in fnPipeFileMakeArgv()
253 ptpf->m_pipeCommand->m_argc = 0; in fnPipeFileOpen()
/dports/lang/perl5.34/perl-5.34.0/NetWare/
H A DNwpipe.c67 ptpf->m_argv = (char **) malloc((ptpf->m_pipeCommand->m_argc + 2) * sizeof(char*)); in fnPipeFileMakeArgv()
73 for(i=0; i<(ptpf->m_pipeCommand->m_argc + 1); i++) in fnPipeFileMakeArgv()
95 while (sindex < ptpf->m_pipeCommand->m_argc) in fnPipeFileMakeArgv()
146 if (dindex < (ptpf->m_pipeCommand->m_argc + 1)) in fnPipeFileMakeArgv()
253 ptpf->m_pipeCommand->m_argc = 0; in fnPipeFileOpen()
/dports/graphics/opencv/opencv-4.5.3/samples/va_intel/
H A Dva_intel_interop.cpp62 m_argc(argc), m_argv(argv) in CmdlineParser()
81 for (int i = 1; i < m_argc; ++i) in run()
106 int m_argc; member in CmdlineParser
/dports/devel/eastl/EASTL-3.13.06/test/packages/EAMain/include/EAMain/
H A DEAEntryPointMain.inl27 :m_argc(argc)
60 for (int i = nStartingIndex; i < m_argc; i++)
/dports/devel/boost-docs/boost_1_72_0/boost/test/impl/
H A Dcpp_main.ipp46 , m_argc( argc )
49 int operator()() { return (*m_cpp_main_func)( m_argc, m_argv ); }
54 int m_argc;

123456789