Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 5,029 for cCompiler (0.21 sec)

  1. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/ToolType.java

    public enum ToolType {
        CPP_COMPILER("C++ compiler"),
        C_COMPILER("C compiler"),
        OBJECTIVECPP_COMPILER("Objective-C++ compiler"),
        OBJECTIVEC_COMPILER("Objective-C compiler"),
        WINDOW_RESOURCES_COMPILER("Windows resources compiler"),
        ASSEMBLER("Assembler"),
        LINKER("Linker"),
        STATIC_LIB_ARCHIVER("Static library archiver"),
        SWIFT_COMPILER("Swift compiler"),
        SYMBOL_EXTRACTOR("Symbol extractor"),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/components/KtMetadataCalculator.kt

    public typealias KtMetadataCalculator = KaMetadataCalculator
    
    @KaAnalysisNonPublicApi
    public interface KaMetadataCalculatorMixIn : KaSessionMixIn {
        /**
         * Calculates metadata that would be generated by the compiler in case this class was compiled to the JVM class file.
         *
         * @param mapping map containing the light elements ([KtLightElement]) for each callable declaration in this class.
         */
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:35 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/lifecycle/providers/packaging/WarLifecycleMappingProvider.java

            "compile", "org.apache.maven.plugins:maven-compiler-plugin:" + COMPILER_PLUGIN_VERSION + ":compile",
            "process-test-resources",
                    "org.apache.maven.plugins:maven-resources-plugin:" + RESOURCES_PLUGIN_VERSION + ":testResources",
            "test-compile", "org.apache.maven.plugins:maven-compiler-plugin:" + COMPILER_PLUGIN_VERSION + ":testCompile",
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Nov 22 13:26:01 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  4. platforms/jvm/language-java/src/test/groovy/org/gradle/api/internal/tasks/compile/JdkToolsTest.groovy

     */
    
    package org.gradle.api.internal.tasks.compile
    
    
    import spock.lang.Specification
    import spock.lang.Subject
    
    import javax.tools.JavaCompiler
    
    class JdkToolsTest extends Specification {
        @Subject
        JdkTools current = new JdkTools([])
    
        def "can get java compiler"() {
            def compiler = current.systemJavaCompiler
    
            expect:
            compiler instanceof JavaCompiler
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 1K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/OutputCleaningCompiler.java

    import org.gradle.api.tasks.WorkResults;
    import org.gradle.language.base.internal.compile.Compiler;
    import org.gradle.nativeplatform.internal.CompilerOutputFileNamingSchemeFactory;
    
    import java.io.File;
    
    public class OutputCleaningCompiler<T extends NativeCompileSpec> implements Compiler<T> {
    
        private final Compiler<T> compiler;
        private final String outputFileSuffix;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/admission/plugin/policy/generic/policy_source.go

    	newPolicyAccessor func(P) PolicyAccessor,
    	newBindingAccessor func(B) BindingAccessor,
    	compiler func(P) E,
    	paramInformerFactory informers.SharedInformerFactory,
    	dynamicClient dynamic.Interface,
    	restMapper meta.RESTMapper,
    ) Source[PolicyHook[P, B, E]] {
    	res := &policySource[P, B, E]{
    		compiler:             compiler,
    		policyInformer:       generic.NewInformer[P](policyInformer),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 21 23:07:34 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. platforms/software/platform-base/src/main/java/org/gradle/platform/base/internal/toolchain/ToolProvider.java

     * limitations under the License.
     */
    
    package org.gradle.platform.base.internal.toolchain;
    
    import org.gradle.language.base.internal.compile.CompileSpec;
    import org.gradle.language.base.internal.compile.Compiler;
    
    public interface ToolProvider extends ToolSearchResult {
        <T extends CompileSpec> Compiler<T> newCompiler(Class<T> spec);
    
        <T> T get(Class<T> toolType);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 955 bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/testdata/hist.go

    // license that can be found in the LICENSE file.
    
    // This is the input program for an end-to-end test of the DWARF produced
    // by the compiler. It is compiled with various flags, then the resulting
    // binary is "debugged" under the control of a harness.  Because the compile+debug
    // step is time-consuming, the tests for different bugs are all accumulated here
    // so that their cost is only the time to "n" through the additional code.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  9. platforms/jvm/java-compiler-plugin/src/main/java/org/gradle/internal/compiler/java/IncrementalCompileTask.java

     * limitations under the License.
     */
    package org.gradle.internal.compiler.java;
    
    import com.sun.source.util.JavacTask;
    import org.gradle.internal.compiler.java.listeners.classnames.ClassNameCollector;
    import org.gradle.internal.compiler.java.listeners.constants.ConstantDependentsConsumer;
    import org.gradle.internal.compiler.java.listeners.constants.ConstantsCollector;
    
    import javax.annotation.processing.Processor;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 06 13:00:39 UTC 2024
    - 4K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/gccgo_m.txt

    # It's absurd, but builds with -compiler=gccgo used to fail to build module m.
    # golang.org/issue/34358
    
    env GO111MODULE=off
    
    [short] skip
    [cross] skip # gccgo can't necessarily cross-compile
    
    cd m
    go build
    exists m$GOEXE
    rm m$GOEXE
    [exec:gccgo] go build -compiler=gccgo
    [exec:gccgo] exists m$GOEXE
    
    -- m/go.mod --
    module m
    -- m/main.go --
    package main
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 14:52:30 UTC 2022
    - 368 bytes
    - Viewed (0)
Back to top