Home
last modified time | relevance | path

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

/build/soong/makedeps/
Ddeps.go26 type Deps struct { struct
27 Output string
28 Inputs []string
81 func (d *Deps) Print() []byte {
/build/blueprint/
Dcontext_test.go58 Deps() []string methodSpec
79 func (f *fooModule) Deps() []string { func
109 func (b *barModule) Deps() []string { func
Dninja_defs.go27 type Deps int type
61 Deps Deps // The format of the dependency file. member
82 Deps Deps // The format of the dependency file. member
Dglob.go30 Deps []string member
/build/soong/rust/
Drust.go207 type Deps struct { struct
208 Dylibs []string
209 Rlibs []string
210 ProcMacros []string
211 SharedLibs []string
212 StaticLibs []string
214 CrtBegin, CrtEnd string
242 compilerDeps(ctx DepsContext, deps Deps) Deps
/build/soong/cc/
Dcc.go93 type Deps struct { struct
94 SharedLibs, LateSharedLibs []string
95 StaticLibs, LateStaticLibs, WholeStaticLibs []string
96 HeaderLibs []string
97 RuntimeLibs []string
99 StaticUnwinderIfLegacy bool
101 ReexportSharedLibHeaders, ReexportStaticLibHeaders, ReexportHeaderLibHeaders []string
103 ObjFiles []string
105 GeneratedSources []string
106 GeneratedHeaders []string
[all …]
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
/build/soong/android/
Dproto.go39 Deps Paths member
Dvisibility_test.go1195 Deps []string member
Dprebuilt_test.go301 Deps []string `android:"path"` member
Dmodule.go40 Deps blueprint.Deps member
2291 Deps []string `json:"dependencies,omitempty"` member