Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 25 of 34) sorted by relevance

12

/build/soong/makedeps/
Ddeps.go26 type Deps struct { struct
27 Output string
28 Inputs []string
81 func (d *Deps) Print() []byte {
/build/soong/python/
Dbp2build.go29 Deps bazel.LabelListAttribute member
35 Deps bazel.LabelListAttribute member
45 Deps bazel.LabelListAttribute member
138 Deps bazel.LabelListAttribute member
/build/soong/cc/
Dproto.go68 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
168 Deps bazel.LabelListAttribute member
Dcc.go96 type Deps struct { struct
97 SharedLibs, LateSharedLibs []string
98 StaticLibs, LateStaticLibs, WholeStaticLibs []string
99 HeaderLibs []string
100 RuntimeLibs []string
104 UnexportedStaticLibs []string
107 DataLibs []string
108 DataBins []string
111 SystemSharedLibs []string
114 StaticUnwinderIfLegacy bool
[all …]
Dlibrary_headers.go126 Deps bazel.LabelListAttribute member
Dobject.go145 Deps bazel.LabelListAttribute member
Dbinary.go685 Deps bazel.LabelListAttribute member
/build/blueprint/
Dcontext_test.go59 Deps() []string methodSpec
80 func (f *fooModule) Deps() []string { func
110 func (b *barModule) Deps() []string { func
Dninja_defs.go27 type Deps int type
61 Deps Deps // The format of the dependency file. member
83 Deps Deps // The format of the dependency file. member
/build/blueprint/pathtools/
Dglob.go42 Deps []string member
67 func (results MultipleGlobResults) Deps() []string { func
/build/soong/android/
Dproto.go45 Deps Paths member
166 Deps bazel.LabelListAttribute member
Dprebuilt_build_tool.go28 Deps []string `android:"path,arch_variant"` member
Dpackaging.go108 Deps []string `android:"arch_variant"` member
126 Deps []string `android:"arch_variant"` member
Dvisibility_test.go1952 Deps []string member
Dprebuilt_test.go559 Deps []string `android:"path,arch_variant"` member
Dlicenses_test.go796 Deps []string member
Dfilegroup.go85 Deps bazel.LabelListAttribute member
/build/soong/rust/
Drust.go404 type Deps struct { struct
405 Dylibs []string
406 Rlibs []string
407 Rustlibs []string
408 Stdlibs []string
409 ProcMacros []string
410 SharedLibs []string
411 StaticLibs []string
412 WholeStaticLibs []string
413 HeaderLibs []string
[all …]
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
Dsource_provider.go44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
Dcompiler.go383 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps {
404 func muslDeps(ctx DepsContext, deps Deps, static bool) Deps {
/build/soong/java/
Dplugin.go62 Deps bazel.LabelListAttribute member
Dproto.go146 Deps bazel.LabelListAttribute member
/build/soong/etc/
Dsnapshot_etc_test.go29 Deps []string `android:"path,arch_variant"` member
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go67 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"` member

12