Searched defs:TestingSingleton (Results 1 – 2 of 2) sorted by relevance
/build/soong/cc/ |
D | testing.go | 645 …shotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 674 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 679 …eckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 684 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
|
/build/soong/android/ |
D | testing.go | 999 type TestingSingleton struct { struct 1000 baseTestingComponent 1001 singleton Singleton 1005 func (s TestingSingleton) Singleton() Singleton {
|