Home
last modified time | relevance | path

Searched defs:cmdline (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/glib/gio/
Dgapplicationcommandline.c242 #define IS_REMOTE(cmdline) (G_TYPE_FROM_INSTANCE (cmdline) != \ in G_DEFINE_TYPE_WITH_PRIVATE() argument
276 g_application_command_line_real_print_literal (GApplicationCommandLine *cmdline, in g_application_command_line_real_print_literal()
283 g_application_command_line_real_printerr_literal (GApplicationCommandLine *cmdline, in g_application_command_line_real_printerr_literal()
290 g_application_command_line_real_get_stdin (GApplicationCommandLine *cmdline) in g_application_command_line_real_get_stdin()
305 GApplicationCommandLine *cmdline = G_APPLICATION_COMMAND_LINE (object); in g_application_command_line_get_property() local
332 GApplicationCommandLine *cmdline = G_APPLICATION_COMMAND_LINE (object); in g_application_command_line_set_property() local
361 GApplicationCommandLine *cmdline = G_APPLICATION_COMMAND_LINE (object); in g_application_command_line_finalize() local
382 g_application_command_line_init (GApplicationCommandLine *cmdline) in g_application_command_line_init()
390 GApplicationCommandLine *cmdline = G_APPLICATION_COMMAND_LINE (object); in g_application_command_line_constructed() local
472 g_application_command_line_get_arguments (GApplicationCommandLine *cmdline, in g_application_command_line_get_arguments()
[all …]
/third_party/boost/libs/program_options/test/
Dexception_test.cpp31 const char* cmdline[] = {"program", "-c", "file", "-o", "anotherfile"}; in test_ambiguous() local
57 const char* cmdline[] = {"program", "--cfgfile", "file", "--output", "anotherfile"}; in test_ambiguous_long() local
81 const char* cmdline[] = {"program", "--foo", "file"}; in test_ambiguous_multiple_long_names() local
106 const char* cmdline[] = {"program", "-c", "file", "-f", "anotherfile"}; in test_unknown_option() local
130 …const char* cmdline[] = { "program", "-o", "fritz", "hugo", "--cfgfile", "file", "c", "-o", "text.… in test_multiple_values() local
160 const char* cmdline[] = {"program", "--cfgfile", "file", "-c", "anotherfile"}; in test_multiple_occurrences() local
182 const char* cmdline[] = {"program", "--config-file", "file", "--cfgfile", "anotherfile"}; in test_multiple_occurrences_with_different_names() local
208 const char* cmdline[] = {"program", "--config-file", "file", "-c", "anotherfile"}; in test_multiple_occurrences_with_non_key_names() local
232 const char* cmdline[] = { "program", "-c", "-c", "output.txt"}; in test_missing_value() local
Dsplit_test.cpp29 const char* cmdline = "prg --input input.txt \r --optimization 4 \t --opt \n option"; in split_whitespace() local
51 const char* cmdline = "prg --input=input.txt --optimization=4 --opt=option"; in split_equalsign() local
72 const char* cmdline = "prg;--input input.txt;--optimization 4;--opt option"; in split_semi() local
92 …const char* cmdline = "prg --input \"input.txt input.txt\" --optimization 4 --opt \"option1 option… in split_quotes() local
112 …const char* cmdline = "prg --input \\\"input.txt\\\" --optimization 4 --opt \\\"option1\\ option2\… in split_escape() local
133 …const char* cmdline = "prg --input 'input.txt input.txt' --optimization 4 --opt 'option1 option2'"; in split_single_quote() local
153 …const char* cmdline = "prg --input \t \'input file.txt\' \t --optimization 4 --opt \\\"option1\\… in split_defaults() local
Drequired_test.cpp29 string cmdline = "prg -f file.txt"; in required_throw_test() local
45 string cmdline = "prg -c config.txt"; in required_throw_test() local
73 string cmdline = "prg -f file.txt"; in simple_required_test() local
100 string cmdline = "prg --bar file.txt"; in multiname_required_test() local
/third_party/boost/libs/program_options/src/
Dsplit.cpp19 const std::basic_string<charT>& cmdline, in split_unix()
46 split_unix(const std::string& cmdline, const std::string& seperator, in split_unix()
54 split_unix(const std::wstring& cmdline, const std::wstring& seperator, in split_unix()
/third_party/python/Python/
Dpreconfig.c116 _PyPreCmdline_Clear(_PyPreCmdline *cmdline) in _PyPreCmdline_Clear()
124 _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, const _PyArgv *args) in _PyPreCmdline_SetArgv()
131 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig()
147 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig()
161 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig()
182 precmdline_parse_cmdline(_PyPreCmdline *cmdline) in precmdline_parse_cmdline()
229 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read()
587 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) in preconfig_init_utf8_mode()
730 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) in preconfig_read()
816 _PyPreCmdline cmdline = _PyPreCmdline_INIT; in _PyPreConfig_Read() local
/third_party/gn/src/gn/
Dsetup.cc340 const base::CommandLine& cmdline) { in DoSetup()
388 bool Setup::Run(const base::CommandLine& cmdline) { in Run()
407 bool Setup::RunPostMessageLoop(const base::CommandLine& cmdline) { in RunPostMessageLoop()
451 bool Setup::FillArguments(const base::CommandLine& cmdline) { in FillArguments()
577 bool Setup::FillSourceDir(const base::CommandLine& cmdline) { in FillSourceDir()
694 bool Setup::FillPythonPath(const base::CommandLine& cmdline) { in FillPythonPath()
767 bool Setup::FillOtherConfig(const base::CommandLine& cmdline) { in FillOtherConfig()
Dgn_main.cc23 std::vector<std::string> GetArgs(const base::CommandLine& cmdline) { in GetArgs()
43 const base::CommandLine& cmdline = *base::CommandLine::ForCurrentProcess(); in main() local
Dsetup_unittest.cc22 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
/third_party/glib/gio/tests/
Dgapplication-example-cmdline3.c8 GApplicationCommandLine *cmdline = data; in my_cmdline_handler() local
75 GApplicationCommandLine *cmdline) in command_line()
Dappinfo.c255 gchar *cmdline; in test_commandline() local
302 gchar *cmdline; in test_launch_context() local
355 gchar *cmdline; in test_launch_context_signals() local
402 gchar *cmdline; in test_associations() local
Dgapplication-example-cmdline.c7 GApplicationCommandLine *cmdline) in command_line()
/third_party/uboot/u-boot-2020.01/arch/sh/lib/
Dbootm.c41 static unsigned long sh_check_cmd_arg(char *cmdline, char *key, int base) in sh_check_cmd_arg()
60 char *cmdline = (char *)param + COMMAND_LINE; in do_bootm_linux() local
Dzimageboot.c22 char *cmdline; in do_sh_zimageboot() local
/third_party/mingw-w64/mingw-w64-crt/crt/
Dcrt0_c.c15 char ** __UNUSED_PARAM(cmdline), in main()
Dcrt0_w.c20 wchar_t ** __UNUSED_PARAM(cmdline), in wmain()
/third_party/flutter/skia/third_party/externals/sdl/src/main/windows/
DSDL_windows_main.c45 ParseCommandLine(char *cmdline, char **argv) in ParseCommandLine()
136 char *cmdline; in main_getcmdline() local
/third_party/node/test/abort/
Dtest-abort-fatal-error.js30 let cmdline = `ulimit -c 0; ${process.execPath}`; variable
/third_party/ltp/pan/
Dzoolib.c186 int zoo_mark_cmdline(zoo_t z, pid_t p, char *tag, char *cmdline) in zoo_mark_cmdline()
196 char *cmdline; in zoo_mark_args() local
400 char cmdline[200]; in zt_add() local
/third_party/grpc/tools/distrib/
Drun_clang_tidy.py51 cmdline = [ variable
/third_party/flutter/skia/tools/malisc/
Dmalisc.py23 cmdline = [compiler] variable
/third_party/skia/tools/malisc/
Dmalisc.py26 cmdline = [compiler] variable
/third_party/toybox/toys/other/
Dswitch_root.c46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
/third_party/glib/glib/
Dgwin32-private.c28 const char *cmdline, in _g_win32_subst_pid_and_event()
/third_party/boost/boost/program_options/detail/
Dcmdline.hpp59 class BOOST_PROGRAM_OPTIONS_DECL cmdline { class

1234