Home
last modified time | relevance | path

Searched refs:resolution (Results 1 – 13 of 13) sorted by relevance

/build/make/tools/compliance/
Dpolicy_resolve.go58 return target.resolution, true
61 return target.resolution, true
66 target.resolution |= conditionsFn(target)
70 return target.resolution, false
86 target.resolution |= cs
87 cs = target.resolution
132 if cs.Difference(fnode.resolution).IsEmpty() {
146 fnode.resolution |= conditionsFn(fnode)
148 fnode.resolution |= cs
151 cs = fnode.resolution
Dpolicy_walk.go208 rmap[key][tn] = tn.resolution
210 cs := tn.resolution
221 rmap[tkey][tn] = tn.resolution
256 if cs := conditions.Intersection(tn.resolution); !cs.IsEmpty() {
Dreadgraph.go207 resolution LicenseConditionSet member
DAndroid.bp167 "resolution.go",
DREADME.md76 In this case, one or more resolution tuples will have the MIT license module in
Dtest_util.go375 cs := target.resolution
/build/make/tools/compliance/cmd/dumpresolutions/
Ddumpresolutions.go98 resolution in the graph. When -dot flag given, outputs nodes and edges
102 resolution for the union of the conditions. Otherwise, outputs the
103 resolution for all conditions.
/build/bazel/rules/cc/
Dstl.bzl15 # Helpers for stl property resolution.
/build/bazel/
Dcommon.bazelrc7 # Use toolchain resolution to find the cc toolchain.
/build/bazel/rules/apex/
Dapex_aab.bzl320 # The apex toolchain is not mandatory so that we don't get toolchain resolution errors
Dapex.bzl1113 # The apex toolchain is not mandatory so that we don't get toolchain resolution errors even
/build/soong/
DREADME.md279 constructs for namespace definition and name resolution (`namespace` and `using`
/build/bazel/docs/
Dinternal_concepts.md297 instance, creating variations that have an impact on dependency resolution.