Home
last modified time | relevance | path

Searched defs:LicenseCondition (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/build/make/tools/compliance/
H A Dconditionset.go30 func NewLicenseConditionSet(conditions ...LicenseCondition) LicenseConditionSet {
40 func (cs LicenseConditionSet) Plus(conditions ...LicenseCondition) LicenseConditionSet {
59 func (cs LicenseConditionSet) MatchingAny(conditions ...LicenseCondition) LicenseConditionSet {
78 func (cs LicenseConditionSet) HasAny(conditions ...LicenseCondition) bool {
99 func (cs LicenseConditionSet) HasAll(conditions ...LicenseCondition) bool {
130 func (cs LicenseConditionSet) Minus(conditions ...LicenseCondition) LicenseConditionSet {
H A Dcondition.go23 type LicenseCondition uint16 type
H A DREADME.md45 ### LicenseCondition subsection