Home
last modified time | relevance | path

Searched refs:GatherRequiredDepsForTest (Results 1 – 9 of 9) sorted by relevance

/build/soong/rust/
Dtesting.go23 func GatherRequiredDepsForTest() string { func
74 ` + cc.GatherRequiredDepsForTest(android.NoOsType)
Dproject_json_test.go31 }` + GatherRequiredDepsForTest()
Drust_test.go58 bp = bp + GatherRequiredDepsForTest()
/build/soong/java/
Dtesting.go31 bp += GatherRequiredDepsForTest()
119 func GatherRequiredDepsForTest() string { func
Dapp_test.go480 …r(t, `module "bar".*: should support min_sdk_version\(29\)`, cc.GatherRequiredDepsForTest(android.…
498 testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
518 bp := cc.GatherRequiredDepsForTest(android.Android) + `
570 bp := cc.GatherRequiredDepsForTest(android.Android) + `
590 bp := cc.GatherRequiredDepsForTest(android.Android) + `
1141 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
1253 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
1344 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
2435 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+`
2681 ctx, _ := testJavaWithFS(t, cc.GatherRequiredDepsForTest(android.Android)+`
/build/soong/cc/
Dtesting.go37 func GatherRequiredDepsForTest(oses ...android.OsType) string { func
540 bp = bp + GatherRequiredDepsForTest(os)
/build/soong/sysprop/
Dsysprop_test.go93 bp += cc.GatherRequiredDepsForTest(android.Android)
/build/soong/sdk/
Dtesting.go46 ` + cc.GatherRequiredDepsForTest(extraOsTypes...)
/build/soong/apex/
Dapex_test.go138 bp = bp + cc.GatherRequiredDepsForTest(android.Android)
140 bp = bp + java.GatherRequiredDepsForTest()
5525 bp += cc.GatherRequiredDepsForTest(android.Android)
5526 bp += java.GatherRequiredDepsForTest()