Home
last modified time | relevance | path

Searched refs:subprocess (Results 1 – 25 of 35) sorted by relevance

12

/freebsd-12.1/contrib/serf/build/
H A Dcheck.py27 import subprocess
57 subprocess.check_call([SERF_RESPONSE_EXE, case])
58 except subprocess.CalledProcessError:
64 subprocess.check_call(TEST_ALL_EXE)
65 except subprocess.CalledProcessError:
/freebsd-12.1/sys/contrib/zstd/tests/
H A Dtest-zstd-versions.py19 import subprocess
20 from subprocess import Popen, PIPE
92 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
94 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
96 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
98 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
111 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
113 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
115 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
H A Dtest-zstd-speed.py19 import subprocess
52 …popen = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=param_shel…
/freebsd-12.1/tools/test/hwpmc/
H A Dpmctest.py53 import subprocess
54 from subprocess import PIPE
80 p = subprocess.Popen(["pmccontrol", "-L"], stdout=PIPE)
90 p = subprocess.Popen(["pmcstat", "-p", counter, options.program],
/freebsd-12.1/release/scripts/
H A Dlist-new-changesets.py49 import subprocess
86 proc = subprocess.Popen(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
/freebsd-12.1/contrib/googletest/googletest/test/
H A Dgtest_test_utils.py46 import subprocess
235 stderr = subprocess.STDOUT
237 stderr = subprocess.PIPE
239 p = subprocess.Popen(command,
240 stdout=subprocess.PIPE, stderr=stderr,
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A Dfuzz.py17 import subprocess
148 cc_version_bytes = subprocess.check_output([cc, "--version"])
149 cxx_version_bytes = subprocess.check_output([cxx, "--version"])
431 subprocess.check_call(clean_cmd)
442 subprocess.check_call(build_cmd)
509 subprocess.check_call(cmd)
579 subprocess.call(cmd)
600 subprocess.check_call(cmd)
689 subprocess.check_call(cmd)
757 subprocess.check_call(cmd + seeds)
/freebsd-12.1/tools/regression/netinet/ip_id_period/
H A Dip_id_period.py33 import subprocess
38 tcpdump = subprocess.Popen('tcpdump -n -i lo0 -w results.pcap icmp', shell=True)
/freebsd-12.1/contrib/subversion/
H A Dwin-tests.py30 import os, sys, subprocess
469 self.proc = subprocess.Popen([self.path] + args[1:], env=env)
950 self.proc = subprocess.Popen([self.path] + self.httpd_args[1:])
990 self.proc = subprocess.Popen([self.path] + self.memcached_args)
1178 r = subprocess.call(args + tuple(['org.apache.subversion.javahl.RunTests']))
1187 r = subprocess.call(args + tuple(['org.tigris.subversion.javahl.RunTests']))
1240 r = subprocess.call([
1293 r = subprocess.call([
1328 r = subprocess.call([ruby_exe] + ruby_args)
/freebsd-12.1/contrib/cortex-strings/scripts/
H A Dbench.py14 import subprocess
69 got = subprocess.check_output(cmd.split()).strip()
/freebsd-12.1/crypto/openssh/
H A Dauth.h235 pid_t subprocess(const char *, struct passwd *,
H A Dauth2-pubkey.c483 if ((pid = subprocess("AuthorizedPrincipalsCommand", runas_pw, command, in match_principals_command()
953 if ((pid = subprocess("AuthorizedKeysCommand", runas_pw, command, in user_key_command_allowed2()
H A Dauth.c866 subprocess(const char *tag, struct passwd *pw, const char *command, in subprocess() function
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dupload.py43 import subprocess
555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dupload.py43 import subprocess
555 p = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE,
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticFrontendKinds.td113 "unable to merge a subprocess's serialized diagnostics">,
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dpexecute.txh14 Record subprocess times if possible.
H A Dfunctions.texi718 Record subprocess times if possible.
/freebsd-12.1/sys/contrib/zlib/
H A DFAQ82 No, sorry. You have to spawn an uncompress or gunzip subprocess, or adapt
/freebsd-12.1/contrib/libevent/
H A Dwhatsnew-2.0.txt600 subprocess. This way, when there's a bug that makes one unit test
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dwhatsnew-2.0.txt600 subprocess. This way, when there's a bug that makes one unit test
/freebsd-12.1/contrib/atf/
H A DNEWS486 * Test programs no longer fork a subprocess to isolate the execution of
/freebsd-12.1/contrib/file/
H A DChangeLog655 * Don't wait for any subprocess, just the one we forked.
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.20041251 * kuser/kinit.c: when running kinit with a subprocess, fetch new
/freebsd-12.1/contrib/binutils/libiberty/
H A Dfunctions.texi734 Record subprocess times if possible.

12