Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 928 for addUses (0.24 sec)

  1. src/cmd/compile/internal/ssa/sccp.go

    			if possibleConst(ctl) {
    				t.defBlock[ctl] = append(t.defBlock[ctl], block)
    			}
    		}
    	}
    }
    
    // addUses finds all uses of value and appends them into work list for further process
    func (t *worklist) addUses(val *Value) {
    	for _, use := range t.defUse[val] {
    		if val == use {
    			// Phi may refer to itself as uses, ignore them to avoid re-visiting phi
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:54:50 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/route/address.go

    	"runtime"
    	"syscall"
    )
    
    // An Addr represents an address associated with packet routing.
    type Addr interface {
    	// Family returns an address family.
    	Family() int
    }
    
    // A LinkAddr represents a link-layer address.
    type LinkAddr struct {
    	Index int    // interface index when attached
    	Name  string // interface name when attached
    	Addr  []byte // link-layer address when attached
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 9.9K bytes
    - Viewed (0)
  3. internal/http/listener_test.go

    				if strings.Contains(err.Error(), "The requested address is not valid in its context") {
    					// Ignore if IP is unbindable.
    					continue nextTest
    				}
    				if strings.Contains(err.Error(), "bind: address already in use") {
    					continue nextTest
    				}
    				t.Fatalf("Test %d: error: expected = <nil>, got = %v", i+1, err)
    			}
    		}
    
    		addrs := listener.Addrs()
    		addrSet := set.NewStringSet()
    		for _, addr := range addrs {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 17:41:02 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  4. pkg/bootstrap/option/instances_test.go

    		},
    
    		{
    			testName: "lightstep address empty",
    			key:      "lightstep",
    			option:   option.LightstepAddress(""),
    			expected: nil,
    		},
    		{
    			testName: "lightstep address ipv4",
    			key:      "lightstep",
    			option:   option.LightstepAddress("127.0.0.1:80"),
    			expected: "{\"address\": \"127.0.0.1\", \"port_value\": 80}",
    		},
    		{
    			testName: "lightstep address ipv6",
    			key:      "lightstep",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  5. src/net/mail/message_test.go

    	tests := []struct {
    		addr *Address
    		exp  string
    	}{
    		{
    			&Address{Address: "******@****.***"},
    			"<******@****.***>",
    		},
    		{ // quoted local parts: RFC 5322, 3.4.1. and 3.2.4.
    			&Address{Address: `my@idiot@address@example.com`},
    			`<"my@idiot@address"@example.com>`,
    		},
    		{ // quoted local parts
    			&Address{Address: ` @example.com`},
    			`<" "@example.com>`,
    		},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  6. tests/testdata/envoy_local.json

    {
      "stats_config": {
        "use_all_default_tags": false
      },
      "admin": {
        "access_log_path": "/dev/stdout",
        "address": {
          "socket_address": {
            "address": "127.0.0.1",
            "port_value": 17000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "api_config_source": {
            "api_type": "GRPC",
            "grpc_services": {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  7. src/net/http/socks_bundle.go

    func (d *socksDialer) DialContext(ctx context.Context, network, address string) (net.Conn, error) {
    	if err := d.validateTarget(network, address); err != nil {
    		proxy, dst, _ := d.pathAddrs(address)
    		return nil, &net.OpError{Op: d.cmd.String(), Net: network, Source: proxy, Addr: dst, Err: err}
    	}
    	if ctx == nil {
    		proxy, dst, _ := d.pathAddrs(address)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 11 22:42:18 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.json

                {
                    "locality": {},
                    "lbEndpoints": [
                        {
                            "endpoint": {
                                "address": {
                                    "socketAddress": {
                                        "address": "127.0.0.1",
                                        "portValue": 15020
                                    }
                                },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 40.4K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/emptyfilter_output.yaml

      - lbEndpoints:
        - endpoint:
            address:
              socketAddress:
                address: 10.244.0.8
                portValue: 53
            healthCheckConfig: {}
          healthStatus: HEALTHY
          loadBalancingWeight: 1
          metadata:
            filterMetadata:
              istio:
                workload: coredns;kube-system;;;Kubernetes
        - endpoint:
            address:
              socketAddress:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  10. src/debug/dwarf/line_test.go

    		{Address: 0x4005d1, File: file1H, Line: 7, IsStmt: true},
    		{Address: 0x4005e7, File: file1C, Line: 6, IsStmt: true},
    		{Address: 0x4005eb, File: file1C, Line: 7, IsStmt: true},
    		{Address: 0x4005f5, File: file1C, Line: 8, IsStmt: true},
    		{Address: 0x4005ff, File: file1C, Line: 9, IsStmt: true},
    		{Address: 0x400601, EndSequence: true},
    
    		{Address: 0x400601, File: file2C, Line: 4, IsStmt: true},
    		{Address: 0x400605, File: file2C, Line: 5, IsStmt: true},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 18 20:34:36 UTC 2023
    - 14.5K bytes
    - Viewed (0)
Back to top