Home
last modified time | relevance | path

Searched defs:argv1 (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/audio/faust/faust-2.37.3/architecture/soul/
H A Dsoul-faust-tester.cpp54 static void testFaust(const string& filename, int argc1, const char* argv1[]) in testFaust()
67 static void testSOULPatch(const string& filename, int argc1, const char* argv1[]) in testSOULPatch()
81 static void testSOUL(const string& filename, int argc1, const char* argv1[]) in testSOUL()
111 const char* argv1[64]; in main() local
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp34 char const* argv1[] = {""}; in TEST() local
47 char const* argv1[] = {"", "-MOZ_LOG", "module1:5,module2:4,sync,timestamp"}; in TEST() local
81 char const* argv1[] = {"", "-MOZ_LOG", "modules", "-MOZ_LOG_FILE", in TEST() local
128 char const* argv1[] = {"", "-MOZ_LOG"}; in TEST() local
162 char const* argv1[] = {"", "-MOZ_LOG=modules1", "-MOZ_LOG=modules2"}; in TEST() local
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp34 char const* argv1[] = {""}; in TEST() local
47 char const* argv1[] = {"", "-MOZ_LOG", "module1:5,module2:4,sync,timestamp"}; in TEST() local
81 char const* argv1[] = {"", "-MOZ_LOG", "modules", "-MOZ_LOG_FILE", in TEST() local
127 char const* argv1[] = {"", "-MOZ_LOG"}; in TEST() local
161 char const* argv1[] = {"", "-MOZ_LOG=modules1", "-MOZ_LOG=modules2"}; in TEST() local
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp34 char const* argv1[] = {""}; in TEST() local
47 char const* argv1[] = {"", "-MOZ_LOG", "module1:5,module2:4,sync,timestamp"}; in TEST() local
81 char const* argv1[] = {"", "-MOZ_LOG", "modules", "-MOZ_LOG_FILE", in TEST() local
127 char const* argv1[] = {"", "-MOZ_LOG"}; in TEST() local
161 char const* argv1[] = {"", "-MOZ_LOG=modules1", "-MOZ_LOG=modules2"}; in TEST() local
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestLogCommandLineHandler.cpp34 char const* argv1[] = {""}; in TEST() local
47 char const* argv1[] = {"", "-MOZ_LOG", "module1:5,module2:4,sync,timestamp"}; in TEST() local
81 char const* argv1[] = {"", "-MOZ_LOG", "modules", "-MOZ_LOG_FILE", in TEST() local
127 char const* argv1[] = {"", "-MOZ_LOG"}; in TEST() local
161 char const* argv1[] = {"", "-MOZ_LOG=modules1", "-MOZ_LOG=modules2"}; in TEST() local
/dports/devel/boost-docs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/databases/percona57-server/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/databases/xtrabackup/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/databases/percona57-client/boost_1_59_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/devel/boost-libs/boost_1_72_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/devel/hyperscan/boost_1_75_0/libs/program_options/test/
H A Dexception_txt_test.cpp160 const char* argv1[] = { "program", "--int", "A_STRING"}; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_option_value_exception_msg() local
194 const char* argv1[] = { "program", "--cfgfile"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_missing_value_exception_msg() local
230 …const char* argv1[] = {"program", "--cfgfile", "file", "--cfgfile", "anotherfile"} ; VEC_STR_PUSH_… in test_ambiguous_option_exception_msg() local
259 …const char* argv1[] = {"program", "--cfgfi", "file", "--cfgfi", "anotherfile"} ; VEC_STR_PUSH_BACK… in test_multiple_occurrences_exception_msg() local
288 const char* argv1[] = {"program", "--cfgfile", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_unknown_option_exception_msg() local
317 const char* argv1[] = {"program", "--bool_optio", "file"} ; VEC_STR_PUSH_BACK(argv, argv1); in test_invalid_bool_value_exception_msg() local
358 …const char* argv1[] = { "program", "--cfgfil", "file", "c", "--outpu", "fritz", "hugo" } ; … in test_multiple_values_not_allowed_exception_msg() local
397 …const char* argv1[] = { "program", "--cfg", "--o", "name" } ; VEC_STR_PUSH_BACK(argv, ar… in test_at_least_one_value_required_exception_msg() local
431 const char* argv1[] = { "program", "--g" } ; VEC_STR_PUSH_BACK(argv, argv1); in test_required_option_exception_msg() local
/dports/lang/mosh/mosh-0.2.7/src/
H A DgetoptUTest.cpp116 ucs4string argv1 = UC("mosh"); in TEST_F() local
136 ucs4string argv1 = UC("mosh"); in TEST_F() local
172 ucs4string argv1 = UC("mosh"); in TEST_F() local
193 ucs4string argv1 = UC("mosh"); in TEST_F() local
214 ucs4string argv1 = UC("mosh"); in TEST_F() local
235 ucs4string argv1 = UC("mosh"); in TEST_F() local
/dports/www/trafficserver/trafficserver-9.1.1/src/tscore/unit_tests/
H A Dtest_ArgParser.cc55 …const char *argv1[] = {"traffic_blabla", "init", "a", "--initoption", "--globalx", "x", "y", NULL}; variable
134 const char *argv1[] = {"traffic_blabla", "func", NULL}; variable
/dports/textproc/miller/miller-5.10.2/c/auxents/
H A Daux_entries.c75 static void aux_list_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in aux_list_usage()
88 static void lecat_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in lecat_usage()
179 static void termcvt_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in termcvt_usage()
320 static void hex_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in hex_usage()
440 static void unhex_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in unhex_usage()
491 static void netbsd_strptime_usage(char* argv0, char* argv1, FILE* o, int exit_code) { in netbsd_strptime_usage()
/dports/graphics/aseprite/aseprite-1.2.9/laf/base/
H A Dprogram_options_tests.cpp62 const char* argv1[] = { "program.exe", "-?" }; in TEST() local
126 const char* argv1[] = { "program.exe", "--input" }; in TEST() local
160 const char* argv1[] = { "program.exe", "-input", "input.txt" }; in TEST() local
/dports/audio/faust/faust-2.37.3/embedded/faustjava/
H A Dlibfaust_ext.cpp56 const char* argv1[64]; in createCDSPFactoryFromFileAux() local
81 const char* argv1[64]; in createCDSPFactoryFromStringAux() local
/dports/audio/faust/faust-2.37.3/embedded/faust4processing/src/
H A Dlibfaust_ext.cpp56 const char* argv1[64]; in createCDSPFactoryFromFileAux() local
81 const char* argv1[64]; in createCDSPFactoryFromStringAux() local
/dports/audio/faust/faust-2.37.3/compiler/generator/wasm/
H A Dwasm_dynamic_dsp_aux.cpp46 const char* argv1[64]; in createWasmDSPFactoryFromString2() local
62 const char* argv1[64]; in generateWasmFromString2() local
97 const char* argv1[64]; in createWasmDSPFactoryFromString() local
129 const char* argv1[64]; in createWasmDSPFactoryFromSignals() local
157 const char* argv1[64]; in generateWasmFromString() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/test/
H A Dtest_prog_opt.cpp81 const char* argv1[] = { "prog", "-s" }; in test_flag_opt_short() local
118 const char* argv1[] = { "test", "--flag" }; in test_flag_cancel() local
144 const char* argv1[] = { "prog", "-s" }; in test_flag_store_false() local
424 const char* argv1[] = { "test", "arg" }; in test_optional_args() local
452 const char* argv1[] = { "test", "arg1", "arg2" }; in test_optional_arg() local
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/tools/
H A Dimpulsellvm.cpp12 const char* argv1[50]; in main() local
14 const char* argv1[argc1]; in main() local
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Video/BridgeOpenCV/test/
H A DitkOpenCVImageBridgeRGBTest.cxx143 int itkOpenCVImageBridgeTestTemplatedRGB(char* argv0, char* argv1) in itkOpenCVImageBridgeTestTemplatedRGB()
261 int itkRunRGBTest( char* argv0, char* argv1 ) in itkRunRGBTest()
/dports/net/vde2/vde2-2.3.2/src/
H A Ddpipe.c81 char **argv1,**argv2; in recmain() local
151 char **argv1,**argv2; in main() local

12345678910>>...15