Home
last modified time | relevance | path

Searched refs:testJavaWithFS (Results 1 – 5 of 5) sorted by relevance

/build/soong/java/
Ddroidstubs_test.go30 ctx, _ := testJavaWithFS(t, `
108 ctx, _ := testJavaWithFS(t, fmt.Sprintf(`
190 ctx, _ := testJavaWithFS(t, `
281 ctx, _ := testJavaWithFS(t, `
311 ctx, _ := testJavaWithFS(t, `
343 ctx, _ := testJavaWithFS(t, `
Dlint_test.go25 ctx, _ := testJavaWithFS(t, `
68 ctx, _ := testJavaWithFS(t, `
Ddroiddoc_test.go26 ctx, _ := testJavaWithFS(t, `
Djava_test.go79 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf… func
643 ctx, _ := testJavaWithFS(t, fmt.Sprintf(`
817 ctx, _ := testJavaWithFS(t, `
852 ctx, _ := testJavaWithFS(t, `
919 ctx, _ := testJavaWithFS(t, `
1040 testJavaWithFS(t, "", map[string][]byte{
1057 testJavaWithFS(t, "", map[string][]byte{
2417 ctx, _ := testJavaWithFS(t, `
Dapp_test.go441 ctx, _ := testJavaWithFS(t, bp, fs)