Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 183 for addSdk (0.16 sec)

  1. pkg/scheduler/framework/runtime/framework.go

    	podsAdded := false
    	// We run filters twice in some cases. If the node has greater or equal priority
    	// nominated pods, we run them when those pods are added to PreFilter state and nodeInfo.
    	// If all filters succeed in this pass, we run them again when these
    	// nominated pods are not added. This second pass is necessary because some
    	// filters such as inter-pod affinity may not pass without the nominated pods.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  2. plugin/pkg/admission/noderestriction/admission_test.go

    		},
    		{
    			name: "no change",
    			a:    map[string]string{"x": "1", "y": "2", "z": "3"},
    			b:    map[string]string{"x": "1", "y": "2", "z": "3"},
    			want: sets.NewString(),
    		},
    		{
    			name: "added",
    			a:    map[string]string{},
    			b:    map[string]string{"a": "0"},
    			want: sets.NewString("a"),
    		},
    		{
    			name: "removed",
    			a:    map[string]string{"z": "3"},
    			b:    map[string]string{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 73.2K bytes
    - Viewed (0)
  3. src/testing/testing.go

    				// because we went up another nesting level, or because we
    				// returned.
    				shouldUnlock = true
    				c.mu.Lock()
    				continue
    			}
    			return prevFrame
    		}
    		// If more helper PCs have been added since we last did the conversion
    		if c.helperNames == nil {
    			c.helperNames = make(map[string]struct{})
    			for pc := range c.helperPCs {
    				c.helperNames[pcToName(pc)] = struct{}{}
    			}
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 76.1K bytes
    - Viewed (0)
  4. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

      TestEventListener* repeater();
    
      // Sets the default_result_printer attribute to the provided listener.
      // The listener is also added to the listener list and previous
      // default_result_printer is removed from it and deleted. The listener can
      // also be NULL in which case it will not be added to the list. Does
      // nothing if the previous and the current listener objects are the same.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  5. pilot/pkg/model/push_context.go

    	// classifying a single trigger as having multiple reasons.
    	Reason ReasonStats
    
    	// Delta defines the resources that were added or removed as part of this push request.
    	// This is set only on requests from the client which change the set of resources they (un)subscribe from.
    	Delta ResourceDelta
    }
    
    type ResourceDelta = xds.ResourceDelta
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  6. src/index/suffixarray/sais2.go

    	// cx holds the pre-inverted encoding (the packed incremented bytes).
    	cx := uint64(0) // byte-only
    
    	// This stanza (until the blank line) is the "LMS-substring iterator",
    	// described in placeLMS_8_64 above, with one line added to maintain cx.
    	c0, c1, isTypeS := byte(0), byte(0), false
    	for i := len(text) - 1; i >= 0; i-- {
    		c0, c1 = text[i], c0
    		cx = cx<<8 | uint64(c1+1) // byte-only
    		if c0 < c1 {
    			isTypeS = true
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  7. src/runtime/mgcscavenge.go

    //
    // Returns the amount added to sysStat.
    func (s *scavengeIndex) init(test bool, sysStat *sysMemStat) uintptr {
    	s.searchAddrBg.Clear()
    	s.searchAddrForce.Clear()
    	s.freeHWM = minOffAddr
    	s.test = test
    	return s.sysInit(test, sysStat)
    }
    
    // sysGrow updates the index's backing store in response to a heap growth.
    //
    // Returns the amount of memory added to sysStat.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 17:48:45 UTC 2024
    - 52.3K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

      TestEventListener* repeater();
    
      // Sets the default_result_printer attribute to the provided listener.
      // The listener is also added to the listener list and previous
      // default_result_printer is removed from it and deleted. The listener can
      // also be NULL in which case it will not be added to the list. Does
      // nothing if the previous and the current listener objects are the same.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/storage/testing/store_tests.go

    // - https://github.com/kubernetes/kubernetes/pull/77619
    //   [DONE] Added TestValidateDeletionWithSuggestion for corresponding delete checks.
    // - https://github.com/kubernetes/kubernetes/pull/78713
    //   [DONE] Bug was in getState function which is shared with the new code.
    // - https://github.com/kubernetes/kubernetes/pull/78713
    //   [DONE] Added TestPreconditionalDeleteWithSuggestion
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 12:45:33 UTC 2024
    - 91.4K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apimachinery/pkg/apis/meta/v1/types.go

    	APIVersion string `json:"apiVersion,omitempty" protobuf:"bytes,3,opt,name=apiVersion"`
    	// Time is the timestamp of when the ManagedFields entry was added. The
    	// timestamp will also be updated if a field is added, the manager
    	// changes any of the owned fields value or removes a field. The
    	// timestamp does not update when a field is removed from the entry
    	// because another manager took it over.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 10:52:25 UTC 2024
    - 79.2K bytes
    - Viewed (1)
Back to top