Searched refs:processes (Results 1 – 14 of 14) sorted by relevance
| /tools/dtoc/ |
| A D | dtoc | 44 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 D | main.py | 44 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 D | test_fdt | 958 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 D | test_fdt.py | 958 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 D | main.py | 49 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 D | binman | 49 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 D | README.rst | 522 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 D | binman.rst | 522 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 D | test_util.py | 160 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 D | boards.py | 751 processes = [] 761 processes.append(proc) 770 while any(p.is_alive() for p in processes): 777 for proc in processes:
|
| A D | README.rst | 1327 For situations where buildman is invoked from multiple running processes, it is
|
| A D | buildman.rst | 1327 For situations where buildman is invoked from multiple running processes, it is
|
| /tools/patman/ |
| A D | patman.rst | 565 function which processes commands called cmd_process().
|
| A D | README.rst | 565 function which processes commands called cmd_process().
|
Completed in 62 milliseconds