Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of about 10,000 for t$ (0.03 sec)

  1. src/cmd/compile/internal/types/size.go

    			}
    		}
    		w = t.NumElem() * t.Elem().width
    		t.align = t.Elem().align
    
    		// ABIInternal only allows "trivial" arrays (i.e., length 0 or 1)
    		// to be passed by register.
    		switch t.NumElem() {
    		case 0:
    			t.intRegs = 0
    			t.floatRegs = 0
    		case 1:
    			t.intRegs = t.Elem().intRegs
    			t.floatRegs = t.Elem().floatRegs
    		default:
    			t.intRegs = math.MaxUint8
    			t.floatRegs = math.MaxUint8
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 15K bytes
    - Viewed (0)
  2. tools/istio-clean-iptables/pkg/cmd/testdata/empty.golden

    ip6tables -t nat -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_INBOUND
    ip6tables -t mangle -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_DIVERT
    ip6tables -t mangle -X ISTIO_DIVERT
    ip6tables -t mangle -F ISTIO_TPROXY
    ip6tables -t mangle -X ISTIO_TPROXY
    ip6tables -t nat -F ISTIO_REDIRECT
    ip6tables -t nat -X ISTIO_REDIRECT
    ip6tables -t nat -F ISTIO_IN_REDIRECT
    ip6tables -t nat -X ISTIO_IN_REDIRECT
    iptables -t nat -D OUTPUT -p udp -j ISTIO_OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. src/internal/saferio/io_test.go

    		if err != nil {
    			t.Fatal(err)
    		}
    		if len(got) > 0 {
    			t.Errorf("got %d bytes, expected 0", len(got))
    		}
    	})
    }
    
    func TestSliceCap(t *testing.T) {
    	t.Run("small", func(t *testing.T) {
    		c := SliceCap[int](10)
    		if c != 10 {
    			t.Errorf("got capacity %d, want %d", c, 10)
    		}
    	})
    
    	t.Run("large", func(t *testing.T) {
    		c := SliceCap[byte](1 << 30)
    		if c < 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 00:34:05 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/term/terminal.go

    		// advanced to the next line.
    		t.outBuf = append(t.outBuf, '\r', '\n')
    	}
    }
    
    func (t *Terminal) eraseNPreviousChars(n int) {
    	if n == 0 {
    		return
    	}
    
    	if t.pos < n {
    		n = t.pos
    	}
    	t.pos -= n
    	t.moveCursorToPos(t.pos)
    
    	copy(t.line[t.pos:], t.line[n+t.pos:])
    	t.line = t.line[:len(t.line)-n]
    	if t.echo {
    		t.writeLine(t.line[t.pos:])
    		for i := 0; i < n; i++ {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 22.5K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/test_fail_fast.txt

    	t.Parallel()
    	t.Errorf("FAIL - %s", t.Name())
    }
    
    func TestParallelFailingSubtestsA(t *testing.T) {
    	t.Parallel()
    	t.Run("TestFailingSubtestsA1", func(t *testing.T) {
    		t.Errorf("FAIL - %s", t.Name())
    	})
    	t.Run("TestFailingSubtestsA2", func(t *testing.T) {
    		t.Errorf("FAIL - %s", t.Name())
    	})
    }
    
    func TestFailingSubtestsA(t *testing.T) {
    	t.Run("TestFailingSubtestsA1", func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 19:25:24 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. security/pkg/nodeagent/sds/sdsservice_test.go

    		c := s.Connect()
    		s.Verify(c.RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{rootResourceName}}), expectRoot)
    		c.ExpectNoResponse(t)
    		s.Verify(c.RequestResponseAck(t, &discovery.DiscoveryRequest{ResourceNames: []string{testResourceName}}), expectCert)
    		c.ExpectNoResponse(t)
    	})
    	t.Run("multiplexed multiple single", func(t *testing.T) {
    		s := setupSDS(t)
    		c := s.Connect()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 17 20:12:58 UTC 2024
    - 11.6K bytes
    - Viewed (0)
  7. internal/grid/grid_test.go

    		defer timeout(1 * time.Minute)()
    		testServerInCongestion(t, local, remote)
    		assertNoActive(t, connRemoteLocal)
    		assertNoActive(t, connLocalToRemote)
    	})
    	t.Run("testGenericsStreamRoundtrip", func(t *testing.T) {
    		defer timeout(1 * time.Minute)()
    		testGenericsStreamRoundtrip(t, local, remote)
    		assertNoActive(t, connRemoteLocal)
    		assertNoActive(t, connLocalToRemote)
    	})
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Jun 07 15:51:52 UTC 2024
    - 36.4K bytes
    - Viewed (0)
  8. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-tuple.h

        void, void, void>
    #define GTEST_5_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, void, void, \
        void, void, void>
    #define GTEST_6_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, void, \
        void, void, void>
    #define GTEST_7_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \
        void, void, void>
    #define GTEST_8_TUPLE_(T) tuple<T##0, T##1, T##2, T##3, T##4, T##5, T##6, \
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. test/fixedbugs/issue27557.go

    var sink interface{}
    
    func f1() {
    	var t T
    	f := t.noescape // ERROR "t.noescape does not escape"
    	f()
    }
    
    func f2() {
    	var t T       // ERROR "moved to heap"
    	f := t.escape // ERROR "t.escape does not escape"
    	f()
    }
    
    func f3() {
    	var t T        // ERROR "moved to heap"
    	f := t.returns // ERROR "t.returns does not escape"
    	sink = f()
    }
    
    type T struct{}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 28 21:41:07 UTC 2021
    - 949 bytes
    - Viewed (0)
  10. tools/istio-clean-iptables/pkg/cmd/testdata/outbound-owner-groups.golden

    ip6tables -t nat -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_INBOUND
    ip6tables -t mangle -X ISTIO_INBOUND
    ip6tables -t mangle -F ISTIO_DIVERT
    ip6tables -t mangle -X ISTIO_DIVERT
    ip6tables -t mangle -F ISTIO_TPROXY
    ip6tables -t mangle -X ISTIO_TPROXY
    ip6tables -t nat -F ISTIO_REDIRECT
    ip6tables -t nat -X ISTIO_REDIRECT
    ip6tables -t nat -F ISTIO_IN_REDIRECT
    ip6tables -t nat -X ISTIO_IN_REDIRECT
    iptables -t nat -D OUTPUT -p udp -j ISTIO_OUTPUT
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 15:51:15 UTC 2024
    - 2.8K bytes
    - Viewed (0)
Back to top