Lines Matching refs:bp

46 func testAppConfig(env map[string]string, bp string, fs map[string][]byte) android.Config {
56 return testConfig(env, bp, appFS)
59 func testApp(t *testing.T, bp string) *android.TestContext {
60 config := testAppConfig(nil, bp, nil)
173 bp := `
216 config := testAppConfig(nil, bp, nil)
361 bp string
366 bp: `android_app {
376 bp: `android_app {
386 bp: `android_app {
396 bp: `android_app {
406 bp: `android_app {
416 bp: `android_app {
426 bp: `android_app {
437 bp: `android_app {
448 bp: `android_app {
458 bp: `android_app {
471 testJava(t, test.bp)
473 testJavaError(t, test.expectedError, test.bp)
518 bp := cc.GatherRequiredDepsForTest(android.Android) + `
552 ctx, _ := testJavaWithConfig(t, testConfig(nil, bp, fs))
570 bp := cc.GatherRequiredDepsForTest(android.Android) + `
586 testJavaError(t, `"libjni" .*: sdk_version\(current\) is higher than min_sdk_version\(29\)`, bp)
590 bp := cc.GatherRequiredDepsForTest(android.Android) + `
615 testJavaError(t, `"libjni" .*: links "libbar" built against newer API version "current"`, bp)
645 bp := `
655 config := testConfig(nil, fmt.Sprintf(bp, testCase.prop), fs)
678 bp := `
742 ctx := testApp(t, bp)
927 bp := `
964 config := testAppConfig(nil, bp, fs)
1097 bp := fmt.Sprintf(`%s {
1104 config := testAppConfig(nil, bp, nil)
1233 bp := `
1242 config := testAppConfig(nil, bp, nil)
1463 bp string
1470 bp: `
1483 bp: `
1502 bp: `
1516 bp: `
1535 bp: `
1557 config := testAppConfig(nil, test.bp, nil)
1583 bp string
1589 bp: `
1604 bp: `
1622 config := testAppConfig(nil, test.bp, nil)
1646 bp := `
1659 config := testAppConfig(nil, bp, nil)
2146 bp := `
2204 config := testAppConfig(nil, bp, nil)
2274 bp string
2279 bp: `
2298 bp: `
2319 ctx, _ := testJava(t, test.bp)
2498 bp := `
2551 config := testAppConfig(nil, bp, nil)
2607 bp string
2612 bp: `
2623 bp: `
2633 bp: `
2650 bp: `
2669 ctx := testApp(t, test.bp)
2792 bp string
2799 bp: `
2811 bp: `
2824 bp: `
2837 bp: `
2850 bp: `
2863 test := func(t *testing.T, bp string, want bool, unbundled bool) {
2866 config := testAppConfig(nil, bp, nil)
2892 test(t, tt.bp, tt.uncompressedPlatform, false)
2895 test(t, tt.bp, tt.uncompressedUnbundled, true)
2920 bp := `
2950 config := testAppConfig(nil, bp, fs)