Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 118 for current$ (0.24 sec)

  1. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

            : base_(base),
              begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
              begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
              begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
              begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
              begin5_(g5.begin()), end5_(g5.end()), current5_(current5)    {
          ComputeCurrentValue();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 187.7K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/util/strategicpatch/patch_test.go

    	Modified map[string]interface{}
    	// Current is the current object (live config in the server)
    	Current map[string]interface{}
    	// TwoWay is the expected two-way merge patch diff between original and modified
    	TwoWay map[string]interface{}
    	// ThreeWay is the expected three-way merge patch
    	ThreeWay map[string]interface{}
    	// Result is the expected object after applying the three-way patch on current object.
    	Result map[string]interface{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 31 16:45:45 UTC 2023
    - 130.4K bytes
    - Viewed (0)
  3. pkg/printers/internalversion/printers.go

    					current = statuses[i].External.Current.Value.String()
    				}
    				list = append(list, fmt.Sprintf("%s/%s", current, spec.External.Target.Value.String()))
    			}
    		case autoscaling.PodsMetricSourceType:
    			current := "<unknown>"
    			if len(statuses) > i && statuses[i].Pods != nil {
    				current = statuses[i].Pods.Current.AverageValue.String()
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__autoscaling__v2_openapi.json

                "type": "string"
              },
              "current": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.autoscaling.v2.MetricValueStatus"
                  }
                ],
                "default": {},
                "description": "current contains the current value for the given metric"
              },
              "name": {
                "default": "",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 186.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    // When the latest version of a given module is newer than
    // the current one, list -u sets the Module's Update field
    // to information about the newer module. list -u will also set
    // the module's Retracted field if the current version is retracted.
    // The Module's String method indicates an available upgrade by
    // formatting the newer version in brackets after the current version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/autoscaling/v2/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ContainerResourceMetricStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Current:` + strings.Replace(strings.Replace(this.Current.String(), "MetricValueStatus", "MetricValueStatus", 1), `&`, ``, 1) + `,`,
    		`Container:` + fmt.Sprintf("%v", this.Container) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 162.9K bytes
    - Viewed (0)
  7. src/runtime/proc.go

    	}
    
    	gp := getg()
    	if gp.m.p != 0 && gp.m.p.ptr().id < nprocs {
    		// continue to use the current P
    		gp.m.p.ptr().status = _Prunning
    		gp.m.p.ptr().mcache.prepareForSweep()
    	} else {
    		// release the current P and acquire allp[0].
    		//
    		// We must do this before destroying our current P
    		// because p.destroy itself has write barriers, so we
    		// need to do that from a valid P.
    		if gp.m.p != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  8. pkg/api/pod/util_test.go

    			},
    			wantPodSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{},
    			},
    		},
    		{
    			name:    "feature disabled, only current pod use NodeAffinityPolicy field",
    			enabled: false,
    			oldPodSpec: &api.PodSpec{
    				TopologySpreadConstraints: []api.TopologySpreadConstraint{},
    			},
    			podSpec: &api.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/autoscaling/v2beta2/generated.pb.go

    	if this == nil {
    		return "nil"
    	}
    	s := strings.Join([]string{`&ContainerResourceMetricStatus{`,
    		`Name:` + fmt.Sprintf("%v", this.Name) + `,`,
    		`Current:` + strings.Replace(strings.Replace(this.Current.String(), "MetricValueStatus", "MetricValueStatus", 1), `&`, ``, 1) + `,`,
    		`Container:` + fmt.Sprintf("%v", this.Container) + `,`,
    		`}`,
    	}, "")
    	return s
    }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 163K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

            : base_(base),
              begin1_(g1.begin()), end1_(g1.end()), current1_(current1),
              begin2_(g2.begin()), end2_(g2.end()), current2_(current2),
              begin3_(g3.begin()), end3_(g3.end()), current3_(current3),
              begin4_(g4.begin()), end4_(g4.end()), current4_(current4),
              begin5_(g5.begin()), end5_(g5.end()), current5_(current5)    {
          ComputeCurrentValue();
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
Back to top