Searched refs:toolpath (Results 1 – 10 of 10) sorted by relevance
| /tools/binman/ |
| A D | main.py | 49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument 81 test_name, toolpath, 88 def RunTestCoverage(toolpath, build_dir, args): argument 94 if toolpath: 95 for path in toolpath: 121 if not args.toolpath: 122 args.toolpath = ['./tools', 'build-sandbox/tools'] 126 RunTestCoverage(args.toolpath, args.build_dir, args.tests) 130 args.toolpath)
|
| A D | binman | 49 def RunTests(debug, verbosity, processes, test_preserve_dirs, args, toolpath): argument 81 test_name, toolpath, 88 def RunTestCoverage(toolpath, build_dir, args): argument 94 if toolpath: 95 for path in toolpath: 121 if not args.toolpath: 122 args.toolpath = ['./tools', 'build-sandbox/tools'] 126 RunTestCoverage(args.toolpath, args.build_dir, args.tests) 130 args.toolpath)
|
| A D | control.py | 843 if args.toolpath: 844 tool_paths += args.toolpath
|
| A D | README.rst | 277 the Makefile. You may find the -I and --toolpath options useful. The 1624 automatically added to the toolpath so there is no need to use `--toolpath` to 1652 [--toolpath TOOLPATH] [-T THREADS] [--test-section-timeout] 1683 --toolpath TOOLPATH 2071 but the --toolpath option can be used to specify additional search paths to 2165 `--toolpath` arguments. See :ref:`External tools`.
|
| A D | binman.rst | 277 the Makefile. You may find the -I and --toolpath options useful. The 1624 automatically added to the toolpath so there is no need to use `--toolpath` to 1652 [--toolpath TOOLPATH] [-T THREADS] [--test-section-timeout] 1683 --toolpath TOOLPATH 2071 but the --toolpath option can be used to specify additional search paths to 2165 `--toolpath` arguments. See :ref:`External tools`.
|
| A D | ftest.py | 280 toolpath=None, verbosity=None, no_capture=False): argument 293 cls.toolpath = toolpath 432 if self.toolpath: 433 for path in self.toolpath: 6951 if self.toolpath: 6952 for path in self.toolpath:
|
| /tools/u_boot_pylib/ |
| A D | test_util.py | 160 processes, test_name, toolpath, class_and_module_list): argument 186 if toolpath: 187 for path in toolpath: 214 toolpath=toolpath, verbosity=verbosity, no_capture=no_capture)
|
| /tools/patman/ |
| A D | test_common.py | 37 toolpath=None, verbosity=None, no_capture=False): argument 53 cls.toolpath = toolpath
|
| /tools/dtoc/ |
| A D | dtoc | 63 toolpath=[],
|
| A D | main.py | 63 toolpath=[],
|
Completed in 47 milliseconds