Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 60 for linux64 (0.14 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/verification/DependencyVerificationSignatureCheckIntegTest.groovy

                }
                withoutDefaultVariants()
                withVariant("linux64") {
                    attribute(Usage.USAGE_ATTRIBUTE.name, "linux64")
                    attribute(Category.CATEGORY_ATTRIBUTE.name, Category.LIBRARY)
                    useDefaultArtifacts = false
                    artifact("foo.klib", "foo-linux64-1.0.klib")
                }
            }.withModuleMetadata().publish()
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 75.1K bytes
    - Viewed (0)
  2. src/cmd/dist/test.go

    		}
    		return false
    
    	case "shared":
    		switch platform {
    		case "linux/386", "linux/amd64", "linux/arm", "linux/arm64", "linux/ppc64le", "linux/s390x":
    			return true
    		}
    		return false
    
    	case "plugin":
    		switch platform {
    		case "linux/amd64", "linux/arm", "linux/arm64", "linux/386", "linux/loong64", "linux/s390x", "linux/ppc64le",
    			"android/amd64", "android/386",
    			"darwin/amd64", "darwin/arm64",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  3. .bazelrc

    #     rbe_linux_cuda_nvcc:            RBE options to build with GPU support using nvcc.
    #
    # Embedded Linux options (experimental and only tested with TFLite build yet)
    #     elinux:          General Embedded Linux options shared by all flavors.
    #     elinux_aarch64:  Embedded Linux options for aarch64 (ARM64) CPU support.
    #     elinux_armhf:    Embedded Linux options for armhf (ARMv7) CPU support.
    #
    # Release build options (for all operating systems)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/syscall_linux.go

    }
    
    // This constant mirrors the #define of PX_PROTO_OE in
    // linux/if_pppox.h. We're defining this by hand here instead of
    // autogenerating through mkerrors.sh because including
    // linux/if_pppox.h causes some declaration conflicts with other
    // includes (linux/if_pppox.h includes linux/in.h, which conflicts
    // with netinet/in.h). Given that we only need a single zero constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 05:26:45 UTC 2024
    - 77.5K bytes
    - Viewed (0)
  5. src/cmd/dist/build.go

    	"illumos/amd64":   true,
    	"linux/386":       true,
    	"linux/amd64":     true,
    	"linux/arm":       true,
    	"linux/arm64":     true,
    	"linux/loong64":   true,
    	"linux/ppc64":     false,
    	"linux/ppc64le":   true,
    	"linux/mips":      true,
    	"linux/mipsle":    true,
    	"linux/mips64":    true,
    	"linux/mips64le":  true,
    	"linux/riscv64":   true,
    	"linux/s390x":     true,
    	"linux/sparc64":   true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.31.md

    [kubernetes-client-linux-386.tar.gz](https://dl.k8s.io/v1.31.0-alpha.1/kubernetes-client-linux-386.tar.gz) | a783ba568bbe28e0ddddcbd2c16771f2354786bcc5de4333e9d0a73a1027a8a45c2cc58c69b740db83fec12647e93df2536790df5e191d96dea914986b717ee6
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 20:34:14 UTC 2024
    - 60.3K bytes
    - Viewed (0)
  7. hack/local-up-cluster.sh

    }
    
    function detect_os {
        local host_os
    
        case "$(uname -s)" in
          Darwin)
            host_os=darwin
            ;;
          Linux)
            host_os=linux
            ;;
          *)
            echo "Unsupported host OS.  Must be Linux or Mac OS X." >&2
            exit 1
            ;;
        esac
    
      if [[ -z "${host_os}" ]]; then
        return
      fi
      echo -n "${host_os}"
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  8. pkg/kubelet/stats/cri_stats_provider_test.go

    			Metadata: podSandbox.Metadata,
    		},
    		Linux: &runtimeapi.LinuxPodSandboxStats{},
    	}
    	podSandboxStats.Linux.Containers = append(podSandboxStats.Linux.Containers, podContainerStats...)
    	if podSandbox.State == runtimeapi.PodSandboxState_SANDBOX_NOTREADY {
    		podSandboxStats.Linux.Cpu = nil
    		podSandboxStats.Linux.Memory = nil
    	} else {
    		podSandboxStats.Linux.Cpu = &runtimeapi.CpuUsage{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.3.md

    [kubernetes-client-linux-arm64.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.3.10/kubernetes-client-linux-arm64.tar.gz) | `176b52d35150ca9f08a7e90e33e2839b7574afe350edf4fafa46745d77bb5aa4`
    [kubernetes-client-linux-arm.tar.gz](https://storage.googleapis.com/kubernetes-release/release/v1.3.10/kubernetes-client-linux-arm.tar.gz) | `1c3bf4ac1e4eb0e02f785db725efd490beaf06c8acd26d694971ba510b60a94d`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  10. src/cmd/internal/testdir/testdir_test.go

    }
    
    // A build environment triplet separated by slashes (eg: linux/386/sse2).
    // The third field can be empty if the arch does not support variants (eg: "plan9/amd64/")
    type buildEnv string
    
    // Environ returns the environment it represents in cmd.Environ() "key=val" format
    // For instance, "linux/386/sse2".Environ() returns {"GOOS=linux", "GOARCH=386", "GO386=sse2"}
    func (b buildEnv) Environ() []string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top