OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:barModule
(Results
1 - 2
of
2
) sorted by null
/build/blueprint/
context_test.go
48
type
barModule
struct {
55
m := &
barModule
{}
59
func (b *
barModule
) GenerateBuildActions(ModuleContext) {
62
func (b *
barModule
) Bar() bool {
66
func (b *
barModule
) Walk() bool {
/external/dagger2/compiler/src/test/java/dagger/internal/codegen/
MissingBindingSuggestionsTest.java
60
JavaFileObject
barModule
= JavaFileObjects.forSourceLines("test.
BarModule
",
67
"final class
BarModule
{",
75
"@Subcomponent(modules = {
BarModule
.class})",
90
" BarComponent getBar(
BarModule
barModule
);",
95
fooComponent, barComponent, topComponent, foo, bar,
barModule
))
Completed in 179 milliseconds