Home
last modified time | relevance | path

Searched defs:Deps (Results 1 – 25 of 30) 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.go77 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
Dcc.go277 type Deps struct { struct
278 SharedLibs, LateSharedLibs []string
279 StaticLibs, LateStaticLibs, WholeStaticLibs []string
280 HeaderLibs []string
281 RuntimeLibs []string
285 UnexportedStaticLibs []string
288 DataLibs []string
289 DataBins []string
292 SystemSharedLibs []string
295 AidlLibs []string
[all …]
Dlinkable.go405 Deps android.Paths member
/build/blueprint/pathtools/
Dglob.go43 Deps []string member
77 func (results MultipleGlobResults) Deps() []string { func
/build/soong/rust/
Dproject_json.go51 Deps []rustProjectDep `json:"deps"` member
66 Deps map[string]int // The keys are the module names and not the crate names. member
Dtoolchain_library.go123 Deps []string member
Drust.go468 type Deps struct { struct
469 Dylibs []string
470 Rlibs []string
471 Rustlibs []string
472 Stdlibs []string
473 ProcMacros []string
474 SharedLibs []string
475 StaticLibs []string
476 WholeStaticLibs []string
477 HeaderLibs []string
[all …]
Dsource_provider.go44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
Dcompiler.go45 compilerDeps(ctx DepsContext, deps Deps) Deps
549 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps {
570 func muslDeps(ctx DepsContext, deps Deps, static bool) Deps {
/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
Dlicenses_test.go614 Deps []string member
Dprebuilt_test.go522 Deps []string `android:"path,arch_variant"` member
Dpackaging.go278 Deps proptools.Configurable[[]string] `android:"arch_variant"` member
/build/make/tools/ide_query/cc_analyzer_proto/
Dcc_analyzer.proto50 message Deps { message
Dcc_analyzer.pb.go225 Deps []*DepsResponse_Deps `protobuf:"bytes,1,rep,name=deps,proto3" json:"deps,omitempty"` member
357 Deps []string `protobuf:"bytes,5,rep,name=deps,proto3" json:"deps,omitempty"` member
/build/blueprint/
Dninja_defs.go29 type Deps int type
63 Deps Deps // The format of the dependency file. member
84 Deps Deps // The format of the dependency file. member
Dcontext_test.go66 Deps() []string methodSpec
89 func (b *baseTestModule) Deps() []string { func
Dtransition_test.go605 func (f *transitionModule) Deps() []string { func
/build/soong/fsgen/
Dfsgen_mutators.go259 Deps []string member
272 Deps []string member
/build/soong/aidl_library/
Daidl_library.go50 Deps []string `android:"arch_variant"` member
/build/make/tools/ide_query/
Dide_query.go444 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