Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
Dninja_tools.cc21 base::CommandLine cmdline(ninja_executable); in CreateNinjaToolCommandLine() local
28 bool RunNinja(const base::CommandLine& cmdline, in RunNinja()
58 base::CommandLine cmdline = in InvokeNinjaRestatTool() local
70 base::CommandLine cmdline = in InvokeNinjaCleanDeadTool() local
79 base::CommandLine cmdline = in InvokeNinjaRecompactTool() local
Dsetup_unittest.cc25 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
51 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
82 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
116 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
160 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
202 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
237 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
277 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
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.cc430 const base::CommandLine& cmdline) { in DoSetup()
481 const base::CommandLine& cmdline, in DoSetupWithErr()
533 bool Setup::Run(const base::CommandLine& cmdline) { in Run()
552 bool Setup::RunPostMessageLoop(const base::CommandLine& cmdline) { in RunPostMessageLoop()
599 bool Setup::FillArguments(const base::CommandLine& cmdline, Err* err) { in FillArguments()
721 bool Setup::FillSourceDir(const base::CommandLine& cmdline, Err* err) { in FillSourceDir()
869 bool Setup::FillPythonPath(const base::CommandLine& cmdline, Err* err) { in FillPythonPath()
949 bool Setup::FillOtherConfig(const base::CommandLine& cmdline, Err* err) { in FillOtherConfig()
Dinvoke_python.cc24 base::CommandLine cmdline(python_path); in InvokePython() local
Dcommand_clean_stale.cc80 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCleanStale() local
Dcommand_ls.cc72 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local
Dcommand_help.cc103 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintSwitchHelp() local
130 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in PrintAllHelp() local
Dcommand_meta.cc89 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local
Dexec_process.cc38 bool ExecProcess(const base::CommandLine& cmdline, in ExecProcess()
Dcommand_check.cc197 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCheck() local
Dfunction_exec_script.cc179 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in RunExecScript() local
Dninja_outputs_writer_unittest.cc57 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); local
Dtrace.h61 const std::string& cmdline() const { return cmdline_; } in cmdline() function
/third_party/python/Python/
Dpreconfig.c110 _PyPreCmdline_Clear(_PyPreCmdline *cmdline) in _PyPreCmdline_Clear()
118 _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, const _PyArgv *args) in _PyPreCmdline_SetArgv()
125 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig()
141 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig()
155 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig()
177 precmdline_parse_cmdline(_PyPreCmdline *cmdline) in precmdline_parse_cmdline()
224 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read()
590 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) in preconfig_init_utf8_mode()
733 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) in preconfig_read()
819 _PyPreCmdline cmdline = _PyPreCmdline_INIT; in _PyPreConfig_Read() local
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosEglContextFactory.cpp36 const tcu::CommandLine& cmdline, const glu::RenderContext* sharedContext) const in createContext() argument
/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/node/test/abort/
Dtest-abort-fatal-error.js30 let cmdline = `ulimit -c 0; ${process.execPath}`; variable
/third_party/skia/tools/malisc/
Dmalisc.py26 cmdline = [compiler] variable
/third_party/mesa3d/src/gallium/auxiliary/os/
Dos_process.c113 os_get_command_line(char *cmdline, size_t size) in os_get_command_line()
/third_party/node/deps/v8/tools/
Dandroid-run.py52 def Execute(cmdline): argument
/third_party/toybox/toys/other/
Dswitch_root.c46 char *newroot = *toys.optargs, **cmdline = toys.optargs+1; in switch_root_main() local
/third_party/python/Lib/test/
Dtest_popen.py25 def _do_test_commandline(self, cmdline, expected): argument
/third_party/cups-filters/backend/
Dbeh.c218 cmdline[65536]; /* Backend command line */ in call_backend() local
/third_party/python/PC/
Dlauncher.c756 run_child(wchar_t * cmdline) in run_child()
826 invoke_child(wchar_t * executable, wchar_t * suffix, wchar_t * cmdline) in invoke_child()
984 update_command(COMMAND * cp, wchar_t * name, wchar_t * cmdline) in update_command()
991 add_command(wchar_t * name, wchar_t * cmdline) in add_command()
1294 maybe_handle_shebang(wchar_t ** argv, wchar_t * cmdline) in maybe_handle_shebang()
1486 skip_me(wchar_t * cmdline) in skip_me()

12