/build/soong/makedeps/ |
D | deps.go | 26 type Deps struct { struct 27 Output string 28 Inputs []string 81 func (d *Deps) Print() []byte {
|
/build/soong/cc/ |
D | cc.go | 97 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 …]
|
D | proto.go | 67 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
D | linkable.go | 378 Deps android.Paths member
|
/build/blueprint/ |
D | context_test.go | 60 Deps() []string methodSpec 81 func (f *fooModule) Deps() []string { func 111 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 | transition_test.go | 324 func (f *transitionModule) Deps() []string { func
|
/build/soong/rust/ |
D | rust.go | 410 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 …]
|
D | project_json.go | 50 Deps []rustProjectDep `json:"deps"` member 63 Deps map[string]int // The keys are the module names and not the crate names. member
|
D | toolchain_library.go | 123 Deps []string member
|
D | source_provider.go | 44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
|
D | compiler.go | 45 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/ |
D | glob.go | 42 Deps []string member 67 func (results MultipleGlobResults) Deps() []string { func
|
/build/soong/android/ |
D | visibility_test.go | 2071 Deps []string member 2102 Deps []string member
|
D | prebuilt_build_tool.go | 28 Deps []string `android:"path,arch_variant"` member
|
D | proto.go | 43 Deps Paths member
|
D | packaging.go | 154 Deps proptools.Configurable[[]string] `android:"arch_variant"` member 174 Deps proptools.Configurable[[]string] `android:"arch_variant"` member
|
D | licenses_test.go | 796 Deps []string member
|
D | prebuilt_test.go | 532 Deps []string `android:"path,arch_variant"` member
|
/build/make/tools/ide_query/ide_query_proto/ |
D | ide_query.proto | 49 message Deps { message
|
D | ide_query.pb.go | 210 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/ |
D | aidl_library.go | 49 Deps []string `android:"arch_variant"` member
|
/build/blueprint/bootstrap/ |
D | bootstrap.go | 370 func (g *GoPackage) Deps() []string { func 448 func (g *GoBinary) Deps() []string { func
|
/build/make/tools/ide_query/ |
D | ide_query.go | 324 Deps []string `json:"dependencies,omitempty"` member
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 67 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"` member
|