Home
last modified time | relevance | path

Searched refs:MatchesAnySet (Results 1 – 7 of 7) sorted by relevance

/build/make/tools/compliance/
Dresolution.go110 if r.Resolves().MatchesAnySet(conditions) {
122 if r.Resolves().MatchesAnySet(conditions) {
Dpolicy_shareprivacyconflicts.go53 if actsOn.pure && !actsOn.LicenseConditions().MatchesAnySet(ImpliesShared) {
Dconditionset_test.go553 if actual.MatchesAnySet(expected) {
563 if !actual.MatchesAnySet(expected) {
575 if actual.MatchesAnySet(expected, notExpected) {
579 if !actual.MatchesAnySet(expected, notExpected) {
583 if actual.MatchesAnySet(notExpected) {
Dpolicy_policy.go213 if !conditionsFn(e.target).MatchesAnySet(ImpliesRestricted) {
Dconditionset.go89 func (cs LicenseConditionSet) MatchesAnySet(other ...LicenseConditionSet) bool { func
/build/make/tools/compliance/cmd/listshare/
Dlistshare.go152 …if shareSource.IsPureAggregate(target) && !target.LicenseConditions().MatchesAnySet(compliance.Imp…
/build/make/tools/compliance/cmd/rtrace/
Drtrace.go237 if tn.LicenseConditions().MatchesAnySet(compliance.ImpliesRestricted) {