Searched defs:TestingSingleton (Results 1 – 2 of 2) sorted by relevance
/aosp12/build/soong/cc/ |
H A D | cc_test.go | 399 …shotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 428 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 433 …eckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 438 func checkSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, …
|
/aosp12/build/soong/android/ |
H A D | testing.go | 877 type TestingSingleton struct { struct 878 baseTestingComponent 879 singleton Singleton
|