Home
last modified time | relevance | path

Searched refs:close_fds (Results 1 – 25 of 1084) sorted by relevance

12345678910>>...44

/dports/devel/py-gevent/gevent-21.8.0/benchmarks/
H A Dbench_subprocess.py17 def _bench_spawn(module, loops, close_fds=True): argument
21 procs = [module.Popen('/usr/bin/true', close_fds=close_fds)
30 def bench_spawn_native(loops, close_fds=True): argument
31 return _bench_spawn(nsubprocess, loops, close_fds)
33 def bench_spawn_gevent(loops, close_fds=True): argument
34 return _bench_spawn(gsubprocess, loops, close_fds)
/dports/lang/ruby26/ruby-2.6.9/ext/socket/
H A Dextconf.rb250 close_fds = true
256 close_fds = false
260 close_fds = false
262 close_fds = nil
268 if close_fds == false
270 elsif close_fds == nil
273 close_fds = true
275 if close_fds == true
280 close_fds = false
283 if close_fds == nil
[all …]
/dports/www/trac-devel/Trac-1.5.3/trac/tests/functional/
H A Dtestenv.py38 from trac.util.compat import close_fds, wait_for_file_mtime_change
158 close_fds=close_fds, cwd=self.command_cwd):
178 close_fds=close_fds, cwd=self.command_cwd):
186 close_fds=close_fds, cwd=self.command_cwd):
267 close_fds=close_fds, cwd=self.command_cwd)
292 close_fds=close_fds,
332 close_fds=close_fds, cwd=dir, env=environ)
H A Dsvntestenv.py19 from trac.util.compat import close_fds
39 close_fds=close_fds):
69 stdout=self.logfile, stderr=self.logfile, close_fds=close_fds):
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/
H A Dsubprocess.pyi53 close_fds: bool = ...,
81 close_fds: bool = ...,
109 close_fds: bool = ...,
137 close_fds: bool = ...,
166 close_fds: bool = ...,
194 close_fds: bool = ...,
224 close_fds: bool = ...,
250 close_fds: bool = ...,
276 close_fds: bool = ...,
303 close_fds: bool = ...,
[all …]
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/3/
H A Dsubprocess.pyi64 close_fds: bool = ...,
92 close_fds: bool = ...,
120 close_fds: bool = ...,
148 close_fds: bool = ...,
177 close_fds: bool = ...,
205 close_fds: bool = ...,
235 close_fds: bool = ...,
261 close_fds: bool = ...,
287 close_fds: bool = ...,
314 close_fds: bool = ...,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dshell.py135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = True
268 p = _subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dshell.py135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = True
268 p = _subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/archivers/py-rcssmin/rcssmin-1.0.6/_setup/py3/
H A Dshell.py135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = True
268 p = _subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dshell.py135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = True
268 p = _subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dshell.py135 close_fds = False
139 close_fds = True
149 close_fds=close_fds,
216 close_fds = False
220 close_fds = True
224 argv, env=env, shell=shell, close_fds=close_fds
244 close_fds = False
247 close_fds = True
268 p = _subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/databases/pgbarman/barman-release-2.17/tests/
H A Dtest_command_wrappers.py89 close_fds=True,
117 close_fds=True,
145 close_fds=True,
173 close_fds=True,
205 close_fds=True,
232 close_fds=True,
260 close_fds=True,
288 close_fds=True,
316 close_fds=True,
347 close_fds=True,
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dsubprocess.pyi78 close_fds: bool = ...,
106 close_fds: bool = ...,
134 close_fds: bool = ...,
162 close_fds: bool = ...,
191 close_fds: bool = ...,
219 close_fds: bool = ...,
250 close_fds: bool = ...,
276 close_fds: bool = ...,
302 close_fds: bool = ...,
382 close_fds: bool = ...,
[all …]
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dsubprocess.pyi64 close_fds: bool = ...,
92 close_fds: bool = ...,
120 close_fds: bool = ...,
148 close_fds: bool = ...,
177 close_fds: bool = ...,
205 close_fds: bool = ...,
236 close_fds: bool = ...,
262 close_fds: bool = ...,
288 close_fds: bool = ...,
368 close_fds: bool = ...,
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False
302 close_fds = True
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = True
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/archivers/py-rcssmin/rcssmin-1.0.6/_setup/py2/
H A Dshell.py202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False
302 close_fds = True
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = True
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False
302 close_fds = True
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = True
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dshell.py202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False
302 close_fds = True
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = True
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dshell.py202 close_fds = False
206 close_fds = True
227 close_fds=close_fds,
298 close_fds = False
302 close_fds = True
310 argv, env=env, shell=shell, close_fds=close_fds
335 close_fds = False
338 close_fds = True
363 p = subprocess.Popen(argv, env=env, shell=shell, close_fds=close_fds)
/dports/devel/py-meliae/meliae-0.5.1/meliae/
H A Dfiles.py50 close_fds = False # not supported
52 close_fds = True
56 stderr=subprocess.PIPE, close_fds=close_fds)
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c149 close_fds(fd, i); in perf_systemwide_event_open()
553 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
569 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
570 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr()
600 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
616 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
617 close_fds(fd2, nprocs); in test_syswide_multi_same_addr()
663 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr_ro_wo()
664 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr_ro_wo()
710 close_fds(fd1, nprocs); in test_syswide_multi_same_addr_ro_wo()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c149 close_fds(fd, i); in perf_systemwide_event_open()
553 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
569 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
570 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr()
600 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
616 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
617 close_fds(fd2, nprocs); in test_syswide_multi_same_addr()
663 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr_ro_wo()
664 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr_ro_wo()
710 close_fds(fd1, nprocs); in test_syswide_multi_same_addr_ro_wo()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/powerpc/ptrace/
H A Dperf-hwbreak.c149 close_fds(fd, i); in perf_systemwide_event_open()
553 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
569 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr()
570 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr()
600 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
616 close_fds(fd1, nprocs); in test_syswide_multi_same_addr()
617 close_fds(fd2, nprocs); in test_syswide_multi_same_addr()
663 close_fds(fd1, nprocs); in test_syswide_multi_diff_addr_ro_wo()
664 close_fds(fd2, nprocs); in test_syswide_multi_diff_addr_ro_wo()
710 close_fds(fd1, nprocs); in test_syswide_multi_same_addr_ro_wo()
[all …]
/dports/math/py-pandas/pandas-1.2.5/pandas/io/clipboard/
H A D__init__.py107 p = subprocess.Popen(["pbcopy", "w"], stdin=subprocess.PIPE, close_fds=True)
111 p = subprocess.Popen(["pbpaste", "r"], stdout=subprocess.PIPE, close_fds=True)
176 ["xclip", "-selection", selection], stdin=subprocess.PIPE, close_fds=True
188 close_fds=True,
207 ["xsel", selection_flag, "-i"], stdin=subprocess.PIPE, close_fds=True
216 ["xsel", selection_flag, "-o"], stdout=subprocess.PIPE, close_fds=True
236 close_fds=True,
244 close_fds=True,
479 p = subprocess.Popen(["clip.exe"], stdin=subprocess.PIPE, close_fds=True)
487 close_fds=True,
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/tests/
H A Dtest.py63 p1 = Popen(server_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
64 p2 = Popen(client_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
65 p5 = Popen(tunnel_args, stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
85 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)
123 stdin=PIPE, stdout=PIPE, stderr=PIPE, close_fds=True)

12345678910>>...44