Home
last modified time | relevance | path

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

/build/soong/android/
Dtesting.go308 type TestingSingleton struct { struct
309 singleton Singleton
310 provider testBuildProvider
314 func (s TestingSingleton) Singleton() Singleton {
320 func (s TestingSingleton) MaybeRule(rule string) TestingBuildParams {
325 func (s TestingSingleton) Rule(rule string) TestingBuildParams {
331 func (s TestingSingleton) MaybeDescription(desc string) TestingBuildParams {
337 func (s TestingSingleton) Description(desc string) TestingBuildParams {
343 func (s TestingSingleton) MaybeOutput(file string) TestingBuildParams {
350 func (s TestingSingleton) Output(file string) TestingBuildParams {
[all …]
/build/soong/cc/
Dcc_test.go261 func checkSnapshot(t *testing.T, ctx *android.TestContext, singleton android.TestingSingleton, modu…