Searched defs:LicenseConditionSet (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/build/make/tools/compliance/ |
H A D | conditionset.go | 23 type LicenseConditionSet LicenseCondition type 50 func (cs LicenseConditionSet) Union(other ...LicenseConditionSet) LicenseConditionSet { 69 func (cs LicenseConditionSet) MatchingAnySet(other ...LicenseConditionSet) LicenseConditionSet { 89 func (cs LicenseConditionSet) MatchesAnySet(other ...LicenseConditionSet) bool { 110 func (cs LicenseConditionSet) MatchesEverySet(other ...LicenseConditionSet) bool { 121 func (cs LicenseConditionSet) Intersection(other ...LicenseConditionSet) LicenseConditionSet { 140 func (cs LicenseConditionSet) Difference(other ...LicenseConditionSet) LicenseConditionSet {
|
H A D | policy_policy.go | 175 …ditionsPropagatingToTarget(lg *LicenseGraph, e *TargetEdge, depConditions LicenseConditionSet, tre… 199 …nditionsPropagatingToDep(lg *LicenseGraph, e *TargetEdge, targetConditions LicenseConditionSet, tr… 230 func conditionsAttachingAcrossEdge(lg *LicenseGraph, e *TargetEdge, universe LicenseConditionSet) L…
|
H A D | resolution.go | 107 func (rl ResolutionList) Matching(conditions LicenseConditionSet) ResolutionList { 119 func (rl ResolutionList) CountMatching(conditions LicenseConditionSet) int {
|
H A D | policy_walk.go | 139 func WalkResolutionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ResolutionSet { 249 func WalkActionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ActionSet {
|