• Home
  • Raw
  • Download

Lines Matching refs:Module

28 	VisitDirectDeps(blueprint.Module, func(dep blueprint.Module))  argument
31 func hasDirectDep(ctx visitDirectDepsInterface, m android.Module, wantDep android.Module) bool { argument
33 ctx.VisitDirectDeps(m, func(dep blueprint.Module) {
132 if !hasDirectDep(result, libTest.Module(), libFooAfdoVariant.Module()) {
136 if !hasDirectDep(result, libFooAfdoVariant.Module(), libBarAfdoVariant.Module()) {
160 if hasDirectDep(result, libTest.Module(), libFoo.Module()) {
164 if !hasDirectDep(result, libFoo.Module(), libBar.Module()) {
194 if !hasDirectDep(result, libTest32.Module(), libFooAfdoVariant32.Module()) {
198 if !hasDirectDep(result, libFooAfdoVariant32.Module(), libBarAfdoVariant32.Module()) {
243 if !hasDirectDep(result, libTestHost.Module(), libFooHost.Module()) {
247 if !hasDirectDep(result, libFooHost.Module(), libBarHost.Module()) {
304 libTest := result.ModuleForTests(t, "libTest", "android_arm64_armv8-a_shared").Module()
306 libBar := result.ModuleForTests(t, "libBar", "android_arm64_armv8-a_static").Module()
308 if !hasDirectDep(result, libTest, libFoo.Module()) {
312 if !hasDirectDep(result, libFoo.Module(), libBar) {
506 if !hasDirectDep(result, libTest.Module(), libFooAfdoVariantWithLibTest.Module()) {
510 if !hasDirectDep(result, libBar.Module(), libFooAfdoVariantWithLibBar.Module()) {
566 if !hasDirectDep(result, libTest.Module(), libFooAfdoVariant.Module()) {
570 if !hasDirectDep(result, libFooAfdoVariant.Module(), libBarAfdoVariant.Module()) {
588 if hasDirectDep(result, libTest.Module(), libFoo.Module()) {
592 if !hasDirectDep(result, libFoo.Module(), libBar.Module()) {