Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 106 of 106 for Yield (0.07 sec)

  1. src/cmd/link/internal/ld/data.go

    	}
    }
    
    // Return whether we may need to split text sections.
    //
    // On PPC64x, when external linking, a text section should not be
    // larger than 2^25 bytes due to the size of call target offset field
    // in the 'bl' instruction. Splitting into smaller text sections
    // smaller than this limit allows the system linker to modify the long
    // calls appropriately. The limit allows for the space needed for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (1)
  2. pkg/scheduler/framework/plugins/podtopologyspread/filtering_test.go

    		nodes                     []*v1.Node
    		existingPods              []*v1.Pod
    		deletedPodIdx             int     // need to reuse *Pod of existingPods[i]
    		deletedPod                *v1.Pod // this field is used only when deletedPodIdx is -1
    		nodeIdx                   int     // denotes which node "deletedPod" belongs to
    		want                      *preFilterState
    		enableNodeInclusionPolicy bool
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 10:42:29 UTC 2024
    - 143.1K bytes
    - Viewed (0)
  3. cluster/gce/util.sh

    }
    
    function check-network-mode() {
      local mode
      mode=$(gcloud compute networks list --filter="name=('${NETWORK}')" --project "${NETWORK_PROJECT}" --format='value(x_gcloud_subnet_mode)' || true)
      # The deprecated field uses lower case. Convert to upper case for consistency.
      echo "$mode" | tr '[:lower:]' '[:upper:]'
    }
    
    function create-network() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/generic.rules

    // on the generated side
    //  - the type of the top-level expression is the same as the one on the left-hand side.
    //  - the type of any subexpressions must be specified explicitly (or
    //    be specified in the op's type field).
    //  - auxint will be 0 if not specified.
    //  - aux will be nil if not specified.
    
    // blocks are specified using the following format:
    // (kind controlvalue succ0 succ1 ...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  5. cmd/object-handlers_test.go

    		if err != nil {
    			t.Fatalf("Failed to create new streaming signed HTTP request: <ERROR> %v.", err)
    		}
    		switch test.fault {
    		case BadSignature:
    			// Reset date field in header to make streaming signature fail.
    			req.Header.Set("x-amz-date", "")
    		case TooBigDecodedLength:
    			// Set decoded length to a large value out of int64 range to simulate parse failure.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:50:49 UTC 2024
    - 161.9K bytes
    - Viewed (0)
  6. pkg/controller/job/job_controller_test.go

    					},
    				},
    			},
    		},
    		"when the JobSuccessPolicy is disabled, the Job never got SuccessCriteriaMet condition even if the Job has the successPolicy field": {
    			job: batch.Job{
    				TypeMeta:   validTypeMeta,
    				ObjectMeta: validObjectMeta,
    				Spec: batch.JobSpec{
    					Selector:       validSelector,
    					Template:       validTemplate,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
Back to top