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/cc/
Dproto.go68 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
168 Deps bazel.LabelListAttribute member
Dcc.go93 type Deps struct { struct
94 SharedLibs, LateSharedLibs []string
95 StaticLibs, LateStaticLibs, WholeStaticLibs []string
96 HeaderLibs []string
97 RuntimeLibs []string
100 DataLibs []string
101 DataBins []string
104 SystemSharedLibs []string
107 StaticUnwinderIfLegacy bool
109 ReexportSharedLibHeaders, ReexportStaticLibHeaders, ReexportHeaderLibHeaders []string
[all …]
Dlibrary_headers.go117 Deps bazel.LabelListAttribute member
Dobject.go128 Deps bazel.LabelListAttribute member
Dbinary.go658 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/soong/python/
Dlibrary.go45 Deps bazel.LabelListAttribute member
Dbinary.go39 Deps bazel.LabelListAttribute member
/build/soong/rust/
Drust.go397 type Deps struct { struct
398 Dylibs []string
399 Rlibs []string
400 Rustlibs []string
401 Stdlibs []string
402 ProcMacros []string
403 SharedLibs []string
404 StaticLibs []string
405 WholeStaticLibs []string
406 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.go45 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/blueprint/pathtools/
Dglob.go42 Deps []string member
67 func (results MultipleGlobResults) Deps() []string { func
/build/soong/java/
Dproto.go146 Deps bazel.LabelListAttribute member
Dplugin.go62 Deps bazel.LabelListAttribute member
/build/soong/android/
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.go1184 Deps []string member
Dprebuilt_test.go559 Deps []string `android:"path,arch_variant"` member
Dproto.go53 Deps Paths member
Dlicenses_test.go796 Deps []string member
/build/soong/etc/
Dsnapshot_etc_test.go29 Deps []string `android:"path,arch_variant"` member
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go65 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"` member

12