Home
last modified time | relevance | path

Searched refs:start_method (Results 1 – 25 of 586) sorted by relevance

12345678910>>...24

/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.4/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py140 if self.start_method not in AVAILABLE_START_METHODS:
141 self.skipTest("%r start method not available" % self.start_method)
149 expected_results = "%s -> [1, 4, 9]" % self.start_method
155 run_args = cmd_line_switches + (script_name, self.start_method)
274 start_method = 'spawn' variable in SpawnCmdLineTest
278 start_method = 'fork' variable in ForkCmdLineTest
282 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/databases/py-sqlite3/Python-3.8.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/databases/py-gdbm/Python-3.8.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_multiprocessing_main_handling.py152 if self.start_method not in AVAILABLE_START_METHODS:
153 self.skipTest("%r start method not available" % self.start_method)
161 expected_results = "%s -> [1, 4, 9]" % self.start_method
167 run_args = cmd_line_switches + (script_name, self.start_method)
286 start_method = 'spawn' variable in SpawnCmdLineTest
290 start_method = 'fork' variable in ForkCmdLineTest
294 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python-tools/Python-3.8.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_multiprocessing_main_handling.py152 if self.start_method not in AVAILABLE_START_METHODS:
153 self.skipTest("%r start method not available" % self.start_method)
161 expected_results = "%s -> [1, 4, 9]" % self.start_method
167 run_args = cmd_line_switches + (script_name, self.start_method)
286 start_method = 'spawn' variable in SpawnCmdLineTest
290 start_method = 'fork' variable in ForkCmdLineTest
294 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/test/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.7/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py149 if self.start_method not in AVAILABLE_START_METHODS:
150 self.skipTest("%r start method not available" % self.start_method)
158 expected_results = "%s -> [1, 4, 9]" % self.start_method
164 run_args = cmd_line_switches + (script_name, self.start_method)
283 start_method = 'spawn' variable in SpawnCmdLineTest
287 start_method = 'fork' variable in ForkCmdLineTest
291 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.6/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py145 if self.start_method not in AVAILABLE_START_METHODS:
146 self.skipTest("%r start method not available" % self.start_method)
154 expected_results = "%s -> [1, 4, 9]" % self.start_method
160 run_args = cmd_line_switches + (script_name, self.start_method)
279 start_method = 'spawn' variable in SpawnCmdLineTest
283 start_method = 'fork' variable in ForkCmdLineTest
287 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.10/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py152 if self.start_method not in AVAILABLE_START_METHODS:
153 self.skipTest("%r start method not available" % self.start_method)
161 expected_results = "%s -> [1, 4, 9]" % self.start_method
167 run_args = cmd_line_switches + (script_name, self.start_method)
286 start_method = 'spawn' variable in SpawnCmdLineTest
290 start_method = 'fork' variable in ForkCmdLineTest
294 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.5/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py139 if self.start_method not in AVAILABLE_START_METHODS:
140 self.skipTest("%r start method not available" % self.start_method)
148 expected_results = "%s -> [1, 4, 9]" % self.start_method
154 run_args = cmd_line_switches + (script_name, self.start_method)
273 start_method = 'spawn' variable in SpawnCmdLineTest
277 start_method = 'fork' variable in ForkCmdLineTest
281 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.8/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.9/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py150 if self.start_method not in AVAILABLE_START_METHODS:
151 self.skipTest("%r start method not available" % self.start_method)
159 expected_results = "%s -> [1, 4, 9]" % self.start_method
165 run_args = cmd_line_switches + (script_name, self.start_method)
284 start_method = 'spawn' variable in SpawnCmdLineTest
288 start_method = 'fork' variable in ForkCmdLineTest
292 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.6/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py145 if self.start_method not in AVAILABLE_START_METHODS:
146 self.skipTest("%r start method not available" % self.start_method)
154 expected_results = "%s -> [1, 4, 9]" % self.start_method
160 run_args = cmd_line_switches + (script_name, self.start_method)
279 start_method = 'spawn' variable in SpawnCmdLineTest
283 start_method = 'fork' variable in ForkCmdLineTest
287 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy3.7/multiprocess/tests/
H A Dtest_multiprocessing_main_handling.py149 if self.start_method not in AVAILABLE_START_METHODS:
150 self.skipTest("%r start method not available" % self.start_method)
158 expected_results = "%s -> [1, 4, 9]" % self.start_method
164 run_args = cmd_line_switches + (script_name, self.start_method)
283 start_method = 'spawn' variable in SpawnCmdLineTest
287 start_method = 'fork' variable in ForkCmdLineTest
291 start_method = 'forkserver' variable in ForkServerCmdLineTest
/dports/devel/py-coverage/coverage-4.5.4/tests/
H A Dtest_concurrency.py387 for start_method in start_methods:
388 if start_method and start_method not in multiprocessing.get_all_start_methods():
391 out = self.run_command("coverage run multi.py %s" % (start_method,))
440 for start_method in start_methods:
441 if start_method and start_method not in multiprocessing.get_all_start_methods():
444 out = self.run_command("coverage run --rcfile=multi.rc multi.py %s" % (start_method,))
/dports/net/dante/dante-1.4.3/lib/
H A Dconfig_scan.l124 %x start_method
794 <start_method>none {
799 <start_method>gssapi {
804 <start_method>username {
809 <start_method>rfc931 {
814 <start_method>pam.any {
829 <start_method>pam {
837 <start_method>bsdauth {
1325 BEGIN(start_method);
1332 BEGIN(start_method);
[all …]
/dports/sysutils/webmin/webmin-1.981/inetd/
H A Dinetd-solaris-10-lib.pl210 $firstarg, $argstr, $start_method, $retcode);
223 $start_method = "$cmd $argstr";
239 …ame=$name endpoint_type=$_[3] proto=$protocol wait=$wait user=$_[6] exec=$start_method $rpc_mods");
/dports/devel/py-pebble/Pebble-4.6.3/pebble/concurrent/
H A Dprocess.py81 start_method = mp_context.get_start_method()
83 start_method = 'spawn' if os.name == 'nt' else 'fork'
90 if start_method != 'fork':
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/wpt/
H A Dwpt.py140 start_method = multiprocessing.get_start_method()
141 if start_method != "spawn":
142 … logging.critical("The multiprocessing start method was set to %s by a caller", start_method)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/wpt/
H A Dwpt.py140 start_method = multiprocessing.get_start_method()
141 if start_method != "spawn":
142 … logging.critical("The multiprocessing start method was set to %s by a caller", start_method)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/wpt/
H A Dwpt.py173 start_method = multiprocessing.get_start_method()
174 if start_method != "spawn":
175 … logging.critical("The multiprocessing start method was set to %s by a caller", start_method)

12345678910>>...24