Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 3,036 for seem (0.13 sec)

  1. cmd/kube-proxy/app/server.go

    		if dual, _ := netutils.IsDualStackCIDRStrings(config); dual {
    			anyDualStackConfig = true
    			break
    		}
    	}
    
    	// Warn if NodePortAddresses does not limit connections on all IP families that
    	// seem to be in use.
    	cidrsByFamily := proxyutil.MapCIDRsByIPFamily(s.Config.NodePortAddresses)
    	if len(s.Config.NodePortAddresses) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Apr 26 13:27:41 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  2. src/os/exec/exec.go

    		// (It is safe and non-racy to do so on Unix platforms, and users might not
    		// test with the race detector on all platforms;
    		// see https://go.dev/issue/62596.)
    		//
    		// So we will pass the fully resolved path to os.StartProcess, but leave
    		// c.Path as is: missing a bit of logging information seems less harmful
    		// than triggering a surprising data race, and if the user really cares
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  3. src/cmd/go/internal/vcs/vcs.go

    	}
    	rr := &RepoRoot{
    		Repo:     repoURL,
    		Root:     mmi.Prefix,
    		IsCustom: true,
    		VCS:      vcs,
    	}
    	return rr, nil
    }
    
    // validateRepoRoot returns an error if repoRoot does not seem to be
    // a valid URL with scheme.
    func validateRepoRoot(repoRoot string) error {
    	url, err := urlpkg.Parse(repoRoot)
    	if err != nil {
    		return err
    	}
    	if url.Scheme == "" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  4. guava/src/com/google/common/util/concurrent/AggregateFuture.java

      /** Adds the chain to the seen set, and returns whether all the chain was new to us. */
      private static boolean addCausalChain(Set<Throwable> seen, Throwable param) {
        // Declare a "true" local variable so that the Checker Framework will infer nullness.
        Throwable t = param;
    
        for (; t != null; t = t.getCause()) {
          boolean firstTimeSeen = seen.add(t);
          if (!firstTimeSeen) {
            /*
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 01 21:46:34 UTC 2024
    - 15.4K bytes
    - Viewed (0)
  5. src/debug/pe/file.go

    	if err != nil {
    		return nil, err
    	}
    	f.Symbols, err = removeAuxSymbols(f.COFFSymbols, f.StringTable)
    	if err != nil {
    		return nil, err
    	}
    
    	// Seek past file header.
    	_, err = sr.Seek(base+int64(binary.Size(f.FileHeader)), io.SeekStart)
    	if err != nil {
    		return nil, err
    	}
    
    	// Read optional header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 17.2K bytes
    - Viewed (0)
  6. src/syscall/syscall_darwin.go

    	// We store the number of entries to skip in the seek
    	// offset of fd. See issue #31368.
    	// It's not the full required semantics, but should handle the case
    	// of calling Getdirentries or ReadDirent repeatedly.
    	// It won't handle assigning the results of lseek to *basep, or handle
    	// the directory being edited underfoot.
    	skip, err := Seek(fd, 0, 1 /* SEEK_CUR */)
    	if err != nil {
    		return 0, err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:50 UTC 2024
    - 11K bytes
    - Viewed (0)
  7. src/internal/concurrent/hashtriemap.go

    // the unique package, but can be used elsewhere as well.
    type HashTrieMap[K, V comparable] struct {
    	root     *indirect[K, V]
    	keyHash  hashFunc
    	keyEqual equalFunc
    	valEqual equalFunc
    	seed     uintptr
    }
    
    // NewHashTrieMap creates a new HashTrieMap for the provided key and value.
    func NewHashTrieMap[K, V comparable]() *HashTrieMap[K, V] {
    	var m map[K]V
    	mapType := abi.TypeOf(m).MapType()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 16:01:55 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/runtime/callers_test.go

    	for {
    		frame, more := frames.Next()
    		if frame.Function != "" {
    			m[frame.Function] = frame.Line
    		}
    		if !more {
    			break
    		}
    	}
    
    	var seen []string
    	for k := range m {
    		seen = append(seen, k)
    	}
    	t.Logf("functions seen: %s", strings.Join(seen, " "))
    
    	var f3Line int
    	if pan {
    		f3Line = 24
    	} else {
    		f3Line = 27
    	}
    	want := []struct {
    		name string
    		line int
    	}{
    		{"f1", 15},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Aug 28 21:36:31 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/test/integration/defaulting_test.go

    	t.Logf("Add 'c' default to the storage version and wait until GET sees it in both status and spec")
    	addDefault("v1beta2", "c", "C")
    
    	t.Logf("wait until GET sees 'c' in both status and spec")
    	if err := wait.PollImmediate(100*time.Millisecond, wait.ForeverTestTimeout, func() (bool, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 06 05:32:34 UTC 2023
    - 21.2K bytes
    - Viewed (0)
  10. pkg/kubelet/stats/provider_test.go

    		InodesFree: &inodesFree,
    	}
    }
    
    func getPodVolumeStats(seed int, volumeName string) statsapi.VolumeStats {
    	availableBytes := uint64(seed + offsetFsAvailable)
    	capacityBytes := uint64(seed + offsetFsCapacity)
    	usedBytes := uint64(seed + offsetFsUsage)
    	inodes := uint64(seed + offsetFsInodes)
    	inodesFree := uint64(seed + offsetFsInodesFree)
    	inodesUsed := uint64(seed + offsetFsInodeUsage)
    	fsStats := statsapi.FsStats{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 20K bytes
    - Viewed (0)
Back to top