Home
last modified time | relevance | path

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

/build/soong/rust/
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 {
Dprebuilt.go108 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dbinary.go85 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dbindgen.go178 func (b *bindgenDecorator) sourceProviderDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go181 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
Drust.go280 compilerDeps(ctx DepsContext, deps Deps) Deps argument
583 type DepsContext interface { interface
683 func (mod *Module) deps(ctx DepsContext) Deps {
Dlibrary.go339 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
/build/soong/cc/
Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
108 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dtoolchain_library.go45 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, 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 {
Dtest.go328 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 {
Dobject.go94 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps { argument
Dcoverage.go64 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
Dllndk_library.go98 func (stub *llndkStubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dprebuilt.go84 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dndk_library.go327 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcc.go366 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
Dbinary.go129 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dfuzz.go106 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dlinker.go217 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
Dcompiler.go240 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
Dlibrary.go773 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
779 func (library *libraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {