Searched refs:LibraryStaticFactory (Results 1 – 7 of 7) sorted by relevance
/build/soong/bp2build/ |
D | soong_config_module_type_conversion_test.go | 66 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 111 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 164 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 234 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 299 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 365 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 444 moduleTypeUnderTestFactory: cc.LibraryStaticFactory, 559 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
|
D | cc_library_shared_conversion_test.go | 34 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
|
D | cc_binary_conversion_test.go | 54 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
|
D | cc_library_conversion_test.go | 54 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory) 1967 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
|
D | cc_library_static_conversion_test.go | 71 (&tc).moduleTypeUnderTestFactory = cc.LibraryStaticFactory
|
/build/soong/java/ |
D | java.go | 48 ctx.RegisterModuleType("java_library_static", LibraryStaticFactory) 817 func LibraryStaticFactory() android.Module { func
|
/build/soong/cc/ |
D | library.go | 218 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory) 448 func LibraryStaticFactory() android.Module { func
|