Home
last modified time | relevance | path

Searched refs:compilations (Results 1 – 25 of 67) sorted by relevance

123

/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/main/kotlin/kotlinx/atomicfu/plugin/gradle/
DAtomicFUGradlePlugin.kt163 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() method
251 val isSharedNativeSourceSet = compilations.all { in Project()
260 sourceSetsByCompilation().forEach { (sourceSet, compilations) -> in Project() method
261 val platformTypes = compilations.map { it.platformType }.toSet() in Project()
[all …]
/external/kotlinx.coroutines/gradle/
Dcompile-native-multiplatform.gradle11 project.ext.nativeMainSets.add(target.compilations['main'].kotlinSourceSets.first())
12 project.ext.nativeTestSets.add(target.compilations['test'].kotlinSourceSets.first())
Dcompile-js-multiplatform.gradle22 irTarget.compilations['main']?.dependencies {
67 from(kotlin.js().compilations.main.output.allOutputs)
Dpublish-npm-js.gradle37 from(jsLegacy.compilations.main.output.allOutputs)
Ddokka.gradle90 project.kotlin.targets.jvm.compilations.main.output.allOutputs
/external/kotlinx.atomicfu/atomicfu/
Dbuild.gradle14 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"],
/external/llvm-project/clang/test/Driver/
Dhip-syntax-only.hip7 // Check that there are commands for both host- and device-side compilations.
Dhip-options.hip7 // Check that there are commands for both host- and device-side compilations.
/external/okio/okio/
Dbuild.gradle41 configure([compilations.main, compilations.test]) {
/external/tensorflow/third_party/gpus/rocm/
Dbuild_defs.bzl.tpl16 """Default options for all ROCm compilations."""
/external/kotlinx.atomicfu/gradle/
Dinterop-as-source-set-klib.gradle9 def fakeCinteropCompilation = kotlin.targets["metadata"].compilations[sourceSet.name]
/external/autotest/client/tests/npb/
Denable-all-tests.patch30 +# compilations are done with $(F77) $(F_INC) $(FFLAGS) or
76 +# compilations are done with $(CC) $(C_INC) $(CFLAGS) or
/external/llvm-project/llvm/utils/gn/secondary/clang/lib/Driver/
DBUILD.gn11 # before all lib compilations via the clang-tablegen-targets target; the
/external/tensorflow/third_party/gpus/cuda/
Dbuild_defs.bzl.tpl42 """Default options for all CUDA compilations."""
/external/clang/test/Modules/
Dtarget-features.m7 // Sanity check one of the compilations.
/external/llvm-project/llvm/docs/GlobalISel/
DIRTranslator.rst34 many compilations but it is not 100% complete. Users seeking to compile
/external/clang/docs/
DJSONCompilationDatabase.rst6 compilations independently of the build system.
/external/llvm-project/clang/docs/
DJSONCompilationDatabase.rst6 compilations independently of the build system.
/external/zstd/contrib/seekable_format/
Dzstd_seekable_compression_format.md10 and incorporation into compilations,
/external/llvm-project/clang/test/Modules/
Dtarget-features.m8 // Sanity check one of the compilations.
/external/kotlinx.atomicfu/
DCHANGES.md32 * Added the original classesDirs to the friend paths of test compilations.
/external/python/cpython3/Doc/library/
Dcompileall.rst185 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.
/external/kotlinx.coroutines/kotlinx-coroutines-core/
Dbuild.gradle112 def hostMainCompilation = project.kotlin.targetFromPreset(preset).compilations.main
/external/toolchain-utils/binary_search_tool/
DMAINTENANCE89 potentially being able to skip compilations while triaging (speeding up the
/external/auto/value/src/test/java/com/google/auto/value/processor/
DAutoValueCompilationTest.java20 import static com.google.testing.compile.CompilationSubject.compilations;
784 .about(compilations()) in bogusSerialVersionUID()

123