Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for Executable (0.4 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    [[sec:building_an_executable]]
    == Building an executable
    
    To build a native executable, you define an executable component in the `components` container. The following sample defines an executable called `main`:
    
    === Example: Defining executable components
    
    [source.multi-language-sample,groovy]
    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/c/groovy/build.gradle[tag=executables]
    ----
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/AbstractGradleExecuter.java

                return JavaVersion.current();
            }
        }
    
        @Override
        public GradleExecuter usingExecutable(String script) {
            this.executable = script;
            return this;
        }
    
        public String getExecutable() {
            return executable;
        }
    
        @Override
        public GradleExecuter withStdinPipe() {
            return withStdinPipe(new PipedOutputStream());
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  3. configure.py

    
    def setup_python(environ_cp):
      """Setup python related env variables."""
      # Get PYTHON_BIN_PATH, default is the current running python.
      default_python_bin_path = sys.executable
      ask_python_bin_path = ('Please specify the location of python. [Default is '
                             '{}]: ').format(default_python_bin_path)
      while True:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. src/syscall/zerrors_darwin_arm64.go

    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    	84:  "value too large to be stored in data type",
    	85:  "bad executable (or shared library)",
    	86:  "bad CPU type in executable",
    	87:  "shared library version mismatch",
    	88:  "malformed Mach-o file",
    	89:  "operation canceled",
    	90:  "identifier removed",
    	91:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_7.adoc

    ==== Configuring a non-existing executable now fails
    
    When configuring an executable explicitly for link:{groovyDslPath}/org.gradle.api.tasks.compile.ForkOptions.html#org.gradle.api.tasks.compile.ForkOptions:executable[`JavaCompile`] or link:{groovyDslPath}/org.gradle.api.tasks.testing.Test.html#org.gradle.api.tasks.testing.Test:executable[`Test`] tasks, Gradle will now emit an error if this executable does not exist.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 87.7K bytes
    - Viewed (0)
  6. src/syscall/zerrors_darwin_amd64.go

    	80:  "authentication error",
    	81:  "need authenticator",
    	82:  "device power is off",
    	83:  "device error",
    	84:  "value too large to be stored in data type",
    	85:  "bad executable (or shared library)",
    	86:  "bad CPU type in executable",
    	87:  "shared library version mismatch",
    	88:  "malformed Mach-o file",
    	89:  "operation canceled",
    	90:  "identifier removed",
    	91:  "no message of desired type",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 55.3K bytes
    - Viewed (0)
  7. tensorflow/BUILD

    # To learn more about import library (called interface library in Bazel):
    #     https://docs.microsoft.com/en-us/cpp/build/linking-an-executable-to-a-dll?view=vs-2017#linking-implicitly
    filegroup(
        name = "get_tensorflow_dll_import_lib",
        srcs = ["//tensorflow:tensorflow.dll"],
        output_group = "interface_library",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/lib.go

    	// code generation.
    	GenSymsLate func(*Link, *loader.Loader)
    
    	// TLSIEtoLE converts a TLS Initial Executable relocation to
    	// a TLS Local Executable relocation.
    	//
    	// This is possible when a TLS IE relocation refers to a local
    	// symbol in an executable, which is typical when internally
    	// linking PIE binaries.
    	TLSIEtoLE func(P []byte, off, size int)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	{82, "EPWROFF", "device power is off"},
    	{83, "EDEVERR", "device error"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EBADEXEC", "bad executable (or shared library)"},
    	{86, "EBADARCH", "bad CPU type in executable"},
    	{87, "ESHLIBVERS", "shared library version mismatch"},
    	{88, "EBADMACHO", "malformed Mach-o file"},
    	{89, "ECANCELED", "operation canceled"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go

    	{82, "EPWROFF", "device power is off"},
    	{83, "EDEVERR", "device error"},
    	{84, "EOVERFLOW", "value too large to be stored in data type"},
    	{85, "EBADEXEC", "bad executable (or shared library)"},
    	{86, "EBADARCH", "bad CPU type in executable"},
    	{87, "ESHLIBVERS", "shared library version mismatch"},
    	{88, "EBADMACHO", "malformed Mach-o file"},
    	{89, "ECANCELED", "operation canceled"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
Back to top