Searched defs:LicenseGraph (Results 1 – 13 of 13) sorted by relevance
/build/make/tools/compliance/ |
D | policy_resolve.go | 41 func ResolveBottomUpConditions(lg *LicenseGraph) { 49 func TraceBottomUpConditions(lg *LicenseGraph, conditionsFn TraceConditions) { 143 func ResolveTopDownConditions(lg *LicenseGraph) { 150 func TraceTopDownConditions(lg *LicenseGraph, conditionsFn TraceConditions) {
|
D | policy_walk.go | 21 Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetEdge) interface{} 54 func WalkTopDown(ctx EdgeContextProvider, lg *LicenseGraph, visit VisitNode) { 91 func WalkResolutionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ResolutionSet { 201 func WalkActionsForCondition(lg *LicenseGraph, conditions LicenseConditionSet) ActionSet {
|
D | graph.go | 40 type LicenseGraph struct { struct 50 rootFiles []string 55 edges TargetEdgeList 59 targets map[string]*TargetNode 63 wgBU *sync.WaitGroup 67 wgTD *sync.WaitGroup 71 shippedNodes *TargetNodeSet 74 mu sync.Mutex 78 func (lg *LicenseGraph) Edges() TargetEdgeList { 85 func (lg *LicenseGraph) Targets() TargetNodeList {
|
D | test_util.go | 114 func newTestNode(lg *LicenseGraph, targetName string) *TargetNode { 124 func newTestCondition(lg *LicenseGraph, targetName string, conditionName string) LicenseCondition { 138 func newTestConditionSet(lg *LicenseGraph, targetName string, conditionName []string) LicenseCondit… 288 func logGraph(lg *LicenseGraph, t *testing.T) { 339 func toActionSet(lg *LicenseGraph, data []act) ActionSet { 355 func toResolutionSet(lg *LicenseGraph, data []res) ResolutionSet { 420 func asActionList(lg *LicenseGraph) actionList { 434 func toActionList(lg *LicenseGraph, actions []tcond) actionList { 459 func toConflictList(lg *LicenseGraph, data []confl) []SourceSharePrivacyConflict { 478 func checkSameActions(lg *LicenseGraph, asActual, asExpected ActionSet, t *testing.T) { [all …]
|
D | policy_policy.go | 194 func depConditionsPropagatingToTarget(lg *LicenseGraph, e *TargetEdge, depConditions LicenseConditi… 221 func targetConditionsPropagatingToDep(lg *LicenseGraph, e *TargetEdge, targetConditions LicenseCond… 255 func conditionsAttachingAcrossEdge(lg *LicenseGraph, e *TargetEdge, universe LicenseConditionSet) L…
|
D | policy_resolveshare.go | 18 func ResolveSourceSharing(lg *LicenseGraph) ResolutionSet {
|
D | policy_resolveprivacy.go | 18 func ResolveSourcePrivacy(lg *LicenseGraph) ResolutionSet {
|
D | policy_resolvenotices.go | 18 func ResolveNotices(lg *LicenseGraph) ResolutionSet {
|
D | policy_shipped.go | 19 func ShippedNodes(lg *LicenseGraph) *TargetNodeSet {
|
D | policy_shareprivacyconflicts.go | 44 func ConflictingSharedPrivateSource(lg *LicenseGraph) []SourceSharePrivacyConflict {
|
D | readgraph.go | 204 func addDependencies(lg *LicenseGraph, tn *TargetNode) error {
|
D | noticeindex.go | 72 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {
|
/build/make/tools/compliance/cmd/dumpresolutions/ |
D | dumpresolutions_test.go | 936 matchString(*testContext, *compliance.LicenseGraph) string 946 func newTestCondition(lg *compliance.LicenseGraph, conditionName ...string) compliance.LicenseCondi…
|