Searched defs:TestingSingleton (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/build/soong/cc/ |
H A D | testing.go | 709 …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 D | testing.go | 1080 type TestingSingleton struct { struct 1081 baseTestingComponent 1082 singleton Singleton 1086 func (s TestingSingleton) Singleton() Singleton {
|