Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 4,539 for ccompile (0.14 sec)

  1. test/const7.go

    		log.Fatal(err)
    	}
    
    	cmd := exec.Command("go", "tool", "compile", "-p=p", filename)
    	cmd.Dir = dir
    	output, err := cmd.CombinedOutput()
    
    	if msg == "" {
    		// no error expected
    		if err != nil {
    			log.Fatalf("%s: compile failed unexpectedly: %v", name, err)
    		}
    		return
    	}
    
    	// error expected
    	if err == nil {
    		log.Fatalf("%s: compile succeeded unexpectedly", name)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 20:56:32 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/AbstractGccCompatibleToolChain.java

                        return toolProvider;
                    }
                    ToolSearchResult compiler = toolProvider.locateTool(ToolType.CPP_COMPILER);
                    if (compiler.isAvailable()) {
                        return toolProvider;
                    }
                    compiler = toolProvider.locateTool(ToolType.OBJECTIVEC_COMPILER);
                    if (compiler.isAvailable()) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 20K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/SelectiveCompiler.java

    import org.gradle.api.internal.tasks.compile.incremental.recomp.PreviousCompilationAccess;
    import org.gradle.api.internal.tasks.compile.incremental.recomp.PreviousCompilationData;
    import org.gradle.api.internal.tasks.compile.incremental.recomp.RecompilationSpec;
    import org.gradle.api.internal.tasks.compile.incremental.recomp.RecompilationSpecProvider;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  4. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompileOptions.java

         * <p>
         * When this option is set to {@code false} (the default), Groovy code will not be subject to annotation processing, but any joint compiled Java code will be.
         * If the compiler argument {@code "-proc:none"} was specified as part of the Java compile options, the value of this flag will be ignored.
         * No annotation processing will be performed regardless, on Java or Groovy source.
         */
        @Input
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/kernels/xla_ops.h

    #ifndef TENSORFLOW_COMPILER_JIT_KERNELS_XLA_OPS_H_
    #define TENSORFLOW_COMPILER_JIT_KERNELS_XLA_OPS_H_
    
    #include <atomic>
    
    #include "tensorflow/compiler/jit/device_compiler.h"
    #include "tensorflow/compiler/jit/xla_device.h"
    #include "tensorflow/compiler/jit/xla_launch_util.h"
    #include "tensorflow/compiler/jit/xla_platform_info.h"
    #include "xla/stream_executor/integrations/tf_allocator_adapter.h"
    #include "tensorflow/core/framework/allocator.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 23:44:26 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/xla_compile_on_demand_op.h

    #include <vector>
    
    #include "tensorflow/compiler/jit/device_compilation_profiler.h"
    #include "tensorflow/compiler/jit/variable_info.h"
    #include "tensorflow/compiler/jit/variable_info_util.h"
    #include "tensorflow/compiler/jit/xla_launch_util.h"
    #include "tensorflow/compiler/jit/xla_platform_info.h"
    #include "tensorflow/compiler/tf2xla/xla_compiler.h"
    #include "xla/client/local_client.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/main/java/org/gradle/api/internal/tasks/compile/NormalizingGroovyCompiler.java

    import org.gradle.language.base.internal.compile.Compiler;
    import org.gradle.util.internal.CollectionUtils;
    
    import java.io.File;
    import java.util.List;
    
    import static org.gradle.internal.FileUtils.hasExtension;
    
    /**
     * A Groovy {@link Compiler} which does some normalization of the compile configuration and behaviour before delegating to some other compiler.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  8. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/tasks/SourceSet.java

        /**
         * Returns the name of the compile only configuration for this source set.
         *
         * @return The compile only configuration name
         *
         * @since 2.12
         */
        String getCompileOnlyConfigurationName();
    
        /**
         * Returns the name of the 'compile only api' configuration for this source set.
         *
         * @return The 'compile only api' configuration name
         *
         * @since 6.7
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/internal/gcc/GccPlatformToolProvider.java

                gccMetadata.getComponent().getVersion())
            );
        }
    
        @Override
        protected Compiler<CCompileSpec> createCCompiler() {
            GccCommandLineToolConfigurationInternal cCompilerTool = toolRegistry.getTool(ToolType.C_COMPILER);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
  10. buildscripts/cross-compile.sh

    Daniel Jakots <******@****.***> 1702948102 -0500
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Dec 19 01:08:22 UTC 2023
    - 958 bytes
    - Viewed (0)
Back to top