Searched refs:compilations (Results 1 – 25 of 67) sorted by relevance
123
163 target.compilations.all compilations@{ compilation -> in Project()165 ?: return@compilations // skip unknown compilations in Project()175 … if (!config.transformJvm) return@compilations // skip when transformation is turned off in Project()185 … if (!config.transformJs) return@compilations // skip when transformation is turned off in Project()204 … compilation.target.compilations.getByName(KotlinCompilation.MAIN_COMPILATION_NAME) in Project()227 target.compilations.forEach { compilation -> in Project()250 sourceSetsByCompilation().forEach { (sourceSet, compilations) -> in Project() method251 val isSharedNativeSourceSet = compilations.all { in Project()260 sourceSetsByCompilation().forEach { (sourceSet, compilations) -> in Project() method261 val platformTypes = compilations.map { it.platformType }.toSet() in Project()[all …]
11 project.ext.nativeMainSets.add(target.compilations['main'].kotlinSourceSets.first())12 project.ext.nativeTestSets.add(target.compilations['test'].kotlinSourceSets.first())
22 irTarget.compilations['main']?.dependencies {67 from(kotlin.js().compilations.main.output.allOutputs)
37 from(jsLegacy.compilations.main.output.allOutputs)
90 project.kotlin.targets.jvm.compilations.main.output.allOutputs
14 nativeMainSets.add(preset.compilations['main'].kotlinSourceSets.first())15 nativeTestSets.add(preset.compilations['test'].kotlinSourceSets.first())16 nativeCompilations.add(preset.compilations['main'])121 kotlin.linuxX64().compilations["main"].cinterops["interop"],
7 // Check that there are commands for both host- and device-side compilations.
41 configure([compilations.main, compilations.test]) {
16 """Default options for all ROCm compilations."""
9 def fakeCinteropCompilation = kotlin.targets["metadata"].compilations[sourceSet.name]
30 +# compilations are done with $(F77) $(F_INC) $(FFLAGS) or76 +# compilations are done with $(CC) $(C_INC) $(CFLAGS) or
11 # before all lib compilations via the clang-tablegen-targets target; the
42 """Default options for all CUDA compilations."""
7 // Sanity check one of the compilations.
34 many compilations but it is not 100% complete. Users seeking to compile
6 compilations independently of the build system.
10 and incorporation into compilations,
8 // Sanity check one of the compilations.
32 * Added the original classesDirs to the friend paths of test compilations.
185 levels which lead to multiple compilations of one :file:`.py` file in one call.261 levels which lead to multiple compilations of one :file:`.py` file in one call.
112 def hostMainCompilation = project.kotlin.targetFromPreset(preset).compilations.main
89 potentially being able to skip compilations while triaging (speeding up the
20 import static com.google.testing.compile.CompilationSubject.compilations;784 .about(compilations()) in bogusSerialVersionUID()