Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for x202 (0.04 sec)

  1. test/fixedbugs/bug385_64.go

    	var x195 [10<<20]byte
    	var x196 [10<<20]byte
    	var x197 [10<<20]byte
    	var x198 [10<<20]byte
    	var x199 [10<<20]byte
    	var x200 [10<<20]byte
    	var x201 [10<<20]byte
    	var x202 [10<<20]byte
    	var x203 [10<<20]byte
    	var x204 [10<<20]byte
    	var x205 [10<<20]byte
    	var x206 [10<<20]byte
    	var x207 [10<<20]byte
    	z = x1
    	z = x2
    	z = x3
    	z = x4
    	z = x5
    	z = x6
    	z = x7
    	z = x8
    	z = x9
    	z = x10
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 09 16:41:23 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  2. pkg/proxy/ipvs/ipset_test.go

    			set: &utilipset.IPSet{
    				Name: "abz",
    			},
    			setType:         utilipset.HashIPPort,
    			ipv6:            true,
    			activeEntries:   []string{"FE80::0202:B3FF:FE1E:8329,tcp:80"},
    			currentEntries:  []string{"FE80::0202:B3FF:FE1E:8329,tcp:80"},
    			expectedEntries: []string{"FE80::0202:B3FF:FE1E:8329,tcp:80"},
    		},
    		{
    			name: "ipset sync with updated udp->tcp in hash",
    			set: &utilipset.IPSet{
    				Name: "bca",
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 7.5K bytes
    - Viewed (0)
  3. src/cmd/cgo/internal/testshared/testdata/global/main.go

    			panic("testLargeOffset: index mismatch")
    		}
    	}
    
    	x := globallib.Data[1<<20+1]
    	if x != 1<<20+1 {
    		panic("testLargeOffset: direct mismatch")
    	}
    
    	y := &globallib.Data[1<<20+2]
    	if y != &ptrData()[1<<20+2] {
    		panic("testLargeOffset: address mismatch")
    	}
    }
    
    func main() {
    	testLoop()
    
    	// SSA rules commonly merge offsets into addresses. These
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 11:59:56 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  4. src/internal/syscall/windows/version_windows_test.go

    package windows_test
    
    import (
    	"errors"
    	"internal/syscall/windows"
    	"syscall"
    	"testing"
    )
    
    func TestSupportUnixSocket(t *testing.T) {
    	var d syscall.WSAData
    	if err := syscall.WSAStartup(uint32(0x202), &d); err != nil {
    		t.Fatal(err)
    	}
    	defer syscall.WSACleanup()
    
    	// Test that SupportUnixSocket returns true if WSASocket succeeds with AF_UNIX.
    	got := windows.SupportUnixSocket()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:24:57 UTC 2024
    - 874 bytes
    - Viewed (0)
  5. pilot/pkg/config/kube/ingress/testdata/simple.yaml

                port:
                  number: 4201
          # With a trailing /
          - path: /sub/path/
            backend:
              service:
                name: service1
                port:
                  number: 4202
          # Regex ending with .*
          - path: /regex1.*
            backend:
              service:
                name: service1
                port:
                  number: 4203
          # Regex ending with *
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 10 16:43:09 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  6. pilot/pkg/config/kube/ingress/testdata/simple.yaml.golden

      hosts:
      - foohost.bar.com
      http:
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4202
          weight: 100
      - match:
        - uri:
            exact: /sub/path/
        route:
        - destination:
            host: service1.ns.svc.mydomain
            port:
              number: 4207
          weight: 100
      - match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 14 16:13:05 UTC 2022
    - 2.3K bytes
    - Viewed (0)
  7. src/internal/fuzz/mutators_byteslice_test.go

    			mutator:  byteSliceShuffleBytes,
    			input:    []byte{1, 2, 3, 4},
    			expected: []byte{2, 3, 1, 4},
    		},
    		{
    			name:     "byteSliceSwapBytes",
    			mutator:  byteSliceSwapBytes,
    			randVals: []int{0, 2, 0, 2},
    			input:    append(make([]byte, 0, 9), []byte{1, 2, 3, 4}...),
    			expected: []byte{3, 2, 1, 4},
    		},
    	} {
    		t.Run(tc.name, func(t *testing.T) {
    			r := &mockRand{values: []int{0, 1, 2, 3, 4, 5}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 19 18:23:43 UTC 2021
    - 4.3K bytes
    - Viewed (0)
  8. platforms/core-runtime/launcher/src/integTest/groovy/org/gradle/launcher/daemon/DaemonInitialCommunicationFailureIntegrationSpec.groovy

    class DaemonInitialCommunicationFailureIntegrationSpec extends DaemonIntegrationSpec {
    
        @Rule TestServer server = new TestServer()
    
        @Issue("GRADLE-2444")
        @Flaky(because = "https://github.com/gradle/gradle-private/issues/4202")
        def "behaves if the registry contains connectable port without daemon on the other end"() {
            when:
            buildSucceeds()
    
            then:
            //there should be one idle daemon
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 07:46:29 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/JavaSourceIncrementalCompilationIntegrationTest.groovy

            fails language.compileTaskName
            result.assertHasErrorOutput("package java.util.logging is not visible")
        }
    
        @Requires(UnitTestPreconditions.Symlinks)
        @Issue("https://github.com/gradle/gradle/issues/9202")
        def "source mapping file works with symlinks"() {
            // Daemon cleans up symlinks in VFS
            executer.requireDaemon()
            executer.requireIsolatedDaemons()
    
            given:
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:44:34 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  10. guava-tests/test/com/google/common/primitives/SignedBytesTest.java

      }
    
      public void testSortDescendingIndexed() {
        testSortDescending(new byte[] {}, 0, 0, new byte[] {});
        testSortDescending(new byte[] {1}, 0, 1, new byte[] {1});
        testSortDescending(new byte[] {1, 2}, 0, 2, new byte[] {2, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 2, new byte[] {3, 1, 1});
        testSortDescending(new byte[] {1, 3, 1}, 0, 1, new byte[] {1, 3, 1});
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Feb 20 17:00:05 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top