Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 137 for afterward (0.23 sec)

  1. src/cmd/compile/internal/types2/builtins.go

    	}
    
    	// For len(x) and cap(x) we need to know if x contains any function calls or
    	// receive operations. Save/restore current setting and set hasCallOrRecv to
    	// false for the evaluation of x so that we can check it afterwards.
    	// Note: We must do this _before_ calling exprList because exprList evaluates
    	//       all arguments.
    	if id == _Len || id == _Cap {
    		defer func(b bool) {
    			check.hasCallOrRecv = b
    		}(check.hasCallOrRecv)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 27.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apiextensions.k8s.io__v1_openapi.json

    collection. Once all such events have been sent, a synthetic \"Bookmark\" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n\nWhen `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 178.6K bytes
    - Viewed (0)
  3. src/encoding/gob/encoder_test.go

    // Also, when the ignored object contains an interface value, it may define
    // types. Make sure that skipping the value still defines the types by using
    // the encoder/decoder pair to send a value afterwards. If an interface
    // is sent, its type in the test is always NewType0, so this checks that the
    // encoder and decoder don't skew with respect to type definitions.
    
    type Struct0 struct {
    	I any
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 29.7K bytes
    - Viewed (0)
  4. src/testing/testing.go

    		return
    	}
    
    	// We don't want to include the time we spend waiting for serial tests
    	// in the test duration. Record the elapsed time thus far and reset the
    	// timer afterwards.
    	t.duration += highPrecisionTimeSince(t.start)
    
    	// Add to the list of tests to be released by the parent.
    	t.parent.sub = append(t.parent.sub, t)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  5. pkg/scheduler/framework/plugins/volumebinding/binder.go

    //     * For dynamic provisioning: update PVC object with a selected node from c)
    //     * For the pod, which PVCs and PVs need API updates.
    //     ii. Afterwards, the main scheduler caches the Pod->Node binding in the scheduler's pod cache,
    //     This is handled in the scheduler and not here.
    //     f. Asynchronously bind volumes and pod in a separate goroutine
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
  6. src/runtime/export_test.go

    			if g, _ := runqget(pp); g != &gs[i] {
    				print("bad element at iter ", i, "/", j, "\n")
    				throw("bad element")
    			}
    		}
    		if g, _ := runqget(pp); g != nil {
    			throw("runq is not empty afterwards")
    		}
    	}
    }
    
    func RunSchedLocalQueueStealTest() {
    	p1 := new(p)
    	p2 := new(p)
    	gs := make([]g, len(p1.runq))
    	Escape(gs) // Ensure gs doesn't move, since we use guintptrs
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:50:53 UTC 2024
    - 46.1K bytes
    - Viewed (0)
  7. src/net/http/clientserver_test.go

    		// chunking and a flush at the first write. That's
    		// unnecessary with HTTP/2's framing, so the server
    		// is able to calculate the length while still sending
    		// trailers afterwards.
    		wantLen = len(body)
    		wantHeader["Content-Length"] = []string{fmt.Sprint(wantLen)}
    	}
    	if res.ContentLength != int64(wantLen) {
    		t.Errorf("ContentLength = %v; want %v", res.ContentLength, wantLen)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 46.6K bytes
    - Viewed (0)
  8. src/go/printer/testdata/parser.go

    	for {
    		// parseVarType accepts any type (including parenthesized ones)
    		// even though the syntax does not permit them here: we
    		// accept them all for more robust parsing and complain
    		// afterwards
    		list = append(list, p.parseVarType(isParam))
    		if p.tok != token.COMMA {
    			break
    		}
    		p.next()
    	}
    
    	// if we had a list of identifiers, it must be followed by a type
    	typ = p.tryVarType(isParam)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 20 20:19:51 UTC 2023
    - 50.5K bytes
    - Viewed (0)
  9. pkg/kubelet/kuberuntime/kuberuntime_manager.go

    			continue
    		} else {
    			// Keep the container.
    			keepCount++
    			continue
    		}
    
    		// We need to kill the container, but if we also want to restart the
    		// container afterwards, make the intent clear in the message. Also do
    		// not kill the entire pod since we expect container to be running eventually.
    		if restart {
    			message = fmt.Sprintf("%s, will be restarted", message)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 02:01:31 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types_swagger_doc_generated.go

    collection. Once all such events have been sent, a synthetic \"Bookmark\" event  will be sent. The bookmark will report the ResourceVersion (RV) corresponding to the set of objects, and be marked with `\"k8s.io/initial-events-end\": \"true\"` annotation. Afterwards, the watch stream will proceed as usual, sending watch events corresponding to changes (subsequent to the RV) to objects watched.\n\nWhen `sendInitialEvents` option is set, we require `resourceVersionMatch` option to also be set. The semantic of...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 13 18:37:59 UTC 2023
    - 49.2K bytes
    - Viewed (0)
Back to top