Lines Matching refs:bp
38 func testApp(t *testing.T, bp string) *android.TestContext {
40 result := prepareForJavaTest.RunTestWithBp(t, bp)
256 bp string
261 bp: `android_app {
271 bp: `android_app {
281 bp: `android_app {
291 bp: `android_app {
301 bp: `android_app {
311 bp: `android_app {
321 bp: `android_app {
332 bp: `android_app {
343 bp: `android_app {
353 bp: `android_app {
373 ExtendWithErrorHandler(errorHandler).RunTestWithBp(t, test.bp)
417 bp := cc.GatherRequiredDepsForTest(android.Android) + `
441 ctx, _ := testJavaWithFS(t, bp, fs)
471 bp := cc.GatherRequiredDepsForTest(android.Android) + `
487 testJavaError(t, `"libjni" .*: sdk_version\(current\) is higher than min_sdk_version\(29\)`, bp)
491 bp := cc.GatherRequiredDepsForTest(android.Android) + `
516 testJavaError(t, `"libjni" .*: links "libbar" built against newer API version "current"`, bp)
546 bp := `
560 ).RunTestWithBp(t, fmt.Sprintf(bp, testCase.prop))
578 bp := `
642 ctx := testApp(t, bp)
673 bp := `
688 ctx := testApp(t, bp)
864 bp := `
915 ).RunTestWithBp(t, bp)
1061 bp := fmt.Sprintf(`%s {
1079 ).RunTestWithBp(t, bp)
1130 bp := fmt.Sprintf(`%s {
1151 ).RunTestWithBp(t, bp)
1253 bp := `
1274 RunTestWithBp(t, bp)
1489 bp string
1496 bp: `
1509 bp: `
1528 bp: `
1542 bp: `
1561 bp: `
1581 bp: `
1615 ).RunTestWithBp(t, test.bp)
1632 bp string
1637 bp: `
1648 bp: `
1660 bp: `
1676 ).RunTestWithBp(t, test.bp)
1690 bp string
1696 bp: `
1711 bp: `
1736 ).RunTestWithBp(t, test.bp)
1757 bp := `
1776 ).RunTestWithBp(t, bp)
2239 bp := `
2345 ).RunTestWithBp(t, bp)
2427 bp := `
2476 ).RunTestWithBp(t, bp)
2489 bp string
2494 bp: `
2505 bp: `
2515 bp: `
2532 bp: `
2551 ctx := testApp(t, test.bp)
2675 bp string
2682 bp: `
2694 bp: `
2707 bp: `
2720 bp: `
2733 bp: `
2746 test := func(t *testing.T, bp string, want bool, unbundled bool) {
2758 ).RunTestWithBp(t, bp)
2773 test(t, tt.bp, tt.uncompressedPlatform, false)
2776 test(t, tt.bp, tt.uncompressedUnbundled, true)