Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,754 for linux32 (0.17 sec)

  1. platforms/core-runtime/native/src/test/groovy/org/gradle/internal/nativeintegration/jansi/JansiStorageLocatorTest.groovy

        def setup() {
            locator.factory = factory
        }
    
        def "provides storage information if jansi library can be resolved"() {
            given:
            def platform = 'linux32'
            def nativeLibraryName = 'nativelib.so'
            def jansiLibrary = new JansiLibrary(platform, nativeLibraryName)
    
            when:
            def jansiStorage = locator.locate(tmpDir.testDirectory)
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  2. platforms/core-runtime/native/src/test/groovy/org/gradle/internal/nativeintegration/jansi/JansiLibraryFactoryTest.groovy

            jansiLibrary.resourcePath ==  "/META-INF/native/" + jansiLibrary.path
    
            where:
            platform << ['linux32', 'linux64']
        }
    
        def "jansi library can be created for Windows platform #platform"() {
            when:
            JansiLibrary jansiLibrary = factory.create()
    
            then:
            1 * resolver.operatingSystem >> JansiOperatingSystemSupport.WINDOWS.identifier
            1 * resolver.platform >> platform
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/DefaultTargetMachineFactoryTest.groovy

            def windows1 = factory.windows
            def windows2 = factory.windows
            def linux1 = factory.linux.x86_64
            def linux2 = factory.linux.x86_64
    
            expect:
            def targetMachines = [windows1, windows2, linux1, linux2] as Set
            targetMachines.size() == 2
            targetMachines == [windows1, linux1] as Set
        }
    
        def "same target machine are equals"() {
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  4. src/runtime/cgo/linux.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Linux system call wrappers that provide POSIX semantics through the
    // corresponding cgo->libc (nptl) wrappers for various system calls.
    
    //go:build linux
    
    package cgo
    
    import "unsafe"
    
    // Each of the following entries is needed to ensure that the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 2.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/sourceset-variant/groovy/src/main/linux/platform-linux.c

    #include "platform.h"
    
    const char* platform_name = "Linux";
    
    int max_path_length() { return -1; }
    
    unsigned long long max_memory() { return TB(128); }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 186 bytes
    - Viewed (0)
  6. operator/pkg/helm/testdata/istio-1.3.0-linux.tar.gz

    istio-1.3.0-linux.tar istio-installer/Chart.yaml description: Chart for istio installation name: istio-installer-test version: 1.0 istio-installer/values.yaml # Value.yaml file example for testing # name: value istio-installer/.helmignore # Patterns to ignore when building packages. # This supports shell glob matching, relative path matching, and # negation (prefixed with !). Only one pattern per line. .DS_Store .git...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 19 23:09:45 UTC 2020
    - 617 bytes
    - Viewed (0)
  7. src/runtime/vdso_linux_mips64x.go

    // license that can be found in the LICENSE file.
    
    //go:build linux && (mips64 || mips64le)
    
    package runtime
    
    const (
    	// vdsoArrayMax is the byte-size of a maximally sized array on this architecture.
    	// See cmd/compile/internal/mips64/galign.go arch.MAXWIDTH initialization.
    	vdsoArrayMax = 1<<50 - 1
    )
    
    // see man 7 vdso : mips
    var vdsoLinuxVersion = vdsoVersionKey{"LINUX_2.6", 0x3ae75f6}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 850 bytes
    - Viewed (0)
  8. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.18.9.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.18.9.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.18.9.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 185 bytes
    - Viewed (0)
  9. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.18.linux-amd64.txt

    golang.org/toolchain v0.0.1-go1.18.linux-amd64
    written by hand
    -- .info --
    {"Version":"v0.0.1-go1.18.linux-amd64"}
    -- .mod --
    golang.org/toolchain
    -- go.mod --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 30 19:11:44 UTC 2023
    - 181 bytes
    - Viewed (0)
  10. src/cmd/go/testdata/mod/golang.org_toolchain_v0.0.1-go1.999testmod.linux-386.txt

    golang.org/toolchain@v0.0.1-go1.999testmod.linux-386
    
    -- .mod --
    module golang.org/toolchain
    -- .info --
    {"Version":"v0.0.1-go1.999testmod.linux-386"}
    -- go.mod --
    module golang.org/toolchain
    -- bin/go --
    #!/bin/sh
    echo go1.999testmod here!
    -- bin/gofmt --
    echo i am unused
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 13:19:02 UTC 2023
    - 294 bytes
    - Viewed (0)
Back to top