Home
last modified time | relevance | path

Searched refs:ProviderKey (Results 1 – 10 of 10) sorted by relevance

/build/blueprint/
Dprovider.go52 type ProviderKey *provider type
54 var providerRegistry []ProviderKey
65 func NewProvider(exampleValue interface{}) ProviderKey {
79 func NewMutatorProvider(exampleValue interface{}, mutator string) ProviderKey {
116 func (c *Context) setProvider(m *moduleInfo, provider ProviderKey, value interface{}) { argument
163 func (c *Context) provider(m *moduleInfo, provider ProviderKey) (interface{}, bool) { argument
Dmodule_ctx.go321 OtherModuleProvider(m Module, provider ProviderKey) interface{} argument
324 OtherModuleHasProvider(m Module, provider ProviderKey) bool argument
331 Provider(provider ProviderKey) interface{} argument
334 HasProvider(provider ProviderKey) bool argument
340 SetProvider(provider ProviderKey, value interface{}) argument
567 func (m *baseModuleContext) OtherModuleProvider(logicModule Module, provider ProviderKey) interface…
573 func (m *baseModuleContext) OtherModuleHasProvider(logicModule Module, provider ProviderKey) bool {
579 func (m *baseModuleContext) Provider(provider ProviderKey) interface{} {
584 func (m *baseModuleContext) HasProvider(provider ProviderKey) bool {
589 func (m *baseModuleContext) SetProvider(provider ProviderKey, value interface{}) {
[all …]
Dsingleton_ctx.go55 ModuleProvider(module Module, provider ProviderKey) interface{} argument
58 ModuleHasProvider(m Module, provider ProviderKey) bool argument
201 func (s *singletonContext) ModuleProvider(logicModule Module, provider ProviderKey) interface{} {
206 func (s *singletonContext) ModuleHasProvider(logicModule Module, provider ProviderKey) bool {
Dcontext.go3435 func (c *Context) ModuleProvider(logicModule Module, provider ProviderKey) interface{} {
3442 func (c *Context) ModuleHasProvider(logicModule Module, provider ProviderKey) bool {
/build/soong/java/
Dclasspath_element.go75 OtherModuleHasProvider(m blueprint.Module, provider blueprint.ProviderKey) bool argument
76 OtherModuleProvider(m blueprint.Module, provider blueprint.ProviderKey) interface{} argument
/build/soong/bloaty/
Dbloaty.go29 fileSizeMeasurerKey blueprint.ProviderKey
/build/soong/apex/
Dclasspath_element_test.go36 …mentContext) OtherModuleHasProvider(module blueprint.Module, provider blueprint.ProviderKey) bool {
40 …Context) OtherModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{} {
/build/soong/android/
Dsingleton.go37 ModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{} argument
40 ModuleHasProvider(module blueprint.Module, provider blueprint.ProviderKey) bool argument
Dandroidmk.go153 Provider(provider blueprint.ProviderKey) interface{} argument
161 func (a *androidMkExtraEntriesContext) Provider(provider blueprint.ProviderKey) interface{} {
475 ModuleProvider(module blueprint.Module, provider blueprint.ProviderKey) interface{} argument
Dmakevars.go93 ModuleProvider(module blueprint.Module, key blueprint.ProviderKey) interface{} argument