Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 30 for addReport (0.16 sec)

  1. src/net/ipsock_posix.go

    		if err != nil {
    			return nil, err
    		}
    		return &sa, nil
    	}
    	return nil, &AddrError{Err: "invalid address family", Addr: ip.String()}
    }
    
    func addrPortToSockaddrInet4(ap netip.AddrPort) (syscall.SockaddrInet4, error) {
    	// ipToSockaddrInet4 has special handling here for zero length slices.
    	// We do not, because netip has no concept of a generic zero IP address.
    	addr := ap.Addr()
    	if !addr.Is4() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  2. src/cmd/internal/test2json/testdata/framefuzz.json

    {"Action":"output","Test":"TestInlining","Output":"    inlining_test.go:102: not in expected set, but also inlinable: \"mask6\"\n"}
    {"Action":"output","Test":"TestInlining","Output":"    inlining_test.go:102: not in expected set, but also inlinable: \"AddrPort.isZero\"\n"}
    {"Action":"output","Test":"TestInlining","Output":"    inlining_test.go:102: not in expected set, but also inlinable: \"stringsLastIndexByte\"\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 6.3K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/main.go

    		ctxt.windynrelocsyms()
    	}
    	if ctxt.IsAIX() {
    		bench.Start("doxcoff")
    		ctxt.doxcoff()
    	}
    
    	bench.Start("textbuildid")
    	ctxt.textbuildid()
    	bench.Start("addexport")
    	ctxt.setArchSyms()
    	ctxt.addexport()
    	bench.Start("Gentext")
    	thearch.Gentext(ctxt, ctxt.loader) // trampolines, call stubs, etc.
    
    	bench.Start("textaddress")
    	ctxt.textaddress()
    	bench.Start("typelink")
    	ctxt.typelink()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  4. build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/source/SourceMetaDataVisitor.java

                .filter(anImport -> !anImport.isStatic())
                .map(anImport -> anImport.getNameAsString() + (anImport.isAsterisk() ? ".*" : ""))
                .forEach(anImport -> allClasses.forEach(classMetaData -> classMetaData.addImport(anImport)));
        }
    
        @Override
        public void visit(PackageDeclaration packageDeclaration, ClassMetaDataRepository<ClassMetaData> repository) {
            this.packageName = packageDeclaration.getNameAsString();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 21 13:27:02 UTC 2023
    - 11.7K bytes
    - Viewed (0)
  5. pkg/test/framework/components/istio/istio.go

    	// the given cluster. This allows access to the discovery server from
    	// outside its cluster.
    	RemoteDiscoveryAddressFor(cluster cluster.Cluster) (netip.AddrPort, error)
    	// CreateRemoteSecret on the cluster with the given options.
    	CreateRemoteSecret(ctx resource.Context, c cluster.Cluster, opts ...string) (string, error)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Oct 30 17:47:34 UTC 2023
    - 8K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    			addImport("unsafe", true)
    			if cfg.BuildContext.Compiler != "gccgo" {
    				addImport("runtime/cgo", true)
    			}
    			addImport("syscall", true)
    			addImport("sync", true)
    
    			// TODO: The .swig and .swigcxx files can use
    			// %go_import directives to import other packages.
    		}
    
    		// The linker loads implicit dependencies.
    		if p.Name == "main" && !p.Internal.ForceLibrary {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/go.go

    	if s == 0 || !l.AttrReachable(s) {
    		return
    	}
    	bld := l.MakeSymbolUpdater(s)
    	bld.SetType(sym.SDATA)
    	addstrdata(arch, l, *flagFieldTrack, buf.String())
    }
    
    func (ctxt *Link) addexport() {
    	// Track undefined external symbols during external link.
    	if ctxt.LinkMode == LinkExternal {
    		for _, s := range ctxt.Textp {
    			if ctxt.loader.AttrSpecial(s) || ctxt.loader.AttrSubSymbol(s) {
    				continue
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:48:30 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  8. pkg/test/framework/components/echo/kube/deployment.go

    			Port:        grpcMagicPort,
    			LocalhostIP: true,
    		})
    	}
    	return containerPorts
    }
    
    func customizeVMEnvironment(ctx resource.Context, cfg echo.Config, clusterEnv string, istiodAddr netip.AddrPort) error {
    	f, err := os.OpenFile(clusterEnv, os.O_APPEND|os.O_WRONLY, os.ModeAppend)
    	if err != nil {
    		return fmt.Errorf("failed opening %s: %v", clusterEnv, err)
    	}
    	defer f.Close()
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 12:26:52 UTC 2024
    - 24.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(Addr).WithZone", Method, 18},
    		{"(Addr).Zone", Method, 18},
    		{"(AddrPort).Addr", Method, 18},
    		{"(AddrPort).AppendTo", Method, 18},
    		{"(AddrPort).Compare", Method, 22},
    		{"(AddrPort).IsValid", Method, 18},
    		{"(AddrPort).MarshalBinary", Method, 18},
    		{"(AddrPort).MarshalText", Method, 18},
    		{"(AddrPort).Port", Method, 18},
    		{"(AddrPort).String", Method, 18},
    		{"(Prefix).Addr", Method, 18},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  10. pkg/registry/core/service/storage/storage_test.go

    			expectError: true,
    		},
    	}}
    
    	helpTestCreateUpdateDelete(t, testCases)
    }
    
    func TestFeaturePorts(t *testing.T) {
    	testCases := []cudTestCase{{
    		name: "add_port",
    		create: svcTestCase{
    			svc: svctest.MakeService("foo", svctest.SetTypeClusterIP,
    				svctest.SetPorts(
    					svctest.MakeServicePort("p", 80, intstr.FromInt32(80), api.ProtocolTCP))),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top