Home
last modified time | relevance | path

Searched refs:AllLicenseConditions (Results 1 – 3 of 3) sorted by relevance

/build/make/tools/compliance/
Dconditionset.go26 const AllLicenseConditions = LicenseConditionSet(LicenseConditionMask) const
151 for lc := LicenseConditionSet(0x01); 0x00 != (AllLicenseConditions & lc); lc <<= 1 {
162 for lc := LicenseConditionSet(0x01); 0x00 != (AllLicenseConditions & lc); lc <<= 1 {
173 for lc := LicenseConditionSet(0x01); 0x00 != (AllLicenseConditions & lc); lc <<= 1 {
183 return 0x00 == (cs & AllLicenseConditions)
Dconditionset_test.go488 notExpected := (AllLicenseConditions &^ expected)
583 notExpected := (AllLicenseConditions &^ expected)
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions.go201 cs := compliance.AllLicenseConditions