Searched refs:testJavaWithFS (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/build/soong/java/ |
H A D | droidstubs_test.go | 30 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, `
|
H A D | lint_test.go | 25 ctx, _ := testJavaWithFS(t, ` 68 ctx, _ := testJavaWithFS(t, `
|
H A D | java_test.go | 80 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf… func 769 ctx, _ := testJavaWithFS(t, fmt.Sprintf(` 943 ctx, _ := testJavaWithFS(t, ` 978 ctx, _ := testJavaWithFS(t, ` 1045 ctx, _ := testJavaWithFS(t, ` 1166 testJavaWithFS(t, "", map[string][]byte{ 1183 testJavaWithFS(t, "", map[string][]byte{ 2457 ctx, _ := testJavaWithFS(t, `
|
H A D | droiddoc_test.go | 26 ctx, _ := testJavaWithFS(t, `
|
H A D | app_test.go | 438 ctx, _ := testJavaWithFS(t, bp, fs)
|