/build/soong/cmd/dep_fixer/ |
D | deps.go | 26 type Deps struct { struct 31 func Parse(filename string, r io.Reader) (*Deps, error) { 45 ret := &Deps{} 79 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 …]
|
D | main.go | 42 var mergedDeps *Deps
|
/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 | jdeps.go | 70 dpInfo.Deps = android.FirstUniqueStrings(dpInfo.Deps)
|
/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 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()))
|
D | context_test.go | 37 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/ |
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 { 96 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | xom.go | 35 func (xom *xom) deps(ctx BaseModuleContext, deps Deps) Deps {
|
D | test.go | 203 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 {
|
D | sabi.go | 45 func (sabimod *sabi) deps(ctx BaseModuleContext, deps Deps) Deps {
|
D | toolchain_library.go | 42 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | tidy.go | 50 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
|
D | object.go | 63 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | vendor_public_library.go | 104 func (stub *vendorPublicLibraryStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | coverage.go | 44 func (cov *coverage) deps(ctx BaseModuleContext, deps Deps) Deps {
|
D | ndk_library.go | 312 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps { 313 return Deps{}
|
D | vndk.go | 63 func (vndk *vndkdep) deps(ctx BaseModuleContext, deps Deps) Deps {
|
/build/blueprint/bootstrap/ |
D | glob.go | 55 Deps: blueprint.DepsGCC, 135 deptools.WriteDepFile(depFile, fileListFile, g.Deps)
|
/build/soong/android/ |
D | proto.go | 39 Deps Paths member 92 Deps: deps,
|
D | prebuilt_test.go | 260 Deps []string `android:"path"` 280 s.deps = PathsForModuleSrc(ctx, s.properties.Deps)
|
/build/kati/ |
D | serialize.go | 118 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)
|
D | exec.go | 79 numDeps: len(n.Deps) + len(n.OrderOnlys), 91 for _, d := range n.Deps {
|
/build/soong/python/ |
D | proto.go | 32 android.ProtoRule(ctx, rule, protoFile, flags, flags.Deps, outDir, depFile, nil)
|