Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 225 for decreasing (0.2 sec)

  1. src/cmd/covdata/subtractintersect.go

    		if s.inidx > dirIdx {
    			// We're relying on having data files presented in
    			// the order they appear in the inputs (e.g. first all
    			// data files from input dir 0, then dir 1, etc).
    			panic("decreasing dir index, internal error")
    		}
    		if dirIdx == 0 {
    			// No need to keep track of the functions in the first
    			// directory, since that info will be replicated in
    			// s.mm.pod.pmm.
    			s.imm = nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 12 12:50:46 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/collect/TreeMultimapExplicitTest.java

            return 1;
          } else if (first.length() != second.length()) {
            return first.length() - second.length();
          } else {
            return first.compareTo(second);
          }
        }
      }
    
      /** Decreasing integer values. A {@code null} comes before any non-null value. */
      private static final Comparator<@Nullable Integer> DECREASING_INT_COMPARATOR =
          Ordering.<Integer>natural().reverse().<Integer>nullsFirst();
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Mar 07 18:34:03 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. android/guava/src/com/google/common/collect/RangeSet.java

       * Iterable#iterator} method return the ranges in decreasing order of lower bound (equivalently,
       * of upper bound).
       *
       * @since 19.0
       */
      Set<Range<C>> asDescendingSetOfRanges();
    
      /**
       * Returns a view of the complement of this {@code RangeSet}.
       *
       * <p>The returned view supports the {@link #add} operation if this {@code RangeSet} supports
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/RangeSet.java

       * Iterable#iterator} method return the ranges in decreasing order of lower bound (equivalently,
       * of upper bound).
       *
       * @since 19.0
       */
      Set<Range<C>> asDescendingSetOfRanges();
    
      /**
       * Returns a view of the complement of this {@code RangeSet}.
       *
       * <p>The returned view supports the {@link #add} operation if this {@code RangeSet} supports
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 22 21:19:52 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  5. cmd/erasure-healing_test.go

    	var opts ObjectOptions
    
    	err = objLayer.MakeBucket(ctx, bucket, MakeBucketOptions{})
    	if err != nil {
    		t.Fatalf("Failed to make a bucket - %v", err)
    	}
    
    	// Create an object with multiple parts uploaded in decreasing
    	// part number.
    	res, err := objLayer.NewMultipartUpload(ctx, bucket, object, opts)
    	if err != nil {
    		t.Fatalf("Failed to create a multipart upload - %v", err)
    	}
    
    	var uploadedParts []CompletePart
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 49K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache.go

    	return w.capacity
    }
    
    const (
    	// minWatchChanSize is the min size of channels used by the watch.
    	// We keep that set to 10 for "backward compatibility" until we
    	// convince ourselves based on some metrics that decreasing is safe.
    	minWatchChanSize = 10
    	// maxWatchChanSizeWithIndexAndTriger is the max size of the channel
    	// used by the watch using the index and trigger selector.
    	maxWatchChanSizeWithIndexAndTrigger = 10
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 10:20:57 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/driver/html/stacks.js

          } else {
    	group.sumpos += stack.Value;
          }
          group.self += (place.Pos == stack.Sources.length-1) ? stack.Value : 0;
          group.places.push(place);
        }
    
        // Order by decreasing cost (makes it easier to spot heavy functions).
        // Though alphabetical ordering is a potential alternative that will make
        // profile comparisons easier.
        groups.sort(function(a, b) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  8. pkg/scheduler/framework/preemption/preemption.go

    		return pdbLister.List(labels.Everything())
    	}
    	return nil, nil
    }
    
    // pickOneNodeForPreemption chooses one node among the given nodes.
    // It assumes pods in each map entry are ordered by decreasing priority.
    // If the scoreFuns is not empty, It picks a node based on score scoreFuns returns.
    // If the scoreFuns is empty,
    // It picks a node based on the following criteria:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 31 15:52:16 UTC 2024
    - 25.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/apps/v1beta1/types.go

    // PodManagementPolicyType defines the policy for creating pods under a stateful set.
    type PodManagementPolicyType string
    
    const (
    	// OrderedReadyPodManagement will create pods in strictly increasing order on
    	// scale up and strictly decreasing order on scale down, progressing only when
    	// the previous pod is ready or terminated. At most one pod will be changed
    	// at any time.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:24 UTC 2023
    - 35.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/errorcode.go

    	//  var _ = s[-1]
    	//
    	// Example:
    	//  var s = []int{1,2,3}
    	//  var i string
    	//  var _ = s[i]
    	InvalidIndex
    
    	// SwappedSliceIndices occurs when constant indices in a slice expression
    	// are decreasing in value.
    	//
    	// Example:
    	//  var _ = []int{1,2,3}[2:1]
    	SwappedSliceIndices
    
    	/* operators > slice */
    
    	// NonSliceableOperand occurs when a slice operation is applied to a value
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top