Searched refs:GatherRequiredDepsForTest (Results 1 – 9 of 9) sorted by relevance
/build/soong/rust/ |
D | testing.go | 23 func GatherRequiredDepsForTest() string { func 74 ` + cc.GatherRequiredDepsForTest(android.NoOsType)
|
D | project_json_test.go | 31 }` + GatherRequiredDepsForTest()
|
D | rust_test.go | 58 bp = bp + GatherRequiredDepsForTest()
|
/build/soong/java/ |
D | testing.go | 31 bp += GatherRequiredDepsForTest() 119 func GatherRequiredDepsForTest() string { func
|
D | app_test.go | 480 …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/ |
D | testing.go | 37 func GatherRequiredDepsForTest(oses ...android.OsType) string { func 540 bp = bp + GatherRequiredDepsForTest(os)
|
/build/soong/sysprop/ |
D | sysprop_test.go | 93 bp += cc.GatherRequiredDepsForTest(android.Android)
|
/build/soong/sdk/ |
D | testing.go | 46 ` + cc.GatherRequiredDepsForTest(extraOsTypes...)
|
/build/soong/apex/ |
D | apex_test.go | 138 bp = bp + cc.GatherRequiredDepsForTest(android.Android) 140 bp = bp + java.GatherRequiredDepsForTest() 5525 bp += cc.GatherRequiredDepsForTest(android.Android) 5526 bp += java.GatherRequiredDepsForTest()
|