Home
last modified time | relevance | path

Searched refs:_start_process (Results 1 – 18 of 18) sorted by relevance

/dports/www/node10/node-v10.24.1/deps/v8/tools/testrunner/local/
H A Dcommand.py50 process = self._start_process(**additional_popen_kwargs)
82 def _start_process(self, **additional_popen_kwargs): member in BaseCommand
145 def _start_process(self, **kwargs): member in WindowsCommand
164 return super(WindowsCommand, self)._start_process(**kwargs)
/dports/lang/v8/v8-9.6.180.12/tools/testrunner/local/
H A Dcommand.py102 process = self._start_process()
126 def _start_process(self): member in BaseCommand
191 def _start_process(self): member in PosixCommand
233 def _start_process(self, **kwargs): member in WindowsCommand
252 return super(WindowsCommand, self)._start_process(**kwargs)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/testrunner/local/
H A Dcommand.py102 process = self._start_process()
126 def _start_process(self): member in BaseCommand
191 def _start_process(self): member in PosixCommand
229 def _start_process(self, **kwargs): member in WindowsCommand
248 return super(WindowsCommand, self)._start_process(**kwargs)
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/testrunner/local/
H A Dcommand.py102 process = self._start_process()
126 def _start_process(self): member in BaseCommand
191 def _start_process(self): member in PosixCommand
233 def _start_process(self, **kwargs): member in WindowsCommand
252 return super(WindowsCommand, self)._start_process(**kwargs)
/dports/print/cups-filters/cups-filters-1.28.10/filter/foomatic-rip/
H A Dprocess.c94 static pid_t _start_process(const char *name, in _start_process() function
194 return _start_process(name, exec_command, (void*)command, fdin, fdout, 1); in start_system_process()
199 return _start_process(name, proc_func, user_arg, fdin, fdout, 0); in start_process()
/dports/print/foomatic-filters/foomatic-filters-4.0.17/
H A Dprocess.c93 static int _start_process(const char *name, in _start_process() function
187 return _start_process(name, exec_command, (void*)command, fdin, fdout, 1); in start_system_process()
192 return _start_process(name, proc_func, user_arg, fdin, fdout, 0); in start_process()
/dports/devel/py-watchgod/watchgod-0.7/watchgod/
H A Dmain.py148 def _start_process(target: 'AnyCallable', args: Tuple[Any, ...], kwargs: Optional[Dict[str, Any]]) … function
186 process = _start_process(target=target, args=args, kwargs=kwargs)
195 process = _start_process(target=target, args=args, kwargs=kwargs)
217 start_process = partial(_start_process, target=target, args=args, kwargs=kwargs)
/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dio_winedbg.c95 0x7b444730 _start_process+0x10a: cc 83 ec 08 57 56 e8 b5 fe ff ff 83 c4 04 50 e8 in __read()
96 0x7b444740 _start_process+0x11a: 24 2f 01 00 83 c4 0c 8b 44 24 68 83 ec 08 ff 70 in __read()
97 0x7b444750 _start_process+0x12a: 5c 6a fe e8 27 2f 01 00 83 c4 08 e8 34 de 01 00 in __read()
/dports/sysutils/aptly/aptly-1.4.0/system/t12_api/
H A Dunix_socket.py16 … self.aptly_server = self._start_process("aptly api serve -no-lock -listen=%s" % (self.base_url),)
H A Dsystemd_handover.py21 self.aptly_server = self._start_process("%s -l %s aptly api serve -no-lock" %
/dports/games/anki/anki-2.1.16/anki/
H A Dmpv.py86 self._start_process()
111 def _start_process(self): member in MPVBase
381 self._start_process()
/dports/sysutils/aptly/aptly-1.4.0/system/
H A Dapi_lib.py30 …APITest.aptly_server = self._start_process("aptly api serve -no-lock -listen=%s" % (self.base_url)…
H A Dlib.py200 def _start_process(self, command, stderr=subprocess.STDOUT, stdout=None): member in BaseTest
222 proc = self._start_process(command, stdout=subprocess.PIPE)
/dports/net/p5-Net-CascadeCopy/Net-CascadeCopy-0.2.6/lib/Net/
H A DCascadeCopy.pm144 $self->_start_process( $group, $source, $target );
213 sub _start_process { subroutine
/dports/sysutils/tracker/tracker-2.3.4/utils/trackertestutils/
H A Dhelpers.py88 def _start_process(self, command_args=None, extra_env=None): member in Helper
157 self.process = self._start_process(command_args=command_args,
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/tests/functional-tests/common/utils/
H A Dhelpers.py86 def _start_process(self): member in Helper
165 self.process = self._start_process()
/dports/security/py-asyncssh/asyncssh-2.8.1/asyncssh/
H A Dprocess.py1274 SSHServerStreamSession.__init__(self, self._start_process,
1279 def _start_process(self, stdin, stdout, stderr): member in SSHServerProcess
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/webserver/
H A Dprocess_handler.py668 self._start_process()
746 def _start_process(self): member in CrawlProcessHandler