/aosp_15_r20/build/soong/java/ |
H A D | app_import_test.go | 29 ctx, _ := testJava(t, ` 63 ctx, _ := testJava(t, ` 90 ctx, _ := testJava(t, ` 124 ctx, _ := testJava(t, ` 167 ctx, _ := testJava(t, ` 199 ctx, _ := testJava(t, ` 320 ctx, _ := testJava(t, ` 508 ctx, _ := testJava(t, test.bp) 610 ctx, _ := testJava(t, ` 682 ctx, _ := testJava(t, bp) [all …]
|
H A D | java_test.go | 98 func testJava(t *testing.T, bp string) (*android.TestContext, android.Config) { func 127 testJava(t, ` 170 testJava(t, ` 459 ctx, _ := testJava(t, ` 495 testJava(t, ` 528 ctx, _ := testJava(t, ` 547 ctx, _ := testJava(t, ` 589 ctx, _ := testJava(t, ` 668 ctx, _ := testJava(t, ` 797 ctx, _ := testJava(t, ` [all …]
|
H A D | androidmk_test.go | 26 ctx, _ := testJava(t, ` 45 ctx, _ := testJava(t, ` 75 ctx, _ := testJava(t, ` 106 ctx, _ := testJava(t, ` 194 ctx, _ := testJava(t, ` 212 ctx, _ := testJava(
|
H A D | jdeps_test.go | 25 ctx, _ := testJava(t, 45 ctx, _ := testJava(t, 65 ctx, _ := testJava(t, 82 ctx, _ := testJava(t, 101 ctx, _ := testJava(t,
|
H A D | plugin_test.go | 22 ctx, _ := testJava(t, ` 46 ctx, _ := testJava(t, ` 85 ctx, _ := testJava(t, `
|
H A D | app_test.go | 127 testJava(t, ` 135 testJava(t, ` 161 testJava(t, ` 205 testJava(t, ` 393 testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 1903 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 1986 testJava(t, ` 2021 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 2112 ctx, _ := testJava(t, cc.GatherRequiredDepsForTest(android.Android)+` 2759 ctx, _ := testJava( [all …]
|
H A D | device_host_converter_test.go | 53 ctx, config := testJava(t, bp) 134 ctx, config := testJava(t, bp)
|
H A D | rro_test.go | 190 ctx, _ := testJava(t, ` 306 ctx, _ := testJava(t, bp)
|
H A D | genrule_test.go | 67 ctx, _ := testJava(t, `
|
H A D | droidstubs_test.go | 222 ctx, _ := testJava(t, `
|
H A D | kotlin_test.go | 306 ctx, _ := testJava(t, bp)
|
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typesolvers/ |
H A D | JavaParserTypeSolverTest.java | 40 File testJava = new File(folder, "Test.java"); in folderTraversalDoesNotKeepFolderHandlesHostage() local 41 assertTrue(testJava.createNewFile()); in folderTraversalDoesNotKeepFolderHandlesHostage()
|
/aosp_15_r20/tools/apifinder/checks/src/test/java/com/android/apifinder/ |
H A D | ApiFinderDetectorTest.kt | 9 fun testJava() { in testJava() method
|