Home
last modified time | relevance | path

Searched refs:testJava (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/build/soong/java/
H A Dapp_import_test.go29 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 Djava_test.go98 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 Dandroidmk_test.go26 ctx, _ := testJava(t, `
45 ctx, _ := testJava(t, `
75 ctx, _ := testJava(t, `
106 ctx, _ := testJava(t, `
194 ctx, _ := testJava(t, `
212 ctx, _ := testJava(
H A Djdeps_test.go25 ctx, _ := testJava(t,
45 ctx, _ := testJava(t,
65 ctx, _ := testJava(t,
82 ctx, _ := testJava(t,
101 ctx, _ := testJava(t,
H A Dplugin_test.go22 ctx, _ := testJava(t, `
46 ctx, _ := testJava(t, `
85 ctx, _ := testJava(t, `
H A Dapp_test.go127 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 Ddevice_host_converter_test.go53 ctx, config := testJava(t, bp)
134 ctx, config := testJava(t, bp)
H A Drro_test.go190 ctx, _ := testJava(t, `
306 ctx, _ := testJava(t, bp)
H A Dgenrule_test.go67 ctx, _ := testJava(t, `
H A Ddroidstubs_test.go222 ctx, _ := testJava(t, `
H A Dkotlin_test.go306 ctx, _ := testJava(t, bp)
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
H A DJavaParserTypeSolverTest.java40 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 DApiFinderDetectorTest.kt9 fun testJava() { in testJava() method