Home
last modified time | relevance | path

Searched refs:barModule (Results 1 – 2 of 2) sorted by relevance

/build/blueprint/
Dcontext_test.go97 type barModule struct { struct
107 m := &barModule{}
111 func (b *barModule) Deps() []string { argument
115 func (b *barModule) IgnoreDeps() []string { argument
119 func (b *barModule) GenerateBuildActions(ModuleContext) { argument
122 func (b *barModule) Bar() bool { argument
126 func (b *barModule) Walk() bool { argument
438 b := ctx.moduleGroupFromName("B", nil).modules.firstModule().logicModule.(*barModule)
439 c := ctx.moduleGroupFromName("C", nil).modules.firstModule().logicModule.(*barModule)
/build/soong/java/
Djava_test.go590 barModule := ctx.ModuleForTests("bar", "android_common")
591 barJar := barModule.Output("combined/bar.jar").Output
610 barDexJar := barModule.Module().(*Import).DexJarBuildPath(errCtx)
631 entries = android.AndroidMkEntriesForTest(t, ctx, barModule.Module())[0]