Home
last modified time | relevance | path

Searched defs:TestingSingleton (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/build/soong/cc/
H A Dtesting.go709 …shotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod…
738 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…
743 …eckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod…
748 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
/aosp_15_r20/build/soong/android/
H A Dtesting.go1080 type TestingSingleton struct { struct
1081 baseTestingComponent
1082 singleton Singleton
1086 func (s TestingSingleton) Singleton() Singleton {