Home
last modified time | relevance | path

Searched refs:uses (Results 1 – 8 of 8) sorted by relevance

/misc/config_tools/scenario_config/
A Dpipeline.py34 uses = set() # Data used but not consumed by this stage. variable in PipelineStage
48 uses = stage.uses if isinstance(stage.uses, set) else {stage.uses}
51 all_uses = consumes.union(uses)
A Dvalidator.py177 uses = {"schema_etree"} variable in ValidatorConstructionStage
186 uses = {"schema_path", "datachecks_path"} variable in ValidatorConstructionByFileStage
198 self.uses = {"validator", self.etree_tag}
205 uses = {"validator", "board_etree", "scenario_etree"} variable in SemanticValidationStage
A Ddefault_populator.py67 uses = {"schema_etree", "scenario_etree"} variable in DefaultValuePopulatingStage
A Dschema_slicer.py125 uses = {"schema_etree"} variable in SlicingSchemaByVMTypeStage
179 uses = {"schema_etree"} variable in SlicingSchemaByViewStage
A Dupgrader.py908 uses = {"schema_etree", "scenario_etree"} variable in UpgradingScenarioStage
914 self.uses.add("launch_etree")
/misc/config_tools/
A DREADME.md8 … this package is to ease the import of the supporting libraries in the ACRN configurator which uses
/misc/debug_tools/acrn_crashlog/acrnprobe/
A Dconf.rst8 ``acrnprobe`` uses XML as the format of its configuration file, namely
149 Name of sender. ``acrnprobe`` uses this label to distinguish different
A DREADME.rst184 If no custom configuration file is found, ``acrnprobe`` uses the settings in

Completed in 24 milliseconds