Lines Matching defs:classpathTestCase
28 type classpathTestCase struct { struct
29 name string
30 unbundled bool
31 moduleType string
32 host android.OsClass
33 properties string
36 bootclasspath []string
37 java8classpath []string
40 system string
41 java9classpath []string
43 forces8 bool // if set, javac will always be called with java 8 arguments
45 aidl string
52 forAlwaysUsePrebuiltSdks *bool
406 func testClasspathTestCases(t *testing.T, classpathTestcases []classpathTestCase, alwaysUsePrebuilt…