Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 25 of 29) 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/
Dcc.go97 type Deps struct { struct
98 SharedLibs, LateSharedLibs []string
99 StaticLibs, LateStaticLibs, WholeStaticLibs []string
100 HeaderLibs []string
101 RuntimeLibs []string
102 Rlibs []string
106 UnexportedStaticLibs []string
109 DataLibs []string
110 DataBins []string
113 SystemSharedLibs []string
[all …]
Dproto.go67 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
Dlinkable.go378 Deps android.Paths member
/build/blueprint/
Dcontext_test.go60 Deps() []string methodSpec
81 func (f *fooModule) Deps() []string { func
111 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
Dtransition_test.go324 func (f *transitionModule) Deps() []string { func
/build/soong/rust/
Drust.go410 type Deps struct { struct
411 Dylibs []string
412 Rlibs []string
413 Rustlibs []string
414 Stdlibs []string
415 ProcMacros []string
416 SharedLibs []string
417 StaticLibs []string
418 WholeStaticLibs []string
419 HeaderLibs []string
[all …]
Dproject_json.go50 Deps []rustProjectDep `json:"deps"` member
63 Deps map[string]int // The keys are the module names and not the crate names. member
Dtoolchain_library.go123 Deps []string member
Dsource_provider.go44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
Dcompiler.go45 compilerDeps(ctx DepsContext, deps Deps) Deps
519 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps {
540 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/android/
Dvisibility_test.go2071 Deps []string member
2102 Deps []string member
Dprebuilt_build_tool.go28 Deps []string `android:"path,arch_variant"` member
Dproto.go43 Deps Paths member
Dpackaging.go154 Deps proptools.Configurable[[]string] `android:"arch_variant"` member
174 Deps proptools.Configurable[[]string] `android:"arch_variant"` member
Dlicenses_test.go796 Deps []string member
Dprebuilt_test.go532 Deps []string `android:"path,arch_variant"` member
/build/make/tools/ide_query/ide_query_proto/
Dide_query.proto49 message Deps { message
Dide_query.pb.go210 Deps []*DepsResponse_Deps `protobuf:"bytes,1,rep,name=deps,proto3" json:"deps,omitempty"` member
342 Deps []string `protobuf:"bytes,5,rep,name=deps,proto3" json:"deps,omitempty"` member
/build/soong/aidl_library/
Daidl_library.go49 Deps []string `android:"arch_variant"` member
/build/blueprint/bootstrap/
Dbootstrap.go370 func (g *GoPackage) Deps() []string { func
448 func (g *GoBinary) Deps() []string { func
/build/make/tools/ide_query/
Dide_query.go324 Deps []string `json:"dependencies,omitempty"` member
/build/soong/compliance/license_metadata_proto/
Dlicense_metadata.pb.go67 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"` member

12