Searched refs:python_cmd (Results 1 – 23 of 23) sorted by relevance
109 bool GetPythonCommand(base::CommandLine* python_cmd) { in GetPythonCommand() argument110 DCHECK(python_cmd); in GetPythonCommand()114 python_cmd->SetProgram(base::FilePath(FILE_PATH_LITERAL("cmd.exe"))); in GetPythonCommand()115 python_cmd->AppendArg("/c"); in GetPythonCommand()116 python_cmd->AppendArg("python"); in GetPythonCommand()118 python_cmd->SetProgram(base::FilePath(FILE_PATH_LITERAL("python"))); in GetPythonCommand()122 python_cmd->AppendArg("-u"); in GetPythonCommand()
55 std::string python_cmd = base::StringPrintf("print '%s';", input.c_str()); in TEST() local56 cmd_line.AppendArg(python_cmd); in TEST()
25 bool GetPythonCommand(base::CommandLine* python_cmd) WARN_UNUSED_RESULT;
3 from sys import executable as python_cmd18 command = python_cmd + ' $SCRIPT -m remap_table -f $SOURCE > $TARGET',25 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'32 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'39 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'46 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
3 from sys import executable as python_cmd14 command = python_cmd + ' $SCRIPT > $TARGET'21 command = python_cmd + ' $SCRIPT > $TARGET'28 command = python_cmd + ' $SCRIPT > $TARGET'35 command = python_cmd + ' $SCRIPT $SOURCE > $TARGET'
6 from sys import executable as python_cmd100 command = python_cmd + ' $SCRIPT -f $SOURCE -m proto > $TARGET'107 command = python_cmd + ' $SCRIPT -f $SOURCE -m size_c --only-set > $TARGET'114 command = python_cmd + ' $SCRIPT -f $SOURCE -m init_c > $TARGET'123 command = python_cmd + ' $SCRIPT -f $SOURCE -m size_h --only-set -h _INDIRECT_SIZE_H > $TARGET'130 command = python_cmd + ' $SCRIPT -m init_h -f $SOURCE > $TARGET',
5 from sys import executable as python_cmd65 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'78 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'91 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'
4 from sys import executable as python_cmd14 command = python_cmd + ' $SCRIPT --printer vgapi --mode lib $SOURCE > $TARGET'
6 from sys import executable as python_cmd54 command = python_cmd + ' $SCRIPT --printer vgapi --mode app $SOURCE > $TARGET'
1 from sys import executable as python_cmd18 command = python_cmd + ' $SCRIPT $SOURCE > $TARGET'
4 from sys import executable as python_cmd33 command = python_cmd + ' $SCRIPT ' + \
5 from sys import executable as python_cmd87 command = python_cmd + ' $SCRIPT $SOURCE > $TARGET'
9 from sys import executable as python_cmd346 command = python_cmd + ' $SCRIPT -S $SOURCE -V GLES1.1 > $TARGET'355 command = python_cmd + ' $SCRIPT -c es1 -m remap_table -f $SOURCE > $TARGET',361 command = python_cmd + ' $SCRIPT -c es1 -f $SOURCE > $TARGET',445 command = python_cmd + ' $SCRIPT -f $SOURCE > $TARGET'