Home
last modified time | relevance | path

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

12

/build/soong/android/
Dbase_module_context.go51 OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag
104 GetDirectDepsWithTag(tag blueprint.DependencyTag) []Module argument
109 GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint.Module argument
114 GetDirectDep(name string) (blueprint.Module, blueprint.DependencyTag)
142 VisitDirectDepsWithTag(tag blueprint.DependencyTag, visit func(Module)) argument
205 GetTagPath() []blueprint.DependencyTag
231 tagPath []blueprint.DependencyTag
244 func (b *baseModuleContext) OtherModuleDependencyTag(m blueprint.Module) blueprint.DependencyTag {
273 func (b *baseModuleContext) GetDirectDepWithTag(name string, tag blueprint.DependencyTag) blueprint…
304 blueprint.DependencyTag
[all …]
Ddeptag.go40 func IsInstallDepNeededTag(tag blueprint.DependencyTag) bool { argument
Dmutator.go225 …AddDependency(module blueprint.Module, tag blueprint.DependencyTag, name ...string) []blueprint.Mo… argument
232 AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) argument
273 …AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag, names ...s… argument
288 …AddFarVariationDependencies([]blueprint.Variation, blueprint.DependencyTag, ...string) []blueprint… argument
294 AddInterVariantDependency(tag blueprint.DependencyTag, from, to blueprint.Module) argument
415 DepTag() blueprint.DependencyTag
530 func (c *outgoingTransitionContextImpl) DepTag() blueprint.DependencyTag {
732 func (b *bottomUpMutatorContext) AddDependency(module blueprint.Module, tag blueprint.DependencyTag
739 …rContext) AddReverseDependency(module blueprint.Module, tag blueprint.DependencyTag, name string) {
790 …torContext) AddVariationDependencies(variations []blueprint.Variation, tag blueprint.DependencyTag,
[all …]
Ddeptag_test.go41 blueprint.DependencyTag
46 blueprint.DependencyTag
Dlicense_sdk_member.go34 …pe) AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []strin…
Ddeapexer.go166 blueprint.DependencyTag
Dsdk.go419 blueprint.DependencyTag
527 AddDependencies(ctx SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []string) argument
Dprebuilt.go37 blueprint.DependencyTag
590 …ctx.ReplaceDependenciesIf(name, func(from blueprint.Module, tag blueprint.DependencyTag, to bluepr…
694 var psiDepTag blueprint.DependencyTag
Dpackaging.go124 AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag) argument
315 func (p *PackagingBase) AddDeps(ctx BottomUpMutatorContext, depTag blueprint.DependencyTag) {
Dapex.go317 blueprint.DependencyTag
328 blueprint.DependencyTag
338 blueprint.DependencyTag
Dlicense_metadata.go217 func licenseAnnotationsFromTag(tag blueprint.DependencyTag) string { argument
/build/soong/cc/
Dlinkable.go63 type SantizableDependencyTagChecker func(tag blueprint.DependencyTag) bool
280 func DepTagMakeSuffix(depTag blueprint.DependencyTag) string { argument
288 func SharedDepTag() blueprint.DependencyTag {
293 func StaticDepTag(wholeStatic bool) blueprint.DependencyTag {
298 func IsWholeStaticLib(depTag blueprint.DependencyTag) bool { argument
306 func HeaderDepTag() blueprint.DependencyTag {
Dbinary_sdk_member.go41 …ependencies(ctx android.SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []strin…
Dafdo.go124 func afdoPropagateViaDepTag(tag blueprint.DependencyTag) bool { argument
Dlto.go172 func ltoPropagateViaDepTag(tag blueprint.DependencyTag) bool { argument
Dorderfile.go195 func orderfilePropagateViaDepTag(tag blueprint.DependencyTag) bool { argument
/build/blueprint/
Dtransition.go131 DepTag() DependencyTag
212 depTag DependencyTag
216 func (c *transitionContextImpl) DepTag() DependencyTag {
249 …return func(source *moduleInfo, sourceVariation string, dep *moduleInfo, depTag DependencyTag) str…
308 …tion func(source *moduleInfo, sourceVariation string, dep *moduleInfo, depTag DependencyTag) string
Dmodule_ctx.go209 GetDirectDepWithTag(name string, tag DependencyTag) Module argument
214 GetDirectDep(name string) (Module, DependencyTag)
302 OtherModuleDependencyTag(m Module) DependencyTag
536 func (m *baseModuleContext) OtherModuleDependencyTag(logicModule Module) DependencyTag {
613 func (m *baseModuleContext) GetDirectDep(name string) (Module, DependencyTag) {
623 func (m *baseModuleContext) GetDirectDepWithTag(name string, tag DependencyTag) Module {
856 AddDependency(module Module, tag DependencyTag, name ...string) []Module argument
863 AddReverseDependency(module Module, tag DependencyTag, name string) argument
904 AddVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
919 AddFarVariationDependencies([]Variation, DependencyTag, ...string) []Module argument
[all …]
Dmodule_ctx_test.go63 func addVariantDepsMutator(variants []Variation, tag DependencyTag, from, to string) func(ctx Botto… argument
71 func addVariantDepsResultMutator(variants []Variation, tag DependencyTag, from, to string, results … argument
/build/soong/java/
Dbootclasspath.go55 …mUpMutatorContext, propertyName string, refs []ApexVariantReference, tag blueprint.DependencyTag) { argument
78 …lePair(ctx android.BottomUpMutatorContext, apex string, name string, tag blueprint.DependencyTag) { argument
128 func gatherApexModulePairDepsWithTag(ctx android.BaseModuleContext, tag blueprint.DependencyTag) []… argument
Dsystemserver_classpath_fragment.go215 func IsSystemServerClasspathFragmentContentDepTag(tag blueprint.DependencyTag) bool { argument
246 …ependencies(ctx android.SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []strin…
Dclasspath_fragment.go103 …NamesAndStems(ctx android.ModuleContext, contents []string, tag blueprint.DependencyTag) []string { argument
/build/soong/apex/
Dapex_sdk_member.go43 …ependencies(ctx android.SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []strin…
/build/soong/sdk/
Dmember_trait_test.go35 …ependencies(ctx android.SdkDependencyContext, dependencyTag blueprint.DependencyTag, names []strin…
/build/soong/rust/
Dsanitize.go280 var depTag blueprint.DependencyTag
469 func IsSanitizableDependencyTag(tag blueprint.DependencyTag) bool { argument

12