Home
last modified time | relevance | path

Searched defs:LicenseGraph (Results 1 – 13 of 13) sorted by relevance

/build/make/tools/compliance/
Dpolicy_resolve.go41 func ResolveBottomUpConditions(lg *LicenseGraph) {
49 func TraceBottomUpConditions(lg *LicenseGraph, conditionsFn TraceConditions) {
143 func ResolveTopDownConditions(lg *LicenseGraph) {
150 func TraceTopDownConditions(lg *LicenseGraph, conditionsFn TraceConditions) {
Dpolicy_walk.go21 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 {
Dgraph.go40 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 {
Dtest_util.go114 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 …]
Dpolicy_policy.go194 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…
Dpolicy_resolveshare.go18 func ResolveSourceSharing(lg *LicenseGraph) ResolutionSet {
Dpolicy_resolveprivacy.go18 func ResolveSourcePrivacy(lg *LicenseGraph) ResolutionSet {
Dpolicy_resolvenotices.go18 func ResolveNotices(lg *LicenseGraph) ResolutionSet {
Dpolicy_shipped.go19 func ShippedNodes(lg *LicenseGraph) *TargetNodeSet {
Dpolicy_shareprivacyconflicts.go44 func ConflictingSharedPrivateSource(lg *LicenseGraph) []SourceSharePrivacyConflict {
Dreadgraph.go204 func addDependencies(lg *LicenseGraph, tn *TargetNode) error {
Dnoticeindex.go72 func IndexLicenseTexts(rootFS fs.FS, lg *LicenseGraph, rs ResolutionSet) (*NoticeIndex, error) {
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions_test.go936 matchString(*testContext, *compliance.LicenseGraph) string
946 func newTestCondition(lg *compliance.LicenseGraph, conditionName ...string) compliance.LicenseCondi…