Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 – 25 of 1394) sorted by relevance

12345678910>>...56

/dports/games/wesnoth/wesnoth-1.14.17/utils/
H A Dsimulate_lobby_traffic.py5 from subprocess import DEVNULL
35 server = subprocess.Popen(("wesnothd", "-p", str(PORT)), -1, None, DEVNULL, DEVNULL, DEVNULL)
41 -1, None, DEVNULL, DEVNULL, DEVNULL))
/dports/security/py-angr/angr-9.0.5405/tests/
H A Dtest_reassembler.py75 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
78 stdout=subprocess.DEVNULL)
105 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
108 stdout=subprocess.DEVNULL)
134 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
163 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
166 stdout=subprocess.DEVNULL)
192 stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL)
195 stdout=subprocess.DEVNULL)
197 stdout=subprocess.DEVNULL)
/dports/devel/py-azure-functions-devops-build/azure-functions-devops-build-0.0.22/azure_functions_devops_build/repository/
H A Dlocal_git_utils.py10 from subprocess import DEVNULL
12 DEVNULL = open(os.devnull, 'w') variable
19 check_call("git", stdout=DEVNULL, stderr=STDOUT)
55 check_call(command, stdout=DEVNULL, stderr=STDOUT)
63 check_call(command, stdout=DEVNULL, stderr=STDOUT)
71 check_call(command, stdout=DEVNULL, stderr=STDOUT)
79 check_call(command, stdout=DEVNULL, stderr=STDOUT)
87 check_call(command, stdout=DEVNULL, stderr=STDOUT)
99 check_call(command, stdout=DEVNULL, stderr=STDOUT)
/dports/mail/procmail/procmail-3.22/src/
H A Dautoconf119 shift; DEVNULL=$1
167 mv $ACONF $ACONF.tmp 2>$DEVNULL
212 if mkdir $a/_locktest 2>$DEVNULL
325 if $MAKE _autotst.$O >$DEVNULL 2>&1
678 $MV _locktst _locktst.$$ 2>$DEVNULL
763 if $FGREP NO_const $ACONF >$DEVNULL
982 if $MAKE _autotst >$DEVNULL 2>&1
1175 $MAKE _autotst >$DEVNULL 2>&1
1476 grep '^V' >$DEVNULL ||
1513 exec 9>&2 2>$DEVNULL
[all …]
/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A Dmake-version.py33 sp.check_call(['which', 'git'], stdout=sp.DEVNULL, stderr=sp.DEVNULL)
50 tag = sp.check_output(['git', 'describe', '--tags'], stderr=sp.DEVNULL)
77 ret = sp.call(['git', 'diff', '--exit-code'], stdout=sp.DEVNULL,
78 stderr=sp.DEVNULL)
81 ret = sp.call(['git', 'diff', '--cached', '--exit-code'], stdout=sp.DEVNULL,
82 stderr=sp.DEVNULL)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/build/
H A Drun_fuchsia_qemu.py33 from subprocess import DEVNULL
35 DEVNULL = open(os.devnull, 'r+b') variable
57 stdout=DEVNULL, stderr=DEVNULL)
100 ], stdin=DEVNULL, stdout=DEVNULL, stderr=DEVNULL)
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/archivers/zstd/zstd-1.5.0/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/third_party/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/zstd-sys-1.4.15+zstd.1.4.4/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/emulators/citra/citra-ac98458e0/externals/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/ext/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/zstd-sys-1.4.18+zstd.1.4.7/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/zstd-sys-1.5.0+zstd.1.4.9/zstd/tests/
H A Dtest-zstd-versions.py92 DEVNULL = open(os.devnull, 'wb')
93 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-f', sample], stderr=DEVNULL) == 0:
95 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-5f', sample], stderr=DEVNULL) == 0:
97 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-9f', sample], stderr=DEVNULL) == 0:
99 if subprocess.call(['./zstd.' + tag, '-D', dict_name, '-15f', sample], stderr=DEVNULL) == 0:
109 DEVNULL = open(os.devnull, 'wb')
110 if subprocess.call(['./zstd.' + tag, '-f', sample], stderr=DEVNULL) == 0:
112 if subprocess.call(['./zstd.' + tag, '-5f', sample], stderr=DEVNULL) == 0:
114 if subprocess.call(['./zstd.' + tag, '-9f', sample], stderr=DEVNULL) == 0:
116 if subprocess.call(['./zstd.' + tag, '-15f', sample], stderr=DEVNULL) == 0:
[all …]
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/zstd/tests/
H A Dtest-zstd-versions.py91 DEVNULL = open(os.devnull, 'wb')
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:
108 DEVNULL = open(os.devnull, 'wb')
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 …]
/dports/lang/clover/mesa-21.3.6/bin/
H A Dcommit_in_branch.py43 stdout=subprocess.DEVNULL,
44 stderr=subprocess.DEVNULL)
54 stdout=subprocess.DEVNULL,
55 stderr=subprocess.DEVNULL)
67 stderr=subprocess.DEVNULL)
81 stderr=subprocess.DEVNULL)
90 stderr=subprocess.DEVNULL)

12345678910>>...56