Home
last modified time | relevance | path

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

12

/aosp12/build/soong/cc/
H A Dndk_prebuilt.go62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
107 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dproto.go62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
H A Dtidy.go67 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
H A Dtoolchain_library.go44 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dtest.go346 func (test *testBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
494 func (test *testLibrary) linkerDeps(ctx DepsContext, deps Deps) Deps {
568 func (benchmark *benchmarkDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dcoverage.go68 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
H A Dobject.go212 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dndk_library.go276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dbinary.go147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dlinker.go250 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dfuzz.go117 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dprebuilt.go87 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
H A Dcompiler.go265 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
/aosp12/build/soong/rust/
H A Dcoverage.go38 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
H A Dbinary.go86 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
H A Dsource_provider.go93 func (sp *BaseSourceProvider) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
H A Dbenchmark.go101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
H A Dprebuilt.go112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
H A Dbindgen.go261 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
H A Dprotobuf.go201 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
H A Dtest.go173 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
H A Dcompiler.go300 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
321 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps {
H A Dfuzz.go77 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
H A Dlibrary.go403 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
/aosp12/system/tools/aidl/build/
H A Daidl_rust_source_provider.go96 func (sp *aidlRustSourceProvider) SourceProviderDeps(ctx rust.DepsContext, deps rust.Deps) rust.Dep…

12