Lines Matching refs:testcase
236 for _, testcase := range classpathTestcases {
237 t.Run(testcase.name, func(t *testing.T) {
239 if testcase.moduleType != "" {
240 moduleType = testcase.moduleType
252 bp := moduleType + " {" + props + testcase.properties + `
255 ` + testcase.properties + `
259 if testcase.host == android.Host {
271 bootclasspath := convertModulesToPaths(testcase.bootclasspath)
272 java8classpath := convertModulesToPaths(testcase.java8classpath)
273 java9classpath := convertModulesToPaths(testcase.java9classpath)
296 if testcase.system == "none" {
298 } else if testcase.system != "" {
300 if strings.HasPrefix(testcase.system, "sdk_public_") {
305 …system = "--system=" + filepath.Join("out", "soong", ".intermediates", dir, testcase.system, "andr…
308 …filepath.Join("out", "soong", ".intermediates", dir, testcase.system, "android_common", "system", …
309 …filepath.Join("out", "soong", ".intermediates", dir, testcase.system, "android_common", "system", …
310 …filepath.Join("out", "soong", ".intermediates", dir, testcase.system, "android_common", "system", …
326 if isJava8 || testcase.forces8 {
337 if isJava8 || testcase.forces8 {
360 if testcase.unbundled {
378 if testcase.host != android.Host {
381 … android.AssertStringDoesContain(t, "aidl command", aidl.RuleParams.Command, testcase.aidl+" -I.")
391 if testcase.host != android.Host {
394 … android.AssertStringDoesContain(t, "aidl command", aidl.RuleParams.Command, testcase.aidl+" -I.")