Home
last modified time | relevance | path

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

12

/third_party/gn/src/gn/
Dninja_tools.cc20 base::CommandLine cmdline(ninja_executable); in CreateNinjaToolCommandLine() local
27 bool RunNinja(const base::CommandLine& cmdline, in RunNinja()
57 base::CommandLine cmdline = in InvokeNinjaRestatTool() local
69 base::CommandLine cmdline = in InvokeNinjaCleanDeadTool() local
78 base::CommandLine cmdline = in InvokeNinjaRecompactTool() local
Dsetup_unittest.cc24 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
50 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
78 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in TEST_F() local
109 base::CommandLine cmdline(base::CommandLine::NO_PROGRAM); in RunExtensionCheckTest() local
Dsetup.cc379 const base::CommandLine& cmdline) { in DoSetup()
391 const base::CommandLine& cmdline, in DoSetupWithErr()
438 bool Setup::Run(const base::CommandLine& cmdline) { in Run()
457 bool Setup::RunPostMessageLoop(const base::CommandLine& cmdline) { in RunPostMessageLoop()
504 bool Setup::FillArguments(const base::CommandLine& cmdline, Err* err) { in FillArguments()
626 bool Setup::FillSourceDir(const base::CommandLine& cmdline, Err* err) { in FillSourceDir()
774 bool Setup::FillPythonPath(const base::CommandLine& cmdline, Err* err) { in FillPythonPath()
854 bool Setup::FillOtherConfig(const base::CommandLine& cmdline, Err* err) { 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
Dcommand_ls.cc72 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); local
Dcommand_clean_stale.cc80 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in RunCleanStale() 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.cc37 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
Dtrace.h57 const std::string& cmdline() const { return cmdline_; } in cmdline() function
Dstandard_out.cc46 const base::CommandLine* cmdline = base::CommandLine::ForCurrentProcess(); in EnsureInitialized() local
/third_party/python/Python/
Dpreconfig.c114 _PyPreCmdline_Clear(_PyPreCmdline *cmdline) in _PyPreCmdline_Clear()
122 _PyPreCmdline_SetArgv(_PyPreCmdline *cmdline, const _PyArgv *args) in _PyPreCmdline_SetArgv()
129 precmdline_get_preconfig(_PyPreCmdline *cmdline, const PyPreConfig *config) in precmdline_get_preconfig()
145 precmdline_set_preconfig(const _PyPreCmdline *cmdline, PyPreConfig *config) in precmdline_set_preconfig()
159 _PyPreCmdline_SetConfig(const _PyPreCmdline *cmdline, PyConfig *config) in _PyPreCmdline_SetConfig()
181 precmdline_parse_cmdline(_PyPreCmdline *cmdline) in precmdline_parse_cmdline()
228 _PyPreCmdline_Read(_PyPreCmdline *cmdline, const PyPreConfig *preconfig) in _PyPreCmdline_Read()
604 preconfig_init_utf8_mode(PyPreConfig *config, const _PyPreCmdline *cmdline) in preconfig_init_utf8_mode()
747 preconfig_read(PyPreConfig *config, _PyPreCmdline *cmdline) in preconfig_read()
833 _PyPreCmdline cmdline = _PyPreCmdline_INIT; in _PyPreConfig_Read() local
/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/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/flutter/skia/tools/malisc/
Dmalisc.py23 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/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.py24 def _do_test_commandline(self, cmdline, expected): argument
/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()
1291 maybe_handle_shebang(wchar_t ** argv, wchar_t * cmdline) in maybe_handle_shebang()
1483 skip_me(wchar_t * cmdline) in skip_me()
/third_party/libxml2/
Dxmlcatalog.c97 char *cmdline = NULL, *cur; in usershell() local

12