Home
last modified time | relevance | path

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

123

/build/soong/cmd/dep_fixer/
Ddeps.go26 type Deps struct { struct
31 func Parse(filename string, r io.Reader) (*Deps, error) {
45 ret := &Deps{}
79 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 …]
Dmain.go42 var mergedDeps *Deps
/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)
Djdeps.go70 dpInfo.Deps = android.FirstUniqueStrings(dpInfo.Deps)
/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
170 if params.Deps != DepsNone {
171 r.Variables["deps"] = simpleNinjaString(params.Deps.String())
327 if params.Deps != DepsNone {
328 setVariable("deps", simpleNinjaString(params.Deps.String()))
Dcontext_test.go37 Deps []string
51 return f.properties.Deps
65 Deps []string
76 return b.properties.Deps
363 Deps []string
368 Deps: []string{"D"},
373 Deps: []string{"D"},
/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 {
96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dxom.go35 func (xom *xom) deps(ctx BaseModuleContext, deps Deps) Deps {
Dtest.go203 func (test *testDecorator) linkerDeps(ctx BaseModuleContext, deps Deps) Deps {
262 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
333 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
398 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dsabi.go45 func (sabimod *sabi) deps(ctx BaseModuleContext, deps Deps) Deps {
Dtoolchain_library.go42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtidy.go50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
Dobject.go63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dvendor_public_library.go104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcoverage.go44 func (cov *coverage) deps(ctx BaseModuleContext, deps Deps) Deps {
Dndk_library.go312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
313 return Deps{}
Dvndk.go63 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {
/build/blueprint/bootstrap/
Dglob.go55 Deps: blueprint.DepsGCC,
135 deptools.WriteDepFile(depFile, fileListFile, g.Deps)
/build/soong/android/
Dproto.go39 Deps Paths member
92 Deps: deps,
Dprebuilt_test.go260 Deps []string `android:"path"`
280 s.deps = PathsForModuleSrc(ctx, s.properties.Deps)
/build/kati/
Dserialize.go118 Deps []int member
201 for _, d := range n.Deps {
246 Deps: deps,
256 ns.serializeDepNodes(n.Deps)
558 for _, o := range n.Deps {
563 d.Deps = append(d.Deps, c)
611 depsSize += 4 * len(n.Deps)
Dexec.go79 numDeps: len(n.Deps) + len(n.OrderOnlys),
91 for _, d := range n.Deps {
/build/soong/python/
Dproto.go32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)

123