Home
last modified time | relevance | path

Searched refs:Singleton (Results 1 – 25 of 48) sorted by relevance

12

/build/soong/android/
Dqueryview.go36 func BazelQueryViewSingleton() Singleton {
45 func BazelConverterSingleton() Singleton {
Dninja_deps.go35 func ninjaDepsSingletonFactory() Singleton {
Dninja_deps_test.go36 func testNinjaDepsSingletonFactory() Singleton {
Dregister.go117 type SingletonFactory func() Singleton
122 return func() blueprint.Singleton {
127 return &singletonAdaptor{Singleton: singleton}
Dsingleton.go95 Singleton anonMember
109 s.Singleton.GenerateBuildActions(sctx)
123 type Singleton interface { interface
Dphony.go73 func phonySingletonFactory() Singleton {
Dtest_suites.go21 func testSuiteFilesFactory() Singleton {
Dwritedocs.go30 func DocsSingleton() Singleton {
Dmetrics.go41 func soongMetricsSingletonFactory() Singleton { return soongMetricsSingleton{} }
Dsingleton_module.go100 s := func() Singleton {
Dsingleton_module_test.go91 singleton := result.SingletonForTests("test_singleton_module").Singleton()
Dapi_levels.go250 func ApiLevelsSingleton() Singleton {
Dtesting.go546 singleton: s.(*singletonAdaptor).Singleton,
879 singleton Singleton
883 func (s TestingSingleton) Singleton() Singleton { func
/build/blueprint/bootstrap/
Dglob.go156 func globSingletonFactory(config *Config, ctx *blueprint.Context) func() blueprint.Singleton {
157 return func() blueprint.Singleton {
212 ctx.RegisterSingletonType("glob", func() blueprint.Singleton {
/build/soong/rust/
Ddoc.go25 func RustdocSingleton() android.Singleton {
/build/soong/cc/
Dstub_library.go60 func stubLibrariesSingleton() android.Singleton {
Dvendor_snapshot.go56 func VendorSnapshotSingleton() android.Singleton {
60 func VendorFakeSnapshotSingleton() android.Singleton {
64 func RecoverySnapshotSingleton() android.Singleton {
Dndk_sysroot.go91 func NdkSingleton() android.Singleton {
Dcflag_artifacts.go175 func cflagArtifactsTextFactory() android.Singleton {
/build/soong/bloaty/
Dbloaty.go81 func fileSizesSingleton() android.Singleton {
/build/soong/apex/
Dapex_singleton.go33 func apexDepsInfoSingletonFactory() android.Singleton {
/build/soong/java/
Djdeps.go32 func jDepsGeneratorSingleton() android.Singleton {
Dandroid_resources.go114 func OverlaySingletonFactory() android.Singleton {
Dhiddenapi_singleton.go115 func hiddenAPISingletonFactory() android.Singleton {
/build/soong/tests/
Dbootstrap_test.sh242 func CherrySingleton() android.Singleton {
324 func PicardSingleton() android.Singleton {
400 func PicardSingleton() android.Singleton {

12