Home
last modified time | relevance | path

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

/aosp12/build/soong/bp2build/
H A Dcc_library_static_conversion_test.go86 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
231 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
268 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
291 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
314 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
356 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
383 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
413 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
449 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
485 moduleTypeUnderTestFactory: cc.LibraryStaticFactory,
[all …]
H A Dcc_library_conversion_test.go581 ctx.RegisterModuleType("cc_library_static", cc.LibraryStaticFactory)
/aosp12/art/build/
H A Dart.go452 module := cc.LibraryStaticFactory()
/aosp12/build/soong/java/
H A Djava.go46 ctx.RegisterModuleType("java_library_static", LibraryStaticFactory)
665 func LibraryStaticFactory() android.Module { func
/aosp12/build/soong/cc/
H A Dlibrary.go214 ctx.RegisterModuleType("cc_library_static", LibraryStaticFactory)
338 func LibraryStaticFactory() android.Module { func