Home
last modified time | relevance | path

Searched defs:read_process (Results 1 – 22 of 22) sorted by relevance

/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/test/
H A Dmodfcgid.py47 def read_process(cmd, args=''): function
H A Dmodwsgi.py50 def read_process(cmd, args=''): function
H A Dmodpy.py46 def read_process(cmd, args=''): function
H A Dmodfastcgi.py46 def read_process(cmd, args=''): function
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/test/
H A Dmodfcgid.py47 def read_process(cmd, args=''): function
H A Dmodwsgi.py50 def read_process(cmd, args=''): function
H A Dmodpy.py46 def read_process(cmd, args=''): function
H A Dmodfastcgi.py46 def read_process(cmd, args=''): function
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cherrypy/
H A D_cpmodpy.py289 def read_process(cmd, args=''): function
/dports/www/py-cherrypy/CherryPy-17.4.2/cherrypy/
H A D_cpmodpy.py291 def read_process(cmd, args=''): function
/dports/devel/lwp/lwp-2.8/src/
H A Drw.c174 static void read_process(void *arg) in read_process() function
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/
H A Dim2rec.py349read_process = [multiprocessing.Process(target=read_worker, args=(args, q_in[i], q_out)) \ variable
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/
H A Dim2rec.py349read_process = [multiprocessing.Process(target=read_worker, args=(args, q_in[i], q_out)) \ variable
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/rlimit-0.6.2/src/unix/
H A Dproc_limits.rs81 pub fn read_process(pid: pid_t) -> io::Result<Self> { in read_process() method
/dports/net/oha/oha-0.4.7/cargo-crates/rlimit-0.6.2/src/unix/
H A Dproc_limits.rs81 pub fn read_process(pid: pid_t) -> io::Result<Self> { in read_process() method
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/rlimit-0.6.2/src/unix/
H A Dproc_limits.rs81 pub fn read_process(pid: pid_t) -> io::Result<Self> { in read_process() method
/dports/textproc/py-sphinx/Sphinx-3.5.2/build/lib/sphinx/builders/
H A D__init__.py446 def read_process(docs: List[str]) -> bytes: function
/dports/textproc/py-sphinx/stage/usr/local/lib/python3.8/site-packages/sphinx/builders/
H A D__init__.py446 def read_process(docs: List[str]) -> bytes: function
/dports/textproc/py-sphinx/Sphinx-3.5.2/sphinx/builders/
H A D__init__.py446 def read_process(docs: List[str]) -> bytes: function
/dports/cad/openroad/OpenROAD-2.0/src/rcx/src/
H A Dext.cpp107 bool Ext::read_process(const std::string& name, const std::string& file) { in read_process() function in rcx::Ext
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dlsns.c424 static int read_process(struct lsns *ls, pid_t pid) in read_process() function
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/pydev_tests_python/
H A Ddebugger_unittest.py253 def read_process(stream, buffer, debug_stream, stream_name, finish): function