Lines Matching refs:config

52 			bootclasspath:  config.StableCorePlatformBootclasspathLibraries,
53 system: config.StableCorePlatformSystemModules,
54 java8classpath: config.FrameworkLibraries,
55 java9classpath: config.FrameworkLibraries,
61 bootclasspath: config.StableCorePlatformBootclasspathLibraries,
62 system: config.StableCorePlatformSystemModules,
69 bootclasspath: config.StableCorePlatformBootclasspathLibraries,
70 system: config.StableCorePlatformSystemModules,
71 java8classpath: config.FrameworkLibraries,
72 java9classpath: config.FrameworkLibraries,
384 config := testConfig(nil, bpJava8, nil)
386 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
389 config.TestProductVariables.Pdk = proptools.BoolPtr(true)
392 run(t, ctx, config)
407 config := testConfig(nil, bp, nil)
409 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
412 config.TestProductVariables.Pdk = proptools.BoolPtr(true)
415 run(t, ctx, config)
430 config := testConfig(nil, bpJava8, nil)
431 config.TestProductVariables.Platform_sdk_codename = proptools.StringPtr("REL")
432 config.TestProductVariables.Platform_sdk_final = proptools.BoolPtr(true)
435 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
438 config.TestProductVariables.Pdk = proptools.BoolPtr(true)
441 run(t, ctx, config)
448 config := testConfig(nil, bp, nil)
449 config.TestProductVariables.Platform_sdk_codename = proptools.StringPtr("REL")
450 config.TestProductVariables.Platform_sdk_final = proptools.BoolPtr(true)
453 config.TestProductVariables.Unbundled_build = proptools.BoolPtr(true)
456 config.TestProductVariables.Pdk = proptools.BoolPtr(true)
459 run(t, ctx, config)