Searched refs:RunShellWithReturnCode (Results 1 – 4 of 4) sorted by relevance
/external/google-breakpad/src/testing/gtest/scripts/ |
D | upload.py | 541 def RunShellWithReturnCode(command, print_output=False, function 579 data, retcode = RunShellWithReturnCode(command, print_output, 877 out, returncode = RunShellWithReturnCode(cmd) 885 out, returncode = RunShellWithReturnCode(cmd) 927 mimetype, returncode = RunShellWithReturnCode(cmd) 976 keywords, returncode = RunShellWithReturnCode(cmd) 1036 base_content, returncode = RunShellWithReturnCode(["git", "show", hash]) 1223 out, returncode = RunShellWithReturnCode(["hg", "root"]) 1238 out, returncode = RunShellWithReturnCode(["git", "rev-parse",
|
/external/google-breakpad/src/testing/scripts/ |
D | upload.py | 541 def RunShellWithReturnCode(command, print_output=False, function 579 data, retcode = RunShellWithReturnCode(command, print_output, 877 out, returncode = RunShellWithReturnCode(cmd) 885 out, returncode = RunShellWithReturnCode(cmd) 927 mimetype, returncode = RunShellWithReturnCode(cmd) 976 keywords, returncode = RunShellWithReturnCode(cmd) 1036 base_content, returncode = RunShellWithReturnCode(["git", "show", hash]) 1223 out, returncode = RunShellWithReturnCode(["hg", "root"]) 1238 out, returncode = RunShellWithReturnCode(["git", "rev-parse",
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/ |
D | upload-diffs.py | 784 def RunShellWithReturnCode(command, print_output=False, function 794 data, retcode = RunShellWithReturnCode(command, print_output, 1124 out, returncode = RunShellWithReturnCode(cmd) 1167 mimetype, returncode = RunShellWithReturnCode(cmd) 1209 base_content, ret_code = RunShellWithReturnCode( 1229 keywords, returncode = RunShellWithReturnCode(cmd) 1363 data, retcode = RunShellWithReturnCode(["git", "show", file_hash], 1425 output, retcode = RunShellWithReturnCode(["cvs", "status", filename]) 1450 data, retcode = RunShellWithReturnCode(cmd) 1464 data, retcode = RunShellWithReturnCode(["cvs", "diff"]) [all …]
|
/external/regex-re2/lib/codereview/ |
D | codereview.py | 3112 def RunShellWithReturnCode(command, print_output=False, function 3150 data, retcode = RunShellWithReturnCode(command, print_output, universal_newlines, env) 3379 mqparent, err = RunShellWithReturnCode(['hg', 'log', '--rev', 'qparent', '--template={node}'])
|