Home
last modified time | relevance | path

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

/tools/patman/
A Dpytest.ini2 addopts = --doctest-modules
/tools/binman/
A Dbintool.py32 modules = {} variable
82 module = modules.get(module_name)
97 modules[module_name] = module
438 def WriteDocs(modules, test_missing=None): argument
458 modules = sorted(modules)
460 for name in modules:
A Dentry.py21 modules = {} variable
192 module = modules.get(module_name)
204 modules[module_name] = module
828 def WriteDocs(modules, test_missing=None): argument
849 modules = sorted(modules)
852 if '_testing' in modules:
853 modules.remove('_testing')
855 for name in modules:
A Dcontrol.py160 def WriteEntryDocs(modules, test_missing=None): argument
170 Entry.WriteDocs(modules, test_missing)
173 def write_bintool_docs(modules, test_missing=None): argument
182 bintool.Bintool.WriteDocs(modules, test_missing)
A DREADME.rst2438 - Rationalise the fdt, fdt_util and pylibfdt modules which currently have some
A Dbinman.rst2438 - Rationalise the fdt, fdt_util and pylibfdt modules which currently have some
/tools/buildman/
A Dkconfiglib.py1044 self.modules = self._lookup_sym("MODULES")
3246 if node.item is not self.modules:
3440 return (AND, self.m, self.modules)
4281 not self.kconfig.modules.tri_value):
4732 if self is self.kconfig.modules:
4869 if self is self.kconfig.modules:
5179 if self.orig_type is TRISTATE and not self.kconfig.modules.tri_value:
5849 if sc is sc.kconfig.modules:
A DREADME.rst254 this then you will need to obtain those modules::
A Dbuildman.rst254 this then you will need to obtain those modules::
/tools/u_boot_pylib/
A DLICENSE157 code means all the source code for all modules it contains, plus any

Completed in 34 milliseconds