Home
last modified time | relevance | path

Searched refs:CreateModule (Results 1 – 14 of 14) sorted by relevance

/build/soong/android/
Dhooks.go39 CreateModule(ModuleFactory, ...interface{}) Module methodSpec
93 return l.bp.CreateModule(factory, name, props...)
134 func (l *loadHookContext) CreateModule(factory ModuleFactory, props ...interface{}) Module { func
Dmutator.go205 CreateModule(ModuleFactory, ...interface{}) Module methodSpec
711 return t.bp.CreateModule(factory, name, props...)
714 func (t *topDownMutatorContext) CreateModule(factory ModuleFactory, props ...interface{}) Module { func
719 module := t.bp.CreateModule(ModuleFactoryAdaptor(factory), "", props...).(Module)
Ddefaults.go105 CreateModule(ModuleFactory, ...interface{}) Module methodSpec
Dvisibility_test.go2173 ctx.CreateModule(newMockLibraryModule, &struct {
/build/soong/java/
Dprebuilt_apis.go144 mctx.CreateModule(ImportFactory, &props)
158 mctx.CreateModule(genrule.GenRuleFactory, &genruleProps)
173 mctx.CreateModule(android.FileGroupFactory, &filegroupProps)
186 mctx.CreateModule(genrule.GenRuleFactory, &genruleProps)
198 mctx.CreateModule(genrule.GenRuleFactory, &props)
263 mctx.CreateModule(systemModulesImportFactory, &props)
Dsdk_library.go1876 mctx.CreateModule(LibraryFactory, properties...)
1938 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
1947 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2118 …mctx.CreateModule(DroidstubsFactory, &props, module.sdkComponentPropertiesForChildLibrary()).(*Dro…
2183 mctx.CreateModule(ApiLibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2227 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2241 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2298 mctx.CreateModule(sdkLibraryXmlFactory, &props)
2840 mctx.CreateModule(ImportFactory, &props, module.sdkComponentPropertiesForChildLibrary())
2860 …mctx.CreateModule(PrebuiltStubsSourcesFactory, &props, module.sdkComponentPropertiesForChildLibrar…
[all …]
Dapp.go1276 ctx.CreateModule(genrule.GenRuleFactory, &rroManifestProperties)
1296 ctx.CreateModule(RuntimeResourceOverlayFactory, &rroProperties)
Ddroidstubs.go1384 ctx.CreateModule(ApiContributionFactory, &props)
/build/soong/sysprop/
Dsysprop_library.go613 ctx.CreateModule(cc.LibraryFactory, &ccProps)
630 ctx.CreateModule(syspropJavaGenFactory, &syspropGenProperties{
645 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
660 ctx.CreateModule(syspropJavaGenFactory, &syspropGenProperties{
667 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
694 ctx.CreateModule(syspropRustGenFactory, &rustProps)
/build/soong/tradefed/suite_harness/
Dtradefed_binary.go66 ctx.CreateModule(tradefedBinaryGenFactory,
/build/blueprint/
Dmodule_ctx.go842 CreateModule(ModuleFactory, string, ...interface{}) Module methodSpec
1215 func (mctx *mutatorContext) CreateModule(factory ModuleFactory, typeName string, props ...interface… func
1276 CreateModule(ModuleFactory, string, ...interface{}) Module methodSpec
1283 func (l *loadHookContext) CreateModule(factory ModuleFactory, typeName string, props ...interface{}… func
Dcontext_test.go466 ctx.CreateModule(newBarModule, "new_bar", &props{
471 ctx.CreateModule(newBarModule, "new_bar", &props{
476 ctx.CreateModule(newFooModule, "new_foo", &props{
/build/soong/apex/
Dprebuilt.go615 ctx.CreateModule(privateApexSelectorModuleFactory,
682 ctx.CreateModule(privateDeapexerFactory,
1037 ctx.CreateModule(privateApexExtractorModuleFactory,
/build/bazel/docs/
Dinternal_concepts.md200 * create a new module `CreateModule`