Searched refs:intersection (Results 1 - 11 of 11) sorted by relevance
/pkg/src/modules/lint/ |
H A D | base.py | 155 intersection = vc.intersection(cmp_var) 156 intersection.simplify(pkg_vars, 160 for k in intersection.sat_set: 213 intersection = vc.intersection(cmp_var) 214 intersection.simplify(pkg_vars, 218 for k in intersection.sat_set:
|
/pkg/src/modules/ |
H A D | variant.py | 299 tmp = self.intersection(vc) 304 def intersection(self, vc): member in class:VariantCombinations
|
H A D | manifest.py | 533 # package have at least one facet, then the intersection 581 vcfacets = vfacets[0].intersection(*vfacets[1:])
|
/pkg/src/tests/api/ |
H A D | t_variant.py | 147 intersect = vc3_s.intersection(vc1_s)
|
H A D | t_dependencies.py | 2547 if dep_paths.intersection(set(bypass)): 2550 dep_paths.intersection(set(bypass)))))))
|
H A D | t_api_list.py | 385 states = raw_states.intersection(exp_states)
|
/pkg/src/modules/actions/ |
H A D | file.py | 388 not set(digest.DEFAULT_GELF_HASH_ATTRS).intersection(
|
/pkg/src/modules/client/ |
H A D | pkg_solver.py | 479 # Find intersection of the set of conditional, group, 2052 all_keys = reduce(set.intersection, 2060 reduce(set.intersection, 2094 reduce(set.intersection, ret[pkg_name][0]),
|
/pkg/src/modules/publish/ |
H A D | dependencies.py | 745 # The intersection of the variants which apply to the 749 inter = path_vars.intersection(p_vc) 782 vc_intersection = path_vars.intersection(link_vc) 841 # path are the intersection of the variants for 1004 1. The intersection between any two satisfied sets of the
|
/pkg/src/util/publish/ |
H A D | pkgmerge.py | 314 if pub_list and len(set(pub_list).intersection(known_pubs)) == 0:
|
/pkg/src/ |
H A D | client.py | 3328 intersection(set([x[0] for x in opts]))
|
Completed in 144 milliseconds