Lines Matching refs:bp
226 bp blueprint.BaseModuleContext member
238 return b.bp.OtherModuleName(m)
240 func (b *baseModuleContext) OtherModuleDir(m blueprint.Module) string { return b.bp.OtherModuleDir(…
242 b.bp.OtherModuleErrorf(m, fmt, args...)
245 return b.bp.OtherModuleDependencyTag(m)
247 func (b *baseModuleContext) OtherModuleExists(name string) bool { return b.bp.OtherModuleExists(nam…
249 return b.bp.OtherModuleDependencyVariantExists(variations, name)
252 return b.bp.OtherModuleFarDependencyVariantExists(variations, name)
255 return b.bp.OtherModuleReverseDependencyVariantExists(name)
258 return b.bp.OtherModuleType(m)
262 return b.bp.OtherModuleProvider(m, provider)
266 return b.bp.Provider(provider)
270 b.bp.SetProvider(provider, value)
274 return b.bp.GetDirectDepWithTag(name, tag)
278 return b.bp
298 missingDeps = append(missingDeps, b.bp.EarlyGetMissingDependencies()...)
351 returnedTag := b.bp.OtherModuleDependencyTag(aModule)
356 } else if b.bp.OtherModuleName(module) == name {
357 returnedTag := b.bp.OtherModuleDependencyTag(module)
401 if b.bp.OtherModuleDependencyTag(aModule) == tag {
417 b.bp.VisitDirectDeps(visit)
429 b.bp.VisitDirectDeps(func(module blueprint.Module) {
430 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
437 b.bp.VisitDirectDeps(func(module blueprint.Module) {
438 if b.bp.OtherModuleDependencyTag(module) == tag {
439 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
447 b.bp.VisitDirectDepsIf(
450 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
463 b.bp.VisitDepsDepthFirst(func(module blueprint.Module) {
464 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
471 b.bp.VisitDepsDepthFirstIf(
474 …if aModule := b.validateAndroidModule(module, b.bp.OtherModuleDependencyTag(module), b.strictVisit…
487 b.bp.WalkDeps(visit)
493 b.bp.WalkDeps(func(child, parent blueprint.Module) bool {
520 b.bp.VisitAllModuleVariants(func(module blueprint.Module) {
526 return b.bp.PrimaryModule().(Module)
530 return b.bp.FinalModule().(Module)