Searched defs:TestingSingleton (Results 1 – 2 of 2) sorted by relevance
| /build/soong/cc/ |
| 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, …
|
| /build/soong/android/ |
| D | testing.go | 1095 type TestingSingleton struct { struct 1096 baseTestingComponent 1097 singleton Singleton 1101 func (s TestingSingleton) Singleton() Singleton {
|