Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 44 for i686 (0.55 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/assembler/AssemblyLanguageIncrementalBuildIntegrationTest.groovy

            UnitTestPreconditions.NotWindows
        ])
        def "reassembles binary with target platform change"() {
            when:
            buildFile.text = buildFile.text.replace("i386", "x86-64")
    
            run "installMainExecutable"
    
            then:
            executedAndNotSkipped ":assembleHelloSharedLibraryHelloAsm"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.6K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/route/sys_freebsd.go

    var compatFreeBSD32 bool // 386 emulation on amd64
    
    func probeRoutingStack() (int, map[int]*wireFormat) {
    	var p uintptr
    	wordSize := int(unsafe.Sizeof(p))
    	align := wordSize
    	// In the case of kern.supported_archs="amd64 i386", we need
    	// to know the underlying kernel's architecture because the
    	// alignment for routing facilities are set at the build time
    	// of the kernel.
    	conf, _ := syscall.Sysctl("kern.conftxt")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 05 19:54:32 UTC 2022
    - 4.7K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/internal/NativeBinarySpecTest.groovy

        def component = BaseComponentFixtures.createNode(NativeLibrarySpec, TestNativeComponentSpec, id)
    
        def platform1 = Stub(NativePlatform) {
            getArchitecture() >> Architectures.forInput("i386")
        }
        def buildType1 = Stub(BuildType) {
            getName() >> "BuildType1"
        }
        def resolver = Mock(NativeDependencyResolver)
    
        def "uses resolver to resolve lib to dependency"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  4. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioFileCustomizationIntegrationTest.groovy

            app.writeSources(file("src/main"))
            buildFile << """
        apply plugin: 'cpp'
        apply plugin: 'visual-studio'
    
        model {
            platforms {
                win32 {
                    architecture "i386"
                }
            }
            buildTypes {
                debug
                release
            }
            components {
                main(NativeExecutableSpec)
            }
        }
    """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/target.go

    			return true
    		}
    		return t.linkShared || (t.HeadType == objabi.Haix && t.LinkMode == LinkExternal)
    	}
    }
    
    //
    // Processor functions
    //
    
    func (t *Target) Is386() bool {
    	return t.Arch.Family == sys.I386
    }
    
    func (t *Target) IsARM() bool {
    	return t.Arch.Family == sys.ARM
    }
    
    func (t *Target) IsARM64() bool {
    	return t.Arch.Family == sys.ARM64
    }
    
    func (t *Target) IsAMD64() bool {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 13 21:14:48 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  6. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioSoftwareModelIncrementalIntegrationTest.groovy

                model {
                    components {
                        main(NativeExecutableSpec)
                    }
                    platforms {
                        win32 {
                            architecture "i386"
                        }
                        x64 {
                            architecture "amd64"
                        }
                    }
                    buildTypes {
                        debug
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 8.5K bytes
    - Viewed (0)
  7. src/syscall/exec_pdeathsig_test.go

    	"path/filepath"
    	"strconv"
    	"strings"
    	"syscall"
    	"testing"
    )
    
    // TestDeathSignalSetuid verifies that a command run with a different UID still
    // receives PDeathsig; it is a regression test for https://go.dev/issue/9686.
    func TestDeathSignalSetuid(t *testing.T) {
    	if testing.Short() {
    		t.Skipf("skipping test that copies its binary into temp dir")
    	}
    
    	// Copy the test binary to a location that another user can read/execute
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 20 21:23:17 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/net/HostAndPortTest.java

        checkFromStringCase("[]bad", 1, null, 99, false);
      }
    
      public void testFromStringParseableNonsense() {
        // Examples of nonsense that gets through.
        checkFromStringCase("[[:]]", 86, "[:]", 86, false);
        checkFromStringCase("x:y:z", 87, "x:y:z", 87, false);
        checkFromStringCase("", 88, "", 88, false);
        checkFromStringCase(":", 99, "", 99, false);
        checkFromStringCase(":123", -1, "", 123, true);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Apr 17 11:19:47 UTC 2023
    - 9.6K bytes
    - Viewed (0)
  9. src/packaging/deb/init.d/fess

    # Look for the right JVM to use
    for jdir in $JDK_DIRS; do
        if [ -r "$jdir/bin/java" -a -z "${JAVA_HOME}" ]; then
            JAVA_HOME="$jdir"
        fi
    done
    export JAVA_HOME
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sun Jan 15 06:32:15 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/x86/a.out.go

    	REG_K0: 118,
    	REG_K1: 119,
    	REG_K2: 120,
    	REG_K3: 121,
    	REG_K4: 122,
    	REG_K5: 123,
    	REG_K6: 124,
    	REG_K7: 125,
    }
    
    // https://www.uclibc.org/docs/psABI-i386.pdf, table 2.14
    var X86DWARFRegisters = map[int16]int16{
    	REG_AX: 0,
    	REG_CX: 1,
    	REG_DX: 2,
    	REG_BX: 3,
    	REG_SP: 4,
    	REG_BP: 5,
    	REG_SI: 6,
    	REG_DI: 7,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 31 20:28:39 UTC 2021
    - 6.8K bytes
    - Viewed (0)
Back to top