/external/chromium/testing/gmock/scripts/ |
upload.py | 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, [all...] |
/external/libvpx/libvpx/third_party/googletest/src/scripts/ |
upload.py | 555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, [all...] |
/external/regex-re2/lib/codereview/ |
codereview.py | 907 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32") [all...] |
/external/v8/tools/ |
test.py | 449 os.popen('taskkill /T /F /PID %d' % pid) 483 process = subprocess.Popen( [all...] |