Searched defs:DepsContext (Results 1 – 25 of 28) sorted by relevance
12
/aosp12/build/soong/cc/ |
H A D | ndk_prebuilt.go | 62 func (*ndkPrebuiltObjectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps { 107 func (*ndkPrebuiltStlLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | proto.go | 62 func protoDeps(ctx DepsContext, deps Deps, p *android.ProtoProperties, static bool) Deps {
|
H A D | tidy.go | 67 func (tidy *tidyFeature) deps(ctx DepsContext, deps Deps) Deps {
|
H A D | toolchain_library.go | 44 func (*toolchainLibraryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | test.go | 346 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 D | coverage.go | 68 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
|
H A D | object.go | 212 func (object *objectLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | ndk_library.go | 276 func (linker *stubDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | binary.go | 147 func (binary *binaryDecorator) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | linker.go | 250 func (linker *baseLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | fuzz.go | 117 func (fuzz *fuzzBinary) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | prebuilt.go | 87 func (p *prebuiltLibraryLinker) linkerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | compiler.go | 265 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
/aosp12/build/soong/rust/ |
H A D | coverage.go | 38 func (cov *coverage) deps(ctx DepsContext, deps Deps) Deps {
|
H A D | binary.go | 86 func (binary *binaryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | source_provider.go | 93 func (sp *BaseSourceProvider) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | benchmark.go | 101 func (benchmark *benchmarkDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | prebuilt.go | 112 func (prebuilt *prebuiltLibraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | bindgen.go | 261 func (b *bindgenDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | protobuf.go | 201 func (proto *protobufDecorator) SourceProviderDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | test.go | 173 func (test *testDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | compiler.go | 300 func (compiler *baseCompiler) compilerDeps(ctx DepsContext, deps Deps) Deps { 321 func bionicDeps(ctx DepsContext, deps Deps, static bool) Deps {
|
H A D | fuzz.go | 77 func (fuzzer *fuzzDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
H A D | library.go | 403 func (library *libraryDecorator) compilerDeps(ctx DepsContext, deps Deps) Deps {
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_rust_source_provider.go | 96 func (sp *aidlRustSourceProvider) SourceProviderDeps(ctx rust.DepsContext, deps rust.Deps) rust.Dep…
|
12