Home
last modified time | relevance | path

Searched defs:LicenseConditionSet (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/build/make/tools/compliance/
H A Dconditionset.go23 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 Dpolicy_policy.go175 …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 Dresolution.go107 func (rl ResolutionList) Matching(conditions LicenseConditionSet) ResolutionList {
119 func (rl ResolutionList) CountMatching(conditions LicenseConditionSet) int {
H A Dpolicy_walk.go139 func WalkResolutionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ResolutionSet {
249 func WalkActionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ActionSet {