Searched refs:subprocess (Results 1 - 25 of 68) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/subprocessdata/
H A Dsigchild_ignore.py1 import signal, subprocess, sys namespace
6 subprocess.Popen([sys.executable, '-c', 'print("albatross")']).wait()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_subprocess.py3 import subprocess namespace
43 for inst in subprocess._active:
45 subprocess._cleanup()
46 self.assertFalse(subprocess._active, "subprocess._active not empty")
60 rc = subprocess.call([sys.executable, "-c",
66 rc = subprocess.check_call([sys.executable, "-c",
72 with self.assertRaises(subprocess.CalledProcessError) as c:
73 subprocess.check_call([sys.executable, "-c",
79 output = subprocess
[all...]
H A Dscript_helper.py9 import subprocess namespace
17 # Executing the interpreter in a subprocess
27 p = subprocess.Popen(cmd_line, stdin=subprocess.PIPE,
28 stdout=subprocess.PIPE, stderr=subprocess.PIPE,
33 subprocess._cleanup()
62 return subprocess.call(cmd_line, stdout=devnull,
63 stderr=subprocess.STDOUT)
68 return subprocess
[all...]
H A Dtest_quopri.py4 import sys, cStringIO, subprocess namespace
179 process = subprocess.Popen([sys.executable, "-mquopri"],
180 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
190 process = subprocess.Popen([sys.executable, "-mquopri", "-d"],
191 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
H A Dtest_macos.py4 import subprocess namespace
21 subprocess.call(
48 data = subprocess.Popen(["/Developer/Tools/GetFileInfo", test_support.TESTFN],
49 stdout=subprocess.PIPE).communicate()[0]
H A Dtest_threading.py14 import subprocess namespace
280 rc = subprocess.call([sys.executable, "-c", """if 1:
310 p = subprocess.Popen([sys.executable, "-c", """if 1:
331 stdout=subprocess.PIPE,
332 stderr=subprocess.PIPE)
344 p = subprocess.Popen([sys.executable, "-c", """if 1:
357 stdout=subprocess.PIPE,
358 stderr=subprocess.PIPE)
430 p = subprocess.Popen([sys.executable, "-c", script], stdout=subprocess
[all...]
H A Dtest_popen2.py54 # The os.popen*() API delegates to the subprocess module (on Unix)
55 import subprocess namespace
56 for inst in subprocess._active:
58 subprocess._cleanup()
59 self.assertFalse(subprocess._active, "subprocess._active not empty")
H A Dtest_gdb.py8 import subprocess namespace
16 gdb_version, _ = subprocess.Popen(["gdb", "--version"],
17 stdout=subprocess.PIPE).communicate()
29 p = subprocess.Popen(["gdb", "--batch", cmd],
30 stdout=subprocess.PIPE)
38 p = subprocess.Popen(["gdb", "--batch", cmd],
39 stdout=subprocess.PIPE)
58 out, err = subprocess.Popen(
59 args, stdout=subprocess.PIPE, stderr=subprocess
[all...]
H A Dtest_sysconfig.py11 import subprocess namespace
247 p = subprocess.Popen(cmd, stdout=subprocess.PIPE)
278 p = subprocess.Popen([
282 stdout=subprocess.PIPE,
298 p = subprocess.Popen([
302 stdout=subprocess.PIPE,
H A Dtest_xpickle.py12 import subprocess namespace
99 # Prevent the subprocess from picking up invalid .pyc files.
105 worker = subprocess.Popen([python, target, "worker"],
106 stdin=subprocess.PIPE,
107 stdout=subprocess.PIPE,
108 stderr=subprocess.PIPE)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
H A DRsa2048Sha256GenerateKeys.py29 import subprocess namespace
74 Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
101 Process = subprocess.Popen('%s genrsa -out %s 2048' % (OpenSslCommand, Item.name), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
123 Process = subprocess.Popen('%s rsa -in %s -modulus -noout' % (OpenSslCommand, Item), stdout=subprocess.PIPE, stderr=subprocess
[all...]
H A DRsa2048Sha256Sign.py24 import subprocess namespace
95 Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
151 Process = subprocess.Popen('%s rsa -in "%s" -modulus -noout' % (OpenSslCommand, args.PrivateKeyFileName), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
177 Process = subprocess.Popen('%s sha256 -sign "%s"' % (OpenSslCommand, args.PrivateKeyFileName), stdin=subprocess.PIPE, stdout=subprocess
[all...]
/device/google/cuttlefish_common/tools/
H A Dupload_to_gce_and_run.py8 import subprocess namespace
19 subprocess.check_call(
28 subprocess.check_call(
37 subprocess.check_call(
45 subprocess.call(
/device/linaro/bootloader/edk2/BaseTools/Bin/CYGWIN_NT-5.1-i686/
H A Darmcc_wrapper.py28 import subprocess namespace
36 p = subprocess.Popen("cygpath -m " + pipes.quote(CygPath), shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, close_fds=True)
81 return subprocess.call(Command, shell=True)
/device/linaro/bootloader/edk2/IntelFsp2Pkg/FspSecCore/Vtf0/
H A DBuild.py17 import subprocess namespace
22 return subprocess.call(commandLine)
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/
H A DBuild.py17 import subprocess namespace
22 return subprocess.call(commandLine)
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/FspWrapperSecCore/Vtf0/
H A DBuild.py17 import subprocess namespace
22 return subprocess.call(commandLine)
/device/linaro/bootloader/edk2/UefiCpuPkg/ResetVector/Vtf0/
H A DBuild.py17 import subprocess namespace
22 return subprocess.call(commandLine)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/json/tests/
H A Dtest_tool.py5 import subprocess namespace
41 proc = subprocess.Popen(
43 stdin=subprocess.PIPE, stdout=subprocess.PIPE)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
H A DPkcs7Sign.py26 import subprocess namespace
112 Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subprocess.PIPE)
206 Process = subprocess.Popen('%s smime -sign -binary -signer "%s" -outform DER -md sha256 -certfile "%s"' % (OpenSslCommand, args.SignerPrivateCertFileName, args.OtherPublicCertFileName), stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
275 Process = subprocess.Popen('%s smime -verify -inform DER -content %s -CAfile %s' % (OpenSslCommand, args.OutputFileName, args.TrustedPublicCertFileName), stdin=subprocess
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
H A Dpatchcheck.py5 import subprocess namespace
47 st = subprocess.Popen(cmd.split(), stdout=subprocess.PIPE)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DCGIHTTPServer.py51 # the rest to a subprocess, so we can't use buffered input.
257 # Non Unix - use subprocess
258 import subprocess namespace
269 self.log_message("command: %s", subprocess.list2cmdline(cmdline))
274 p = subprocess.Popen(cmdline,
275 stdin = subprocess.PIPE,
276 stdout = subprocess.PIPE,
277 stderr = subprocess.PIPE,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
H A DVpdInfoFile.py22 import subprocess namespace
236 PopenObject = subprocess.Popen(' '.join([ToolPath,
242 stdout=subprocess.PIPE,
243 stderr= subprocess.PIPE,
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
H A DCompressSection.py20 import subprocess namespace
H A DUiSection.py20 import subprocess namespace

Completed in 320 milliseconds

123