Searched refs:testJavaWithFS (Results 1 – 5 of 5) sorted by relevance
| /build/soong/java/ |
| D | droidstubs_test.go | 31 ctx, _ := testJavaWithFS(t, ` 109 ctx, _ := testJavaWithFS(t, fmt.Sprintf(` 194 ctx, _ := testJavaWithFS(t, ` 285 ctx, _ := testJavaWithFS(t, ` 315 ctx, _ := testJavaWithFS(t, ` 347 ctx, _ := testJavaWithFS(t, `
|
| D | droiddoc_test.go | 27 ctx, _ := testJavaWithFS(t, `
|
| D | lint_test.go | 26 ctx, _ := testJavaWithFS(t, ` 71 ctx, _ := testJavaWithFS(t, `
|
| D | java_test.go | 80 func testJavaWithFS(t *testing.T, bp string, fs android.MockFS) (*android.TestContext, android.Conf… func 763 ctx, _ := testJavaWithFS(t, fmt.Sprintf(` 942 ctx, _ := testJavaWithFS(t, ` 978 ctx, _ := testJavaWithFS(t, ` 1046 ctx, _ := testJavaWithFS(t, ` 1171 testJavaWithFS(t, "", map[string][]byte{ 1189 testJavaWithFS(t, "", map[string][]byte{ 2508 ctx, _ := testJavaWithFS(t, `
|
| D | app_test.go | 449 ctx, _ := testJavaWithFS(t, bp, fs)
|