Search Options

Results per page
Sort
Preferred Languages
Advance

Results 141 - 150 of 168 for ekvs (0.05 sec)

  1. src/runtime/export_test.go

    	systemstack(func() {
    		s = gostringw(&w[0])
    	})
    	return
    }
    
    var Open = open
    var Close = closefd
    var Read = read
    var Write = write
    
    func Envs() []string     { return envs }
    func SetEnvs(e []string) { envs = e }
    
    const PtrSize = goarch.PtrSize
    
    var ForceGCPeriod = &forcegcperiod
    
    // SetTracebackEnv is like runtime/debug.SetTraceback, but it raises
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  2. src/net/url/url_test.go

    			}
    			for k, evs := range test.out {
    				vs, ok := form[k]
    				if !ok {
    					t.Errorf("Missing key %q", k)
    					continue
    				}
    				if len(vs) != len(evs) {
    					t.Errorf("len(form[%q]) = %d, want %d", k, len(vs), len(evs))
    					continue
    				}
    				for j, ev := range evs {
    					if v := vs[j]; v != ev {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  3. guava/src/com/google/common/base/Joiner.java

          public Joiner useForNull(String nullText) {
            throw new UnsupportedOperationException("already specified skipNulls");
          }
    
          @Override
          public MapJoiner withKeyValueSeparator(String kvs) {
            throw new UnsupportedOperationException("can't use .skipNulls() with maps");
          }
        };
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  4. pkg/proxy/ipvs/proxier_test.go

    		}),
    	)
    
    	fp.syncProxyRules()
    
    	// Expect 2 services and 1 destination
    	epVS := &netlinktest.ExpectedVirtualServer{
    		VSNum: 2, IP: svcLBIP, Port: uint16(svcNodePort), Protocol: string(v1.ProtocolTCP),
    		RS: []netlinktest.ExpectedRealServer{{
    			IP: epIP, Port: uint16(svcPort),
    		}}}
    	checkIPVS(t, fp, epVS)
    
    	// check ipSet rules
    	epIPSet := netlinktest.ExpectedIPSet{
    		kubeLoadBalancerSet: {{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/base/Joiner.java

          public Joiner useForNull(String nullText) {
            throw new UnsupportedOperationException("already specified skipNulls");
          }
    
          @Override
          public MapJoiner withKeyValueSeparator(String kvs) {
            throw new UnsupportedOperationException("can't use .skipNulls() with maps");
          }
        };
      }
    
      /**
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Dec 15 19:31:54 UTC 2023
    - 18.6K bytes
    - Viewed (0)
  6. src/internal/trace/internal/oldtrace/parser.go

    		for i := 0; i < len(availableProcs); i++ {
    			proc := availableProcs[i]
    
    			for len(proc.events) == 0 {
    				// Call loadBatch in a loop because sometimes batches are empty
    				evs, err := p.loadBatch(proc.pid, proc.buf[:0])
    				proc.buf = evs[:0]
    				if err == io.EOF {
    					// This P has no more events
    					proc.done = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 21:15:28 UTC 2024
    - 46.8K bytes
    - Viewed (0)
  7. pkg/kubelet/kubelet_pods_test.go

    }
    
    func (ls testServiceLister) List(labels.Selector) ([]*v1.Service, error) {
    	return ls.services, nil
    }
    
    type envs []kubecontainer.EnvVar
    
    func (e envs) Len() int {
    	return len(e)
    }
    
    func (e envs) Swap(i, j int) { e[i], e[j] = e[j], e[i] }
    
    func (e envs) Less(i, j int) bool { return e[i].Name < e[j].Name }
    
    func buildService(name, namespace, clusterIP, protocol string, port int) *v1.Service {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  8. cmd/format-erasure.go

    // It will attempt to read it from env variable and fall back to drives/2.
    func ecDrivesNoConfig(setDriveCount int) (int, error) {
    	sc, err := storageclass.LookupConfig(config.KVS{}, setDriveCount)
    	if err != nil {
    		return 0, err
    	}
    	return sc.GetParityForSC(storageclass.STANDARD), nil
    }
    
    // Initialize a new set of set formats which will be written to all disks.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 23.2K bytes
    - Viewed (0)
  9. pkg/istio-agent/agent.go

    	}
    	if credentialSocketExists {
    		log.Info("Credential SDS socket found")
    	}
    
    	return bootstrap.GetNodeMetaData(bootstrap.MetadataOptions{
    		ID:                          a.cfg.ServiceNode,
    		Envs:                        os.Environ(),
    		Platform:                    a.cfg.Platform,
    		InstanceIPs:                 a.cfg.ProxyIPAddresses,
    		StsPort:                     a.secOpts.STSPort,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 05 10:02:56 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	driveType = uint32(r0)
    	return
    }
    
    func GetEnvironmentStrings() (envs *uint16, err error) {
    	r0, _, e1 := syscall.Syscall(procGetEnvironmentStringsW.Addr(), 0, 0, 0, 0)
    	envs = (*uint16)(unsafe.Pointer(r0))
    	if envs == nil {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top