Searched refs:testJavaWithFS (Results 1 – 2 of 2) sorted by relevance
| /build/soong/java/ |
| D | java_test.go | 145 func testJavaWithFS(t *testing.T, bp string, fs map[string][]byte) (*android.TestContext, android.C… func 152 return testJavaWithFS(t, bp, nil) 748 ctx, _ := testJavaWithFS(t, ` 783 ctx, _ := testJavaWithFS(t, ` 850 ctx, _ := testJavaWithFS(t, ` 953 ctx, _ := testJavaWithFS(t, ` 1010 ctx, _ := testJavaWithFS(t, `
|
| D | app_test.go | 2725 ctx, _ := testJavaWithFS(t, cc.GatherRequiredDepsForTest(android.Android)+`
|