Home
last modified time | relevance | path

Searched refs:moduleProvider (Results 1 – 5 of 5) sorted by relevance

/build/soong/android/
Dprovider.go60 moduleProvider(blueprint.Module, blueprint.AnyProviderKey) (any, bool) methodSpec
71 value, ok := ctx.moduleProvider(module, provider)
Dsingleton.go38 moduleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) methodSpec
282 func (s *singletonContextAdaptor) moduleProvider(module blueprint.Module, provider blueprint.AnyPro… func
Dandroidmk.go173 return a.ctx.moduleProvider(a.mod, provider)
500 moduleProvider(module blueprint.Module, provider blueprint.AnyProviderKey) (any, bool) methodSpec
Dtesting.go205 func (ctx *TestContext) moduleProvider(m blueprint.Module, p blueprint.AnyProviderKey) (any, bool) { func
223 return ctx.moduleProvider(module, provider)
Dmakevars.go97 moduleProvider(module blueprint.Module, key blueprint.AnyProviderKey) (any, bool) methodSpec