Lines Matching refs:bp
57 func testConfig(bp string) android.Config {
58 bp = bp + GatherRequiredDepsForTest()
71 return android.TestArchConfig(buildDir, nil, bp, fs)
74 func testRust(t *testing.T, bp string) *android.TestContext {
75 return testRustContext(t, bp, false)
78 func testRustCov(t *testing.T, bp string) *android.TestContext {
79 return testRustContext(t, bp, true)
82 func testRustContext(t *testing.T, bp string, coverage bool) *android.TestContext {
89 config := testConfig(bp)
108 func testRustError(t *testing.T, pattern string, bp string) {
115 config := testConfig(bp)