Home
last modified time | relevance | path

Searched refs:_run_process (Results 1 – 25 of 33) sorted by relevance

12

/dports/www/firefox/firefox-99.0/build/
H A DRunCbindgen.py27 def _run_process(args): function
44 stdout, returncode = _run_process(
68 stdout, returncode = _run_process(
/dports/www/firefox-esr/firefox-91.8.0/build/
H A DRunCbindgen.py27 def _run_process(args): function
44 stdout, returncode = _run_process(
67 stdout, returncode = _run_process(
/dports/mail/thunderbird/thunderbird-91.8.0/build/
H A DRunCbindgen.py27 def _run_process(args): function
44 stdout, returncode = _run_process(
67 stdout, returncode = _run_process(
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/system/
H A Dmacos.py33 def _run_process(self, args): member in MacosDevice
58 self._run_process(cmd.split())
77 self._run_process(f"hdiutil detach {str(mount)}".split())
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/system/
H A Dmacos.py33 def _run_process(self, args): member in MacosDevice
58 self._run_process(cmd.split())
77 self._run_process(f"hdiutil detach {str(mount)}".split())
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/system/
H A Dmacos.py33 def _run_process(self, args): member in MacosDevice
58 self._run_process(cmd.split())
77 self._run_process(f"hdiutil detach {str(mount)}".split())
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_consoleoutput.py21 def _run_process(*args, **kw): function
24 mach_cmd.run_process = _run_process
H A Dtest_notebookupload.py16 def _run_process(*args, **kw):
19 mach_cmd.run_process = _run_process
H A Dtest_perfherder.py25 def _run_process(*args, **kw): function
28 mach_cmd.run_process = _run_process
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/tests/
H A Dtest_consoleoutput.py21 def _run_process(*args, **kw): function
24 mach_cmd.run_process = _run_process
H A Dtest_notebookupload.py16 def _run_process(*args, **kw): function
19 mach_cmd.run_process = _run_process
H A Dtest_perfherder.py25 def _run_process(*args, **kw): function
28 mach_cmd.run_process = _run_process
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_consoleoutput.py21 def _run_process(*args, **kw): function
24 mach_cmd.run_process = _run_process
H A Dtest_notebookupload.py16 def _run_process(*args, **kw): function
19 mach_cmd.run_process = _run_process
H A Dtest_perfherder.py25 def _run_process(*args, **kw): function
28 mach_cmd.run_process = _run_process
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozperftest/mozperftest/tests/
H A Dtest_consoleoutput.py21 def _run_process(*args, **kw): function
24 mach_cmd.run_process = _run_process
H A Dtest_perfherder.py25 def _run_process(*args, **kw): function
28 mach_cmd.run_process = _run_process
/dports/net/py-kafka-python/kafka-python-1.4.5/test/
H A Dtest_producer_legacy.py129 def _run_process(self, retries_limit=3, sleep_timeout=1): member in TestKafkaProducerSendUpstream
155 self._run_process()
189 self._run_process(2)
210 self._run_process(3, 3)
246 self._run_process(2)
/dports/databases/mongodb36/mongodb-src-r3.6.23/buildscripts/
H A Dgit.py186 result = Repository._run_process("clone", params)
200 result = Repository._run_process("rev-parse", params)
231 return self._run_process(cmd, params, cwd=self.directory)
234 def _run_process(cmd, params, cwd=None): member in Repository
/dports/math/clingo/clingo-5.5.1/libpyclingo/clingo/tests/
H A Dtest_application.py58 def _run_process(app: Callable[[Queue], Application], program: str, queue: Queue, args: Sequence[st… function
83 p = Process(target=_run_process, args=(app, program, q, tuple(args)))
/dports/x11/ulauncher/ulauncher/ulauncher/api/server/
H A DExtensionRunner.py74 run_process = run_async(daemon=True)(self._run_process)
77 def _run_process(self, extension_id): member in ExtensionRunner
/dports/www/qutebrowser/qutebrowser-2.4.0/qutebrowser/commands/
H A Duserscripts.py140 self._run_process(*self._args, **self._kwargs)
154 self._run_process(*self._args, **self._kwargs)
156 def _run_process(self, cmd, *args, env=None, verbose=False, member in _BaseUserscriptRunner
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/libregrtest/
H A Druntest_mp.py189 def _run_process(self, test_name): member in TestWorkerProcess
249 retcode, stdout, stderr = self._run_process(test_name)
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/libregrtest/
H A Druntest_mp.py189 def _run_process(self, test_name): member in TestWorkerProcess
249 retcode, stdout, stderr = self._run_process(test_name)
/dports/lang/python37/Python-3.7.12/Lib/test/libregrtest/
H A Druntest_mp.py189 def _run_process(self, test_name): member in TestWorkerProcess
249 retcode, stdout, stderr = self._run_process(test_name)

12