Home
last modified time | relevance | path

Searched refs:LibraryFactory (Results 1 – 15 of 15) sorted by relevance

/build/soong/bp2build/
Dcc_library_conversion_test.go63 moduleTypeUnderTestFactory: cc.LibraryFactory,
157 moduleTypeUnderTestFactory: cc.LibraryFactory,
225 moduleTypeUnderTestFactory: cc.LibraryFactory,
276 moduleTypeUnderTestFactory: cc.LibraryFactory,
411 moduleTypeUnderTestFactory: cc.LibraryFactory,
537 moduleTypeUnderTestFactory: cc.LibraryFactory,
584 moduleTypeUnderTestFactory: cc.LibraryFactory,
734 moduleTypeUnderTestFactory: cc.LibraryFactory,
866 moduleTypeUnderTestFactory: cc.LibraryFactory,
893 moduleTypeUnderTestFactory: cc.LibraryFactory,
[all …]
Djava_library_conversion_test.go28 (&tc).moduleTypeUnderTestFactory = java.LibraryFactory
227 moduleTypeUnderTestFactory: java.LibraryFactory,
Djava_binary_host_conversion_test.go31 ctx.RegisterModuleType("java_library", java.LibraryFactory)
Djava_plugin_conversion_test.go29 ctx.RegisterModuleType("java_library", java.LibraryFactory)
Djava_proto_conversion_test.go28 (&tc).moduleTypeUnderTestFactory = java.LibraryFactory
Dapex_conversion_test.go38 ctx.RegisterModuleType("cc_library", cc.LibraryFactory)
Dcc_library_shared_conversion_test.go35 ctx.RegisterModuleType("cc_library", cc.LibraryFactory)
Dcc_binary_conversion_test.go55 ctx.RegisterModuleType("cc_library", cc.LibraryFactory)
Dsoong_config_module_type_conversion_test.go36 ctx.RegisterModuleType("cc_library", cc.LibraryFactory)
Dcc_library_static_conversion_test.go64 ctx.RegisterModuleType("cc_library", cc.LibraryFactory)
/build/soong/java/
Djdeps_test.go26 module := LibraryFactory().(*Library)
39 module := LibraryFactory().(*Library)
52 module := LibraryFactory().(*Library)
65 module := LibraryFactory().(*Library)
78 module := LibraryFactory().(*Library)
Djava.go47 ctx.RegisterModuleType("java_library", LibraryFactory)
802 func LibraryFactory() android.Module { func
818 return LibraryFactory()
Dsdk_library.go1384 mctx.CreateModule(LibraryFactory, properties...)
1450 mctx.CreateModule(LibraryFactory, &props, module.sdkComponentPropertiesForChildLibrary())
/build/soong/sysprop/
Dsysprop_library.go486 ctx.CreateModule(cc.LibraryFactory, &ccProps)
518 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
540 ctx.CreateModule(java.LibraryFactory, &javaLibraryProperties{
/build/soong/cc/
Dlibrary.go220 ctx.RegisterModuleType("cc_library", LibraryFactory)
434 func LibraryFactory() android.Module { func