/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 | 68 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { 168 Deps bazel.LabelListAttribute member
|
D | cc.go | 93 type Deps struct { struct 94 SharedLibs, LateSharedLibs []string 95 StaticLibs, LateStaticLibs, WholeStaticLibs []string 96 HeaderLibs []string 97 RuntimeLibs []string 100 DataLibs []string 101 DataBins []string 104 SystemSharedLibs []string 107 StaticUnwinderIfLegacy bool 109 ReexportSharedLibHeaders, ReexportStaticLibHeaders, ReexportHeaderLibHeaders []string [all …]
|
D | library_headers.go | 117 Deps bazel.LabelListAttribute member
|
D | object.go | 128 Deps bazel.LabelListAttribute member
|
D | binary.go | 658 Deps bazel.LabelListAttribute member
|
/build/blueprint/ |
D | context_test.go | 59 Deps() []string methodSpec 80 func (f *fooModule) Deps() []string { func 110 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 83 Deps Deps // The format of the dependency file. member
|
/build/soong/python/ |
D | library.go | 45 Deps bazel.LabelListAttribute member
|
D | binary.go | 39 Deps bazel.LabelListAttribute member
|
/build/soong/rust/ |
D | rust.go | 397 type Deps struct { struct 398 Dylibs []string 399 Rlibs []string 400 Rustlibs []string 401 Stdlibs []string 402 ProcMacros []string 403 SharedLibs []string 404 StaticLibs []string 405 WholeStaticLibs []string 406 HeaderLibs []string [all …]
|
D | project_json.go | 51 Deps []rustProjectDep `json:"deps"` member 64 Deps map[string]int // The keys are the module names and not the crate names. member
|
D | source_provider.go | 45 SourceProviderDeps(ctx DepsContext, deps Deps) Deps
|
D | compiler.go | 383 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps { 404 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/java/ |
D | proto.go | 146 Deps bazel.LabelListAttribute member
|
D | plugin.go | 62 Deps bazel.LabelListAttribute member
|
/build/soong/android/ |
D | prebuilt_build_tool.go | 28 Deps []string `android:"path,arch_variant"` member
|
D | packaging.go | 108 Deps []string `android:"arch_variant"` member 126 Deps []string `android:"arch_variant"` member
|
D | visibility_test.go | 1184 Deps []string member
|
D | prebuilt_test.go | 559 Deps []string `android:"path,arch_variant"` member
|
D | proto.go | 53 Deps Paths member
|
D | licenses_test.go | 796 Deps []string member
|
/build/soong/etc/ |
D | snapshot_etc_test.go | 29 Deps []string `android:"path,arch_variant"` member
|
/build/soong/compliance/license_metadata_proto/ |
D | license_metadata.pb.go | 65 Deps []*AnnotatedDependency `protobuf:"bytes,13,rep,name=deps" json:"deps,omitempty"` member
|