Lines Matching refs:modules
40 `BuildSystem` wraps collections of related tests in Python modules, which also hold
55 The `BuildSystem` configure modules mentioned above, containing one `Configure` object
141 The `configure.py` script constructs a tree of configure modules and
185 The `Dump` method runs over the tree of configure modules, and outputs
216 …<path>', nargs.Arg(None, os.path.join(os.getcwd(), 'modules'), 'Specify location of auxiliary modu…
223 for all configure modules. The first argument groups these options into
225 modules for the configure run, using the `setupDependencies()` method.
247 The `projectdir` and `arch` modules define the project root
250 dependency graph for configure modules, and returns the module object so
253 modules to our package configure header. We can also automatically
254 create configure modules based upon what we see on the filesystem,
270 The provider modules customize the information given to the module based
281 for a configure run. It maintains a graph of all the configure modules
286 recursively on all the child modules. The `cleanup()` method performs
298 dependencies between the child modules, and provides a partial order on
308 modules by other modules in the same run provides a model for the