Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 58 for 0_8081 (0.1 sec)

  1. pilot/pkg/xds/lds_test.go

    	// instead of looking at it as a listener with multiple filter chains
    	if l := adsc.GetHTTPListeners()["0.0.0.0_8081"]; l != nil {
    		expected := 1
    		if len(l.FilterChains) != expected {
    			t.Fatalf("Expected %d filter chains, got %d", expected, len(l.FilterChains))
    		}
    	} else {
    		t.Fatal("Expected listener for 0.0.0.0_8081")
    	}
    
    	if l := adsc.GetHTTPListeners()["virtualInbound"]; l == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/gateway_simulation_test.go

    						ListenerMatched:    "0.0.0.0_8081",
    						ClusterMatched:     "outbound|80||a.default",
    						RouteConfigMatched: "http.8081",
    						VirtualHostMatched: "example.com:8081",
    					},
    				},
    			},
    		},
    		simulationTest{
    			name: "multiple target port, service port first",
    			config: createGateway("gateway80", "", `
    port:
      number: 80
      name: http
      protocol: HTTP
    hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 18:27:40 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  3. pkg/envoy/agent_test.go

    )
    
    var invalidStats = ""
    
    var downstreamCxPostiveAcStats = "http.admin.downstream_cx_active: 2 \n" +
    	"http.agent.downstream_cx_active: 0 \n" +
    	"http.inbound_0.0.0.0_8080.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15001.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15006.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15021.downstream_cx_active: 0 \n" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 19 20:22:09 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/tpu-dynamic-layout-pass.mlir

          metadata = "\0A\0E\08\01\18\01\22\08\08\01\1A\01\01\22\01\00\0A \08\01\12\10\12\02\08\03\12\02\08\03\12\02\08\01\12\02\08 \18\01\22\08\08\01\1A\01\01\22\01\00\12\0A\0A\08\08\01\1A\01\01\22\01\00\12\0A\0A\08\08\01\1A\01\01\22\01\00\18\02 \01",
          mlir_module = "..."} : () -> (tensor<!tf_type.string>, tensor<2x!tf_type.string>)
        tf_device.return %1#0, %1#1 : tensor<!tf_type.string>, tensor<2x!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 29.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tpu-variable-runtime-reformatting.mlir

                  mlir_module = "..."} : () -> (tensor<!tf_type.string>, tensor<2x!tf_type.string>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 25.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu_validate_inputs.mlir

        tf_executor.fetch %0 : tensor<i32>
      }
      return %0 : tensor<i32>
    }
    // -----
    
    //  Serialized string:
    //   "\08\02\2a\08\08\01\1a\01\01\22\01\00\2a\08\08\01\1a\01\01\22\01\01"
    //  Proto debug string:
    //    type: 	 TUPLE
    //    tuple_shardings {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  7. pilot/pkg/xds/testdata/none_lds_http.json

    {
        "0.0.0.0_7071": {
          "name": "0.0.0.0_7071",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7071
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.http_connection_manager",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 32.9K bytes
    - Viewed (0)
  8. src/runtime/sizeclasses.go

    1, ^uint32(0)/32 + 1, ^uint32(0)/48 + 1, ^uint32(0)/64 + 1, ^uint32(0)/80 + 1, ^uint32(0)/96 + 1, ^uint32(0)/112 + 1, ^uint32(0)/128 + 1, ^uint32(0)/144 + 1, ^uint32(0)/160 + 1, ^uint32(0)/176 + 1, ^uint32(0)/192 + 1, ^uint32(0)/208 + 1, ^uint32(0)/224 + 1, ^uint32(0)/240 + 1, ^uint32(0)/256 + 1, ^uint32(0)/288 + 1, ^uint32(0)/320 + 1, ^uint32(0)/352 + 1, ^uint32(0)/384 + 1, ^uint32(0)/416 + 1, ^uint32(0)/448 + 1, ^uint32(0)/480 + 1, ^uint32(0)/512 + 1, ^uint32(0)/576 + 1, ^uint32(0)/640 + 1, ^uint32(0)/704...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 20:31:27 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. src/unicode/script_test.go

    // license that can be found in the LICENSE file.
    
    package unicode_test
    
    import (
    	"testing"
    	. "unicode"
    )
    
    type T struct {
    	rune   rune
    	script string
    }
    
    var inCategoryTest = []T{
    	{0x0081, "Cc"},
    	{0x200B, "Cf"},
    	{0xf0000, "Co"},
    	{0xdb80, "Cs"},
    	{0x0236, "Ll"},
    	{0x1d9d, "Lm"},
    	{0x07cf, "Lo"},
    	{0x1f8a, "Lt"},
    	{0x03ff, "Lu"},
    	{0x0bc1, "Mc"},
    	{0x20df, "Me"},
    	{0x07f0, "Mn"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 24 14:09:01 UTC 2019
    - 2.9K bytes
    - Viewed (0)
  10. pkg/scheduler/framework/types_test.go

    				{"UDP", "0.0.0.0", 80},
    				{"TCP", "0.0.0.0", 81},
    				{"TCP", "0.0.0.0", 82},
    			},
    			removed: []hostPortInfoParam{
    				{"TCP", "127.0.0.1", 79},
    				{"UDP", "127.0.0.1", 80},
    				{"TCP", "127.0.0.1", 81},
    				{"TCP", "127.0.0.1", 82},
    				{"TCP", "0.0.0.0", 79},
    				{"UDP", "0.0.0.0", 80},
    				{"TCP", "0.0.0.0", 81},
    				{"TCP", "0.0.0.0", 82},
    			},
    			length: 0,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
Back to top