Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 1,109 for hard (0.04 sec)

  1. cluster/addons/README.md

    Auto-scaler.
    
    ## Add-on naming
    
    The suggested naming for most of the resources is `<basename>` (with no version number).
    Though resources like `Pod`, `ReplicationController` and `DaemonSet` are exceptional.
    It would be hard to update `Pod` because many fields in `Pod` are immutable. For
    `ReplicationController` and `DaemonSet`, in-place update may not trigger the underlying
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Aug 13 20:03:37 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/PendingDependencies.java

            return !constraintProvidingNodes.isEmpty();
        }
    
        void increaseHardEdgeCount() {
            hardEdges++;
        }
    
        void decreaseHardEdgeCount() {
            assert hardEdges > 0 : "Cannot remove a hard edge when none recorded";
            hardEdges--;
        }
    
        public boolean shouldReportActivatePending() {
            return reportActivePending;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  3. subprojects/core/src/main/java/org/gradle/execution/plan/edges/DependentNodesSet.java

    import org.gradle.execution.plan.Node;
    
    import java.util.Collections;
    import java.util.Set;
    import java.util.SortedSet;
    import java.util.function.Consumer;
    
    /**
     * Tracks the nodes that have a hard dependency on a given node.
     */
    public interface DependentNodesSet {
        DependentNodesSet EMPTY = new DependentNodesSet() {
            @Override
            public DependentNodesSet addDependencyPredecessors(Node fromNode) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 12 20:17:10 UTC 2022
    - 2.4K bytes
    - Viewed (0)
  4. src/runtime/cgo/gcc_linux_amd64.c

    	   unfortunate that we always run it.  It should be possible
    	   to remove this when we no longer care about versions of
    	   clang before 3.8.  The test for this is
    	   misc/cgo/testsanitizers.
    
    	   GCC works hard to eliminate a seemingly unnecessary call to
    	   malloc, so we actually use the memory we allocate.  */
    
    	setg_gcc = setg;
    	pbounds = (uintptr*)malloc(2 * sizeof(uintptr));
    	if (pbounds == NULL) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 22:06:46 UTC 2023
    - 2.3K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go

    		hardResources := quota.ResourceNames(resourceQuota.Status.Hard)
    		requestedUsage := quota.Mask(deltaUsage, hardResources)
    		newUsage := quota.Add(resourceQuota.Status.Used, requestedUsage)
    		maskedNewUsage := quota.Mask(newUsage, quota.ResourceNames(requestedUsage))
    
    		if allowed, exceeded := quota.LessThanOrEqual(maskedNewUsage, resourceQuota.Status.Hard); !allowed {
    			failedRequestedUsage := quota.Mask(requestedUsage, exceeded)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 25.8K bytes
    - Viewed (0)
  6. platforms/core-runtime/native/src/main/java/org/gradle/internal/nativeintegration/filesystem/jdk7/WindowsJdk7Symlink.java

                boolean isJunction = attrs.isDirectory() && attrs.isOther();
                // Handles both junctions and real symlinks (https://www.2brightsparks.com/resources/articles/NTFS-Hard-Links-Junctions-and-Symbolic-Links.pdf)
                return isJunction || super.isSymlink(suspect);
            } catch (IOException e) {
                return super.isSymlink(suspect);
            }
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/README.md

    Composable TensorFlow (TF) is the framework for defining portable TF ops with
    composition in the authoring language.
    
    The set of standard TF ops is currently open. New ops are defined for special
    purposes but it is hard to make them work end-to-end: The op
    needs to be handled separately by several backends (tf2xla bridge, tflite
    converter, CPU kernels, etc.). Writing shape functions and gradients for these
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 6.2K bytes
    - Viewed (0)
  8. src/cmd/asm/internal/lex/slice.go

    	//	#define A #define B(x) x
    	// and
    	//	#define A #define B (x) x
    	// The first definition of B has an argument, the second doesn't. Because we let
    	// text/scanner strip the blanks for us, this is extremely rare, hard to fix, and not worth it.
    	return s.pos
    }
    
    func (s *Slice) Close() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 29 22:49:50 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. src/runtime/cgo/gcc_linux_arm64.c

    	   unfortunate that we always run it.  It should be possible
    	   to remove this when we no longer care about versions of
    	   clang before 3.8.  The test for this is
    	   misc/cgo/testsanitizers.
    
    	   GCC works hard to eliminate a seemingly unnecessary call to
    	   malloc, so we actually use the memory we allocate.  */
    
    	setg_gcc = setg;
    	pbounds = (uintptr*)malloc(2 * sizeof(uintptr));
    	if (pbounds == NULL) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 22:06:46 UTC 2023
    - 2.2K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/helpers.go

    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/kubelet/cm/containermap"
    	evictionapi "k8s.io/kubernetes/pkg/kubelet/eviction/api"
    )
    
    // hardEvictionReservation returns a resourcelist that includes reservation of resources based on hard eviction thresholds.
    func hardEvictionReservation(thresholds []evictionapi.Threshold, capacity v1.ResourceList) v1.ResourceList {
    	if len(thresholds) == 0 {
    		return nil
    	}
    	ret := v1.ResourceList{}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Sep 27 13:02:15 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top