Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for t0 (0.1 sec)

  1. src/reflect/all_test.go

    func (t timp) y() {}
    
    func TestCallPanic(t *testing.T) {
    	type t0 interface {
    		W()
    		w()
    	}
    	type T1 interface {
    		Y()
    		y()
    	}
    	type T2 struct {
    		T1
    		t0
    	}
    	type T struct {
    		t0 // 0
    		T1 // 1
    
    		NamedT0 t0 // 2
    		NamedT1 T1 // 3
    		NamedT2 T2 // 4
    
    		namedT0 t0 // 5
    		namedT1 T1 // 6
    		namedT2 T2 // 7
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. src/database/sql/sql_test.go

    	nullTestRun(t, spec)
    }
    
    func TestNullTimeParam(t *testing.T) {
    	t0 := time.Time{}
    	t1 := time.Date(2000, 1, 1, 8, 9, 10, 11, time.UTC)
    	t2 := time.Date(2010, 1, 1, 8, 9, 10, 11, time.UTC)
    	spec := nullTestSpec{"nulldatetime", "datetime", [6]nullTestRow{
    		{NullTime{t1, true}, t2, NullTime{t1, true}},
    		{NullTime{t1, false}, t2, NullTime{t0, false}},
    		{t1, t2, NullTime{t1, true}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  3. doc/go1.17_spec.html

    </p>
    
    <pre>
    type T0 struct {
    	x int
    }
    
    func (*T0) M0()
    
    type T1 struct {
    	y int
    }
    
    func (T1) M1()
    
    type T2 struct {
    	z int
    	T1
    	*T0
    }
    
    func (*T2) M2()
    
    type Q *T2
    
    var t T2     // with t.T0 != nil
    var p *T2    // with p != nil and (*p).T0 != nil
    var q Q = p
    </pre>
    
    <p>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

            .body("B")
            .build(),
        )
    
        // A cache miss writes the cache.
        val t0 = System.currentTimeMillis()
        val response1 = get(server.url("/a"))
        assertThat(response1.body.string()).isEqualTo("A")
        assertThat(response1.header("Allow")).isNull()
        assertThat((response1.receivedResponseAtMillis - t0).toDouble()).isCloseTo(0.0, 250.0)
    
        // A conditional cache hit updates the cache.
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  5. src/net/http/server.go

    	}
    
    	var (
    		wholeReqDeadline time.Time // or zero if none
    		hdrDeadline      time.Time // or zero if none
    	)
    	t0 := time.Now()
    	if d := c.server.readHeaderTimeout(); d > 0 {
    		hdrDeadline = t0.Add(d)
    	}
    	if d := c.server.ReadTimeout; d > 0 {
    		wholeReqDeadline = t0.Add(d)
    	}
    	c.rwc.SetReadDeadline(hdrDeadline)
    	if d := c.server.WriteTimeout; d > 0 {
    		defer func() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. src/net/http/transport_test.go

    			}
    
    			SetRoundTripRetried(func() {
    				logf("Retried.")
    			})
    			defer SetRoundTripRetried(nil)
    
    			for i := 0; i < 3; i++ {
    				t0 := time.Now()
    				req := tc.req()
    				res, err := c.Do(req)
    				if err != nil {
    					if time.Since(t0) < *MaxWriteWaitBeforeConnReuse/2 {
    						mu.Lock()
    						got := logbuf.String()
    						mu.Unlock()
    						t.Fatalf("i=%d: Do = %v; log:\n%s", i, err, got)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  7. src/net/http/serve_test.go

    	// It is undocumented, and some users may find it surprising.
    	// Either document it, or switch to a less surprising behavior.
    	const expectTimeout = 5 * time.Second
    
    	t0 := time.Now()
    	select {
    	case got := <-shutdownRes:
    		d := time.Since(t0)
    		if got != nil {
    			t.Fatalf("shutdown error after %v: %v", d, err)
    		}
    		if d < expectTimeout/2 {
    			t.Errorf("shutdown too soon after %v", d)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  8. go.sum

    github.com/klauspost/compress v1.17.8 h1:YcnTYrq7MikUT7k0Yb5eceMmALQPYBW/Xltxn0NAMnU=
    github.com/klauspost/compress v1.17.8/go.mod h1:Di0epgTjJY877eYKx5yC51cX2A2Vl2ibi7bDH9ttBbw=
    github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
    github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
    github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 15:32:28 UTC 2024
    - 101.6K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm64/asm7.go

    		// in case of ambiguity, store 64-bit
    		t.As = ADWORD
    		sz = 8
    	}
    
    	t.To.Type = obj.TYPE_CONST
    	t.To.Offset = lit
    
    	for q := c.blitrl; q != nil; q = q.Link { /* could hash on t.t0.offset */
    		if q.To == t.To {
    			p.Pool = q
    			return
    		}
    	}
    
    	if c.blitrl == nil {
    		c.blitrl = t
    		c.pool.start = uint32(p.Pc)
    	} else {
    		c.elitrl.Link = t
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
Back to top