Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for M4 (0.05 sec)

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

                blockingServer.get(m4.pom.path).sendFile(m4.pom.file))
            blockingServer.expectConcurrent(
                blockingServer.get(m1.artifact.path).sendFile(m1.artifact.file),
                blockingServer.get(m2.artifact.path).sendFile(m2.artifact.file),
                blockingServer.get(m3.artifact.path).sendFile(m3.artifact.file),
                blockingServer.get(m4.artifact.path).sendFile(m4.artifact.file))
    
            expect:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 13K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolvedConfigurationIntegrationTest.groovy

                    }
                }
            """
    
            m1.allowAll()
            m2.allowAll()
            m3.pom.expectGetUnauthorized()
            m4.pom.expectGet()
            m4.artifact.expectGetUnauthorized()
    
            expect:
            //TODO: fix dependency resolution results usage in this test and remove this flag
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 17:10:15 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  3. src/hash/maphash/maphash_purego.go

    }
    
    // This is a port of wyhash implementation in runtime/hash64.go,
    // without using unsafe for purego.
    
    const (
    	m1 = 0xa0761d6478bd642f
    	m2 = 0xe7037ed1a0b428db
    	m3 = 0x8ebc6af09c88c6e3
    	m4 = 0x589965cc75374cc3
    	m5 = 0x1d8e4e27c47d124f
    )
    
    func wyhash(key []byte, seed, len uint64) uint64 {
    	p := key
    	i := len
    	var a, b uint64
    	seed ^= m1
    
    	if i > 16 {
    		if i > 48 {
    			seed1 := seed
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun May 12 05:36:29 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. src/internal/types/testdata/check/decls0.go

    func (S0) m1 (x S0.m1 /* ERROR "S0.m1 is not a type" */ ) {}
    func (S0) m2 (x *S0.m2 /* ERROR "S0.m2 is not a type" */ ) {}
    func (S0) m3 () (x S0.m3 /* ERROR "S0.m3 is not a type" */ ) { return }
    func (S0) m4 () (x *S0.m4 /* ERROR "S0.m4 is not a type" */ ) { return }
    
    // interfaces may not have any blank methods
    type BlankI interface {
    	_ /* ERROR "methods must have a unique non-blank name" */ ()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 4.1K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/s390x/asmz.go

    		m4 := singleElementMask(p.As)
    		zVRRa(op, uint32(p.From.Reg), uint32(p.To.Reg), m5, m4, m3, asm)
    
    	case 117: // VRR-b
    		op, m4, m5 := vop(p.As)
    		zVRRb(op, uint32(p.To.Reg), uint32(p.From.Reg), uint32(p.Reg), m5, m4, asm)
    
    	case 118: // VRR-c
    		op, m4, m6 := vop(p.As)
    		m5 := singleElementMask(p.As)
    		v3 := p.Reg
    		if v3 == 0 {
    			v3 = p.To.Reg
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  6. src/go/types/issues_test.go

    import "b"
    type I4 interface {
    	M4(_ struct { *string })
    }
    var _ I4 = b.S{}
    `,
    			`package b
    type S struct{}
    func (S) M4(struct { *string }) {}
    `,
    			`6:12: cannot use b[.]S{} [(]value of type b[.]S[)] as I4 value in variable declaration: b[.]S does not implement I4 [(]wrong type for method M4[)]
    .*have M4[(]struct{[*]string /[*] package b [*]/ }[)]
    .*want M4[(]struct{[*]string /[*] package main [*]/ }[)]`},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/types2/issues_test.go

    import "b"
    type I4 interface {
    	M4(_ struct { *string })
    }
    var _ I4 = b.S{}
    `,
    			`package b
    type S struct{}
    func (S) M4(struct { *string }) {}
    `,
    			`6:12: cannot use b[.]S{} [(]value of type b[.]S[)] as I4 value in variable declaration: b[.]S does not implement I4 [(]wrong type for method M4[)]
    .*have M4[(]struct{[*]string /[*] package b [*]/ }[)]
    .*want M4[(]struct{[*]string /[*] package main [*]/ }[)]`},
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 28.1K bytes
    - Viewed (0)
  8. src/crypto/tls/testdata/Client-TLSv11-ECDHE-ECDSA-AES

    000002d0  f8 ee ad 64 46 6e 53 1d  d6 57 55 6a 4c bc 37 1f  |...dFnS..WUjL.7.|
    000002e0  e7 9c c4 bb 23 cb af 27  2a 19 94 02 42 01 35 b4  |....#..'*...B.5.|
    000002f0  a1 f0 c2 6d 34 f0 05 a7  25 9a 22 6c 3e 41 e7 a0  |...m4...%."l>A..|
    00000300  1e 8f 5a 28 b1 5a 88 46  48 7e 40 93 f2 38 9d 33  |..Z(.Z.FH~@..8.3|
    00000310  6b b5 92 ed 6d 44 07 03  c8 77 ee 3a 80 37 1e f9  |k...mD...w.:.7..|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:33:38 UTC 2024
    - 7K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationDependenciesBuildOperationIntegrationTest.groovy

            def m2 = mavenHttpRepo.module('org.foo', 'unknown')
            def m3 = mavenHttpRepo.module('org.foo', 'broken')
            def m4 = mavenHttpRepo.module('org.foo', 'rock').dependsOn(m3).publish()
    
            m1.allowAll()
            m2.allowAll()
            m3.pom.expectGetBroken()
            m4.allowAll()
    
            when:
            fails "checkDeps"
    
            then:
            failedResolve.assertFailurePresent(failure)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 28.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/generic.rules

    	m2:(Store {t2} op2:(OffPtr [o2] p2) d2
    		m3:(Store {t3} op3:(OffPtr [0] p3) d3
    			m4:(Move [n] p4 _ mem))))
    	&& m2.Uses == 1 && m3.Uses == 1 && m4.Uses == 1
    	&& o2 == t3.Size()
    	&& o1-o2 == t2.Size()
    	&& n == t3.Size() + t2.Size() + t1.Size()
    	&& isSamePtr(p1, p2) && isSamePtr(p2, p3) && isSamePtr(p3, p4)
    	&& clobber(m2, m3, m4)
    	=> (Store {t1} op1 d1 (Store {t2} op2 d2 (Store {t3} op3 d3 mem)))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
Back to top