Home
last modified time | relevance | path

Searched defs:TestingSingleton (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/
Dtesting.go729 …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…
Dvendor_snapshot_test.go26 func checkJsonContents(t *testing.T, ctx android.TestingSingleton, jsonPath string, key string, val…
/build/soong/android/
Dtesting.go1062 type TestingSingleton struct { struct
1063 baseTestingComponent
1064 singleton Singleton
1068 func (s TestingSingleton) Singleton() Singleton {