Home
last modified time | relevance | path

Searched refs:Deps (Results 1 – 25 of 58) sorted by relevance

123

/build/soong/rust/
Dproject_json.go59 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}
Dsource_provider.go39 sourceProviderDeps(ctx DepsContext, deps Deps) Deps argument
68 func (sp *baseSourceProvider) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
Dcoverage.go36 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
Dbindgen.go46 Deps: blueprint.DepsGCC,
178 func (b *bindgenDecorator) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go181 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
202 func bionicDeps(deps Deps) Deps { argument
Dprebuilt.go108 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dbinary.go85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/makedeps/
Ddeps.go26 type Deps struct { struct
31 func Parse(filename string, r io.Reader) (*Deps, error) {
45 ret := &Deps{}
81 func (d *Deps) Print() []byte { argument
Ddeps_test.go29 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/
Dninja_defs.go27 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()))
Dcontext_test.go58 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/
Djdeps_test.go32 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)
Dproto.go45 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
123 flags.proto.Deps = append(flags.proto.Deps, hostTool)
Djdeps.go72 dpInfo.Deps = android.FirstUniqueStrings(dpInfo.Deps)
/build/soong/cc/
Dproto.go42 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)
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtest.go264 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 {
Dtoolchain_library.go45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dsabi.go45 func (sabimod *sabi) deps(ctx BaseModuleContext, deps Deps) Deps {
Dtidy.go50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
Dvendor_public_library.go111 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dobject.go94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/android/
Dmodule_test.go148 Deps []string
156 ctx.AddDependency(ctx.Module(), nil, m.props.Deps...)
Dproto.go39 Deps Paths member
91 Deps: deps,
/build/soong/python/
Dproto.go32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)

123