Home
last modified time | relevance | path

Searched refs:Deps (Results 1 – 25 of 95) sorted by relevance

1234

/build/bazel/json_module_graph/
Dlibrary.jq10 .Deps = [.Deps | .[] | transformModule(f)]
53 (.Deps | .[] | f) |= (. | mapDelta($outer; .))
65 .Deps = [.Deps[] | select(differentDep($ov; $od))]
83 { Name: .Name, Deps: .Deps | map(.Name) }
87 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort})
91 map({key: .Name, value: .Deps}) | from_entries
116 .Deps |= [.[] | select(.Name == $to)] |
117 select((.Deps | length) > 0)
DdistanceFromLeaves.jq6 { Name: .Name, Deps: .Deps | map(.Name) }
10 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort})
14 map({key: .Name, value: .Deps}) | from_entries
DvariantTransitions.jq8 filterMatchingDeps | select(.Deps | length > 0) |
12 .Deps |= map(deleteDependencyVariations) |
13 .Deps |= groupDeps
DprintModule.jq11 .Deps |= map(deleteDependencyVariations) |
12 .Deps |= groupDeps
DdirectDeps.jq5 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
/build/soong/android/
Dpackaging.go108 Deps []string `android:"arch_variant"` member
126 Deps []string `android:"arch_variant"` member
147 ret = append(ret, p.properties.Deps...)
149 ret = append(ret, p.properties.Multilib.Lib32.Deps...)
151 ret = append(ret, p.properties.Multilib.Lib64.Deps...)
153 ret = append(ret, p.properties.Multilib.Common.Deps...)
158 ret = append(ret, p.properties.Deps...)
160 ret = append(ret, p.properties.Multilib.First.Deps...)
168 ret = append(ret, p.properties.Arch.Arm64.Deps...)
170 ret = append(ret, p.properties.Arch.Arm.Deps...)
[all …]
Dprebuilt_build_tool.go28 Deps []string `android:"path,arch_variant"` member
61 deps := PathsForModuleSrc(ctx, t.properties.Deps)
/build/soong/makedeps/
Ddeps.go26 type Deps struct { struct
31 func Parse(filename string, r io.Reader) (*Deps, error) {
45 ret := &Deps{}
81 func (d *Deps) Print() []byte { argument
Ddeps_test.go29 output Deps
36 output: Deps{
50 output: Deps{
60 output: Deps{
68 output: Deps{
81 output: Deps{
94 output: Deps{
102 output: Deps{
122 output: Deps{
141 output: Deps{
[all …]
/build/soong/rust/
Dsource_provider.go45 SourceProviderDeps(ctx DepsContext, deps Deps) Deps argument
93 func (sp *BaseSourceProvider) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
Dprotobuf.go86 protoFlags.Deps = append(protoFlags.Deps, protoPluginPath)
97 grpcProtoFlags.Deps = append(grpcProtoFlags.Deps, grpcPath, protoPluginPath)
137 android.ProtoRule(rule, protoFile, protoFlags, protoFlags.Deps, outDir, depFile, ruleOutputs)
152 …android.ProtoRule(rule, grpcFile, grpcProtoFlags, grpcProtoFlags.Deps, outDir, depFile, ruleOutput…
207 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
Dproject_json.go51 Deps []rustProjectDep `json:"deps"` member
64 Deps map[string]int // The keys are the module names and not the crate names. member
189 crate.Deps = append(crate.Deps, rustProjectDep{Crate: childId, Name: rChild.CrateName()})
238 Deps: make([]rustProjectDep, 0),
256 singleton.knownCrates[rModule.Name()] = crateInfo{Idx: idx, Deps: deps}
272 singleton.mergeDependencies(ctx, rModule, &crate, cInfo.Deps)
Dcoverage.go39 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
Dprebuilt.go166 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
223 func (prebuilt *prebuiltProcMacroDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dbenchmark.go101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/java/
Djdeps_test.go32 if !reflect.DeepEqual(dpInfo.Deps, expected) {
33 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected)
45 if !reflect.DeepEqual(dpInfo.Deps, expected) {
46 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected)
Dplugin.go62 Deps bazel.LabelListAttribute member
71 deps := depLabels.Deps
81 Deps: deps,
Dproto.go52 android.ProtoRule(rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
135 flags.proto.Deps = append(flags.proto.Deps, hostTool)
146 Deps bazel.LabelListAttribute member
179 protoAttrs.Deps.SetValue(bazel.LabelList{Includes: []bazel.Label{protoLabel}})
/build/blueprint/
Dninja_defs.go27 type Deps int type
30 DepsNone Deps = iota
35 func (d Deps) String() string {
61 Deps Deps // The format of the dependency file. member
83 Deps Deps // The format of the dependency file. member
173 if params.Deps != DepsNone {
174 r.Variables["deps"] = simpleNinjaString(params.Deps.String())
345 if params.Deps != DepsNone {
346 setVariable("deps", simpleNinjaString(params.Deps.String()))
/build/soong/cc/
Dproto.go48 protoDeps := flags.proto.Deps
68 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
159 flags.proto.Deps = append(flags.proto.Deps, path)
168 Deps bazel.LabelListAttribute member
206 protoAttrs.Deps.SetValue(bazel.LabelList{Includes: []bazel.Label{protoLabel}})
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
107 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/python/
Dlibrary.go45 Deps bazel.LabelListAttribute member
70 Deps: baseAttrs.Deps,
Dbinary.go39 Deps bazel.LabelListAttribute member
76 Deps: baseAttrs.Deps,
/build/make/tools/compliance/
Dreadgraph.go167 esize += len(tn.proto.Deps)
176 tn.proto.Deps = []*license_metadata_proto.AnnotatedDependency{}
205 tn.edges = make(TargetEdgeList, 0, len(tn.proto.Deps))
206 for _, ad := range tn.proto.Deps {
267 for _, ad := range tn.proto.Deps {
/build/blueprint/pathtools/
Dglob.go42 Deps []string member
67 func (results MultipleGlobResults) Deps() []string { func
70 deps = append(deps, result.Deps...)
145 Deps: deps,

1234