Lines Matching refs:satisfied
78 # satisfied. 'via-links' contains the links used to reach 'path.'
309 """Given a list of dependencies, remove those which are satisfied by
348 pvc = variants.VariantCombinations(pvars, satisfied=True)
736 # If tmp_vars has been satisfied, then this function should
783 # If the link only matters under variants that are satisfied,
819 # mark the specific combinations which are satisfied by
870 dependency must be satisfied."""
880 # If orig_dep_vars is satisfied, then this function should never
962 dependency must be satisfied.
966 # If the file dependency has already satisfied all its variants, then
973 # If dep_vars is satisfied then we found at least one solution. It's
980 # If the dependency isn't fully satisfied, resolve it against the
983 # We only need to resolve for the variants not already satisfied
986 # If dep_vars has been satisfied, then we should have exited the
1004 1. The intersection between any two satisfied sets of the
1007 2. If a piece of information was satisfied under a particular
1009 VariantCombination which has that combination in its satisfied set.
1030 # 'info' is satisfied have been covered by previous
1037 # Check to see how i_vc and old_vc's satisfied sets
1046 # satisfied but i_vc is not, add the VariantCombination
1051 # If i_vc and old_vc are both satisfied under some
1061 # If i_vc is not None, then i_vc was satisfied under some
1325 # satisfied set of the variant combination of the require-any
1330 # At the end, if the require-any dependency is still satisfied
1425 # successors is not satisfied under the same set of variant
1569 def split_off_variants(dep, pkg_vars, satisfied=False):
1581 return dep, variants.VariantCombinations(dep_vars, satisfied=satisfied)
1625 satisfied=True)
1634 satisfied=True)
1692 return variants.VariantCombinations(act_vct, satisfied=True)
1826 satisfied=True)