Searched defs:Deps (Results 1 – 11 of 11) sorted by relevance
/build/soong/makedeps/ |
D | deps.go | 26 type Deps struct { struct 27 Output string 28 Inputs []string 81 func (d *Deps) Print() []byte {
|
/build/blueprint/ |
D | context_test.go | 58 Deps() []string methodSpec 79 func (f *fooModule) Deps() []string { func 109 func (b *barModule) Deps() []string { func
|
D | ninja_defs.go | 27 type Deps int type 61 Deps Deps // The format of the dependency file. member 82 Deps Deps // The format of the dependency file. member
|
D | glob.go | 30 Deps []string member
|
/build/soong/rust/ |
D | rust.go | 207 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/ |
D | cc.go | 93 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 …]
|
D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
/build/soong/android/ |
D | proto.go | 39 Deps Paths member
|
D | visibility_test.go | 1195 Deps []string member
|
D | prebuilt_test.go | 301 Deps []string `android:"path"` member
|
D | module.go | 40 Deps blueprint.Deps member 2291 Deps []string `json:"dependencies,omitempty"` member
|