Home
last modified time | relevance | path

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

/build/soong/cc/
Dtesting.go645 …deExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, moduleName, … argument
674 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… argument
679 …otExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, moduleName, … argument
684 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … argument
/build/soong/android/
Dtesting.go595 func (ctx *TestContext) SingletonForTests(name string) TestingSingleton {
600 return TestingSingleton{
999 type TestingSingleton struct { struct
1005 func (s TestingSingleton) Singleton() Singleton { argument