/build/soong/rust/ |
D | project_json.go | 59 Deps []rustProjectDep `json:"deps"` member 71 Deps map[string]int member 87 crate.Deps = append(crate.Deps, rustProjectDep{Crate: childId, Name: childName}) 113 mergeDependencies(ctx, project, knownCrates, module, &crate, cInfo.Deps) 116 crate := rustProjectCrate{Deps: make([]rustProjectDep, 0), Cfgs: make([]string, 0)} 125 knownCrates[crateName] = crateInfo{ID: id, Deps: deps}
|
D | source_provider.go | 39 sourceProviderDeps(ctx DepsContext, deps Deps) Deps argument 68 func (sp *baseSourceProvider) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
D | coverage.go | 36 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
|
D | bindgen.go | 46 Deps: blueprint.DepsGCC, 178 func (b *bindgenDecorator) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 181 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { 202 func bionicDeps(deps Deps) Deps { argument
|
D | prebuilt.go | 108 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | binary.go | 85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
/build/soong/makedeps/ |
D | deps.go | 26 type Deps struct { struct 31 func Parse(filename string, r io.Reader) (*Deps, error) { 45 ret := &Deps{} 81 func (d *Deps) Print() []byte { argument
|
D | deps_test.go | 29 output Deps 36 output: Deps{ 50 output: Deps{ 60 output: Deps{ 68 output: Deps{ 81 output: Deps{ 94 output: Deps{ 102 output: Deps{ 122 output: Deps{ 141 output: Deps{ [all …]
|
/build/blueprint/ |
D | ninja_defs.go | 27 type Deps int type 30 DepsNone Deps = iota 35 func (d Deps) String() string { 61 Deps Deps // The format of the dependency file. member 82 Deps Deps // The format of the dependency file. member 171 if params.Deps != DepsNone { 172 r.Variables["deps"] = simpleNinjaString(params.Deps.String()) 334 if params.Deps != DepsNone { 335 setVariable("deps", simpleNinjaString(params.Deps.String()))
|
D | context_test.go | 58 Deps() []string methodSpec 65 Deps []string 79 func (f *fooModule) Deps() []string { func 80 return f.properties.Deps 98 Deps []string 109 func (b *barModule) Deps() []string { func 110 return b.properties.Deps 137 mctx.AddDependency(mctx.Module(), walkerDepsTag{follow: true}, m.Deps()...) 461 Deps []string 466 Deps: []string{"D"}, [all …]
|
/build/soong/java/ |
D | jdeps_test.go | 32 if !reflect.DeepEqual(dpInfo.Deps, expected) { 33 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected) 45 if !reflect.DeepEqual(dpInfo.Deps, expected) { 46 t.Errorf("Library.IDEInfo() Deps = %v, want %v", dpInfo.Deps, expected)
|
D | proto.go | 45 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil) 123 flags.proto.Deps = append(flags.proto.Deps, hostTool)
|
D | jdeps.go | 72 dpInfo.Deps = android.FirstUniqueStrings(dpInfo.Deps)
|
/build/soong/cc/ |
D | proto.go | 42 protoDeps := flags.proto.Deps 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument 151 flags.proto.Deps = append(flags.proto.Deps, path)
|
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | test.go | 264 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps { 328 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps { 455 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps { 529 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | toolchain_library.go | 45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | sabi.go | 45 func (sabimod *sabi) deps(ctx BaseModuleContext, deps Deps) Deps {
|
D | tidy.go | 50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
|
D | vendor_public_library.go | 111 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | object.go | 94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
/build/soong/android/ |
D | module_test.go | 148 Deps []string 156 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
|
D | proto.go | 39 Deps Paths member 91 Deps: deps,
|
/build/soong/python/ |
D | proto.go | 32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
|