Home
last modified time | relevance | path

Searched defs:targetMatcher (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/make/tools/compliance/cmd/dumpgraph/
H A Ddumpgraph_test.go531 type targetMatcher struct { struct
532 target string
533 conditions []string
536 func (tm *targetMatcher) matchString(ctx *testContext) string {
545 func (tm *targetMatcher) typeString() string {
/aosp_15_r20/build/make/tools/compliance/cmd/dumpresolutions/
H A Ddumpresolutions_test.go940 type targetMatcher struct { struct
941 target string
942 conditions []string
957 func (tm *targetMatcher) matchString(ctx *testContext, lg *compliance.LicenseGraph) string {
967 func (tm *targetMatcher) typeString() string {