Searched defs:TestingSingleton (Results 1 – 3 of 3) sorted by relevance
| /build/soong/cc/ |
| D | testing.go | 729 …shotIncludeExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 758 func CheckSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu… 763 …eckSnapshotExclude(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, mod… 768 func CheckSnapshotRule(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, … 798 func checkOverrides(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, jso…
|
| D | vendor_snapshot_test.go | 26 func checkJsonContents(t *testing.T, ctx android.TestingSingleton, jsonPath string, key string, val…
|
| /build/soong/android/ |
| D | testing.go | 1062 type TestingSingleton struct { struct 1063 baseTestingComponent 1064 singleton Singleton 1068 func (s TestingSingleton) Singleton() Singleton {
|