Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 10 of 10) sorted by relevance

/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:
203 if isinstance(module, str) and (not test_name or test_name == module):
213 preserve_outdirs=test_preserve_dirs and test_name is not None,
215 if test_name:
220 if test_name in loader.getTestCaseNames(module):
221 suite.addTests(loader.loadTestsFromName(test_name, module))
/tools/dtoc/
A Ddtoc56 test_name = args.files and args.files[0] or None
62 test_preserve_dirs=False, processes=processes, test_name=test_name,
A Dmain.py56 test_name = args.files and args.files[0] or None
62 test_preserve_dirs=False, processes=processes, test_name=test_name,
A Dtest_fdt970 test_name = names[0] if names else None
972 'test_fdt', False, False, False, False, processes, test_name, None,
A Dtest_fdt.py970 test_name = names[0] if names else None
972 'test_fdt', False, False, False, False, processes, test_name, None,
A Dtest_dtoc.py171 def test_name(self): member in TestDtoc
/tools/buildman/
A Dbuildman45 test_name = args.terms and args.terms[0] or None
52 'buildman', debug, verbose, False, False, args.threads, test_name, [],
A Dmain.py45 test_name = args.terms and args.terms[0] or None
52 'buildman', debug, verbose, False, False, args.threads, test_name, [],
/tools/binman/
A Dmain.py75 test_name = args and args[0] or None
81 test_name, toolpath,
A Dbinman75 test_name = args and args[0] or None
81 test_name, toolpath,

Completed in 24 milliseconds