Searched refs:uses (Results 1 – 8 of 8) sorted by relevance
34 uses = set() # Data used but not consumed by this stage. variable in PipelineStage48 uses = stage.uses if isinstance(stage.uses, set) else {stage.uses}51 all_uses = consumes.union(uses)
177 uses = {"schema_etree"} variable in ValidatorConstructionStage186 uses = {"schema_path", "datachecks_path"} variable in ValidatorConstructionByFileStage198 self.uses = {"validator", self.etree_tag}205 uses = {"validator", "board_etree", "scenario_etree"} variable in SemanticValidationStage
67 uses = {"schema_etree", "scenario_etree"} variable in DefaultValuePopulatingStage
125 uses = {"schema_etree"} variable in SlicingSchemaByVMTypeStage179 uses = {"schema_etree"} variable in SlicingSchemaByViewStage
908 uses = {"schema_etree", "scenario_etree"} variable in UpgradingScenarioStage914 self.uses.add("launch_etree")
8 … this package is to ease the import of the supporting libraries in the ACRN configurator which uses
8 ``acrnprobe`` uses XML as the format of its configuration file, namely149 Name of sender. ``acrnprobe`` uses this label to distinguish different
184 If no custom configuration file is found, ``acrnprobe`` uses the settings in
Completed in 24 milliseconds