/build/soong/rust/ |
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 | 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 {
|
D | bindgen.go | 178 func (b *bindgenDecorator) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 181 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | rust.go | 280 compilerDeps(ctx DepsContext, deps Deps) Deps argument 583 type DepsContext interface { interface 683 func (mod *Module) deps(ctx DepsContext) Deps {
|
D | library.go | 339 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
/build/soong/cc/ |
D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | toolchain_library.go | 45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, 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 | test.go | 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 | object.go | 94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
|
D | coverage.go | 64 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
|
D | llndk_library.go | 98 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | prebuilt.go | 84 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | ndk_library.go | 327 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | cc.go | 366 type DepsContext interface { interface 373 deps(ctx DepsContext, deps Deps) Deps argument 380 compilerDeps(ctx DepsContext, deps Deps) Deps argument 391 linkerDeps(ctx DepsContext, deps Deps) Deps argument 1653 func (c *Module) deps(ctx DepsContext) Deps { 3268 func getCurrentNdkPrebuiltVersion(ctx DepsContext) string { argument
|
D | binary.go | 129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | fuzz.go | 106 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | linker.go | 217 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
D | compiler.go | 240 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
D | library.go | 773 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps { 779 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|