Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 58 for Stopped (0.12 sec)

  1. src/cmd/dist/build.go

    		xprintf("warning: --no-clean is deprecated and has no effect; use 'go install std cmd' instead\n")
    	}
    
    	// Don't build broken ports by default.
    	if broken[goos+"/"+goarch] && !force {
    		fatalf("build stopped because the port %s/%s is marked as broken\n\n"+
    			"Use the -force flag to build anyway.\n", goos, goarch)
    	}
    
    	// Set GOPATH to an internal directory. We shouldn't actually
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  2. src/crypto/tls/tls_test.go

    	for i := 0; i < N; i++ {
    		conn, err := Dial("tcp", ln.Addr().String(), clientConfig)
    		if err != nil {
    			b.Fatal(err)
    		}
    		// make sure we're connected and previous connection has stopped
    		if _, err := conn.Write(buf[:1]); err != nil {
    			b.Fatal(err)
    		}
    		if _, err := io.ReadFull(conn, peek); err != nil {
    			b.Fatal(err)
    		}
    		if _, err := conn.Write(buf); err != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 60.5K bytes
    - Viewed (0)
  3. src/syscall/syscall_windows.go

    func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) }
    
    func (w WaitStatus) Signal() Signal { return -1 }
    
    func (w WaitStatus) CoreDump() bool { return false }
    
    func (w WaitStatus) Stopped() bool { return false }
    
    func (w WaitStatus) Continued() bool { return false }
    
    func (w WaitStatus) StopSignal() Signal { return -1 }
    
    func (w WaitStatus) Signaled() bool { return false }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 11:49:46 UTC 2024
    - 52.7K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/devicemanager/manager_test.go

    	as.Equal(int64(3), val.Value())
    	val, ok = allocatable[v1.ResourceName(resourceName2)]
    	as.True(ok)
    	as.Equal(int64(0), val.Value())
    	as.Empty(removed)
    	// Writes and re-reads checkpoints. Verifies we create a stopped endpoint
    	// for resourceName2, its capacity is set to zero, and we still consider
    	// it as a DevicePlugin resource. This makes sure any pod that was scheduled
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 65K bytes
    - Viewed (0)
  5. pkg/kubelet/nodestatus/setters_test.go

    			imageListFunc := func() ([]kubecontainer.Image, error) {
    				// today, imageListFunc is expected to return a sorted list,
    				// but we may choose to sort in the setter at some future point
    				// (e.g. if the image cache stopped sorting for us)
    				sort.Sort(sliceutils.ByImageSize(tc.imageList))
    				return tc.imageList, tc.imageListError
    			}
    			// construct setter
    			setter := Images(tc.maxImages, imageListFunc)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 21:47:24 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/cacher_whitebox_test.go

    		if event.Type != watch.Added {
    			t.Errorf("unexpected event type, expected: %s, got: %s, event: %v", watch.Added, event.Type, event)
    		}
    	}
    	// Since the watch is stopped after the interval is invalidated,
    	// we should have processed exactly bufferSize number of elements.
    	if received != bufferSize {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 82.9K bytes
    - Viewed (0)
  7. src/go/build/build.go

    //
    //go:linkname parseFileHeader
    func parseFileHeader(content []byte) (trimmed, goBuild []byte, sawBinaryOnly bool, err error) {
    	end := 0
    	p := content
    	ended := false       // found non-blank, non-// line, so stopped accepting //go:build lines
    	inSlashStar := false // in /* */ comment
    
    Lines:
    	for len(p) > 0 {
    		line := p
    		if i := bytes.IndexByte(line, '\n'); i >= 0 {
    			line, p = line[:i], p[i+1:]
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62.3K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    func (w WaitStatus) ExitStatus() int { return int(w.ExitCode) }
    
    func (w WaitStatus) Signal() Signal { return -1 }
    
    func (w WaitStatus) CoreDump() bool { return false }
    
    func (w WaitStatus) Stopped() bool { return false }
    
    func (w WaitStatus) Continued() bool { return false }
    
    func (w WaitStatus) StopSignal() Signal { return -1 }
    
    func (w WaitStatus) Signaled() bool { return false }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  9. src/runtime/mheap.go

    		s.gcmarkBits = newMarkBits(uintptr(s.nelems))
    		s.allocBits = newAllocBits(uintptr(s.nelems))
    
    		// It's safe to access h.sweepgen without the heap lock because it's
    		// only ever updated with the world stopped and we run on the
    		// systemstack which blocks a STW transition.
    		atomic.Store(&s.sweepgen, h.sweepgen)
    
    		// Now that the span is filled in, set its state. This
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:31:00 UTC 2024
    - 78K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

      // - Ignore: This will ignore any unknown fields that are silently
      // dropped from the object, and will ignore all but the last duplicate
      // field that the decoder encounters. This is the default behavior
      // prior to v1.23.
      // - Warn: This will send a warning via the standard warning response
      // header for each unknown field that is dropped from the object, and
      // for each duplicate field that is encountered. The request will
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 53.3K bytes
    - Viewed (0)
Back to top