Home
last modified time | relevance | path

Searched refs:processes (Results 1 – 14 of 14) sorted by relevance

/tools/dtoc/
A Ddtoc44 def run_tests(processes, args): argument
62 test_preserve_dirs=False, processes=processes, test_name=test_name,
113 ret_code = run_tests(args.processes, args)
A Dmain.py44 def run_tests(processes, args): argument
62 test_preserve_dirs=False, processes=processes, test_name=test_name,
113 ret_code = run_tests(args.processes, args)
A Dtest_fdt958 def run_tests(names, processes): argument
972 'test_fdt', False, False, False, False, processes, test_name, None,
995 ret_code = run_tests(args.name, args.processes)
A Dtest_fdt.py958 def run_tests(names, processes): argument
972 'test_fdt', False, False, False, False, processes, test_name, None,
995 ret_code = run_tests(args.name, args.processes)
/tools/binman/
A Dmain.py49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
80 'binman', debug, verbosity, False, test_preserve_dirs, processes,
128 ret_code = RunTests(args.debug, args.verbosity, args.processes,
A Dbinman49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument
80 'binman', debug, verbosity, False, test_preserve_dirs, processes,
128 ret_code = RunTests(args.debug, args.verbosity, args.processes,
A DREADME.rst522 each entry in the images it processes. The option to enable this is -u and it
1918 -P PROCESSES, --processes PROCESSES
1919 set number of processes to use for running tests. This defaults to the
A Dbinman.rst522 each entry in the images it processes. The option to enable this is -u and it
1918 -P PROCESSES, --processes PROCESSES
1919 set number of processes to use for running tests. This defaults to the
/tools/u_boot_pylib/
A Dtest_util.py160 processes, test_name, toolpath, class_and_module_list): argument
198 if use_concurrent and processes != 1 and not test_name:
200 fork_for_tests(processes or multiprocessing.cpu_count()))
/tools/buildman/
A Dboards.py751 processes = []
761 processes.append(proc)
770 while any(p.is_alive() for p in processes):
777 for proc in processes:
A DREADME.rst1327 For situations where buildman is invoked from multiple running processes, it is
A Dbuildman.rst1327 For situations where buildman is invoked from multiple running processes, it is
/tools/patman/
A Dpatman.rst565 function which processes commands called cmd_process().
A DREADME.rst565 function which processes commands called cmd_process().

Completed in 62 milliseconds