| /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 | proto.go | 77 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
| D | cc.go | 277 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 …]
|
| D | linkable.go | 405 Deps android.Paths member
|
| /build/blueprint/pathtools/ |
| D | glob.go | 43 Deps []string member 77 func (results MultipleGlobResults) Deps() []string { func
|
| /build/soong/rust/ |
| D | project_json.go | 51 Deps []rustProjectDep `json:"deps"` member 66 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 | rust.go | 468 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 …]
|
| D | source_provider.go | 44 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
|
| D | compiler.go | 45 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/ |
| 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 | licenses_test.go | 614 Deps []string member
|
| D | prebuilt_test.go | 522 Deps []string `android:"path,arch_variant"` member
|
| D | packaging.go | 278 Deps proptools.Configurable[[]string] `android:"arch_variant"` member
|
| /build/make/tools/ide_query/cc_analyzer_proto/ |
| D | cc_analyzer.proto | 50 message Deps { message
|
| D | cc_analyzer.pb.go | 225 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/ |
| D | ninja_defs.go | 29 type Deps int type 63 Deps Deps // The format of the dependency file. member 84 Deps Deps // The format of the dependency file. member
|
| D | context_test.go | 66 Deps() []string methodSpec 89 func (b *baseTestModule) Deps() []string { func
|
| D | transition_test.go | 605 func (f *transitionModule) Deps() []string { func
|
| /build/soong/fsgen/ |
| D | fsgen_mutators.go | 259 Deps []string member 272 Deps []string member
|
| /build/soong/aidl_library/ |
| D | aidl_library.go | 50 Deps []string `android:"arch_variant"` member
|
| /build/make/tools/ide_query/ |
| D | ide_query.go | 444 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
|