Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 797 for aborted (0.18 sec)

  1. pkg/kubelet/cm/topologymanager/scope_pod_test.go

    					map[string][]TopologyHint{
    						"resource": nil,
    					},
    				},
    			},
    			expected: []map[string][]TopologyHint{
    				{
    					"resource": nil,
    				},
    			},
    		},
    		{
    			name: "Assorted HintProviders",
    			hp: []HintProvider{
    				&mockHintProvider{
    					map[string][]TopologyHint{
    						"resource-1/A": {
    							{NUMANodeAffinity: NewTestBitMask(0), Preferred: true},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 12 11:25:55 UTC 2020
    - 6.1K bytes
    - Viewed (0)
  2. src/runtime/debug/garbage.go

    			// See the allocation at the top of the function.
    			sorted := stats.Pause[n : n+n]
    			copy(sorted, stats.Pause)
    			slices.Sort(sorted)
    			nq := len(stats.PauseQuantiles) - 1
    			for i := 0; i < nq; i++ {
    				stats.PauseQuantiles[i] = sorted[len(sorted)*i/nq]
    			}
    			stats.PauseQuantiles[nq] = sorted[len(sorted)-1]
    		}
    	}
    }
    
    // SetGCPercent sets the garbage collection target percentage:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. platforms/software/maven/src/integTest/groovy/org/gradle/api/publish/maven/MavenPublishIssuesIntegTest.groovy

            dependency.exclusions.size() == 3
            def sorted = dependency.exclusions.sort { it.groupId }
            sorted[0].groupId == "*"
            sorted[0].artifactId == "dep2"
            sorted[1].groupId == "org.opensource1"
            sorted[1].artifactId == "dep1"
            sorted[2].groupId == "org.opensource2"
            sorted[2].artifactId == "*"
    
        }
    
        @Issue("GRADLE-3318")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 07 19:31:52 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. guava/src/com/google/common/collect/SortedIterables.java

    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * Utilities for dealing with sorted collections of all types.
     *
     * @author Louis Wasserman
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    final class SortedIterables {
      private SortedIterables() {}
    
      /**
       * Returns {@code true} if {@code elements} is a sorted collection using an ordering equivalent to
       * {@code comparator}.
       */
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Jun 30 10:33:07 UTC 2021
    - 2K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/ForwardingSortedSetMultimap.java

    import java.util.Comparator;
    import java.util.SortedSet;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A sorted set multimap which forwards all its method calls to another sorted set multimap.
     * Subclasses should override one or more methods to modify the behavior of the backing multimap as
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 15 21:08:00 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  6. src/go/doc/doc.go

    	Decl *ast.GenDecl
    
    	// associated declarations
    	Consts  []*Value // sorted list of constants of (mostly) this type
    	Vars    []*Value // sorted list of variables of (mostly) this type
    	Funcs   []*Func  // sorted list of functions returning this type
    	Methods []*Func  // sorted list of methods (including embedded ones) of this type
    
    	// Examples is a sorted list of examples associated with
    	// this type. Examples are extracted from _test.go files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:03 UTC 2023
    - 11.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/quantization/tensorflow/fallback_to_flex_ops.cc

    bool IsAlwaysAllowlistedOp(Operation *op) {
      return llvm::isa<
          // clang-format off
          // go/keep-sorted start
          TF::ConstOp,
          TF::IdentityOp,
          TF::PartitionedCallOp,
          TF::StatefulPartitionedCallOp
          // go/keep-sorted end
          // clang-format on
          >(op);
    }
    
    // LINT.IfChange
    // The list of quantizable ops in the Legacy Integer mode.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. src/packaging/common/scripts/preinst

                        --shell /bin/false \
                        --home "$FESS_USER_HOME"  \
                        "$FESS_USER"
                echo " OK"
            fi
        ;;
        abort-deconfigure|abort-upgrade|abort-remove)
        ;;
    
        # RedHat ####################################################
        1|2)
    
            # Create fess group if not existing
            if ! getent group "$FESS_GROUP" > /dev/null 2>&1 ; then
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 01 09:48:15 UTC 2016
    - 2.3K bytes
    - Viewed (0)
  9. guava/src/com/google/common/collect/ForwardingSortedSetMultimap.java

    import java.util.Comparator;
    import java.util.SortedSet;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A sorted set multimap which forwards all its method calls to another sorted set multimap.
     * Subclasses should override one or more methods to modify the behavior of the backing multimap as
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 15 21:08:00 UTC 2021
    - 2.3K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/api/internal/attributes/DefaultMutableAttributeContainer.java

        }
    
        @Override
        public String toString() {
            final Map<Attribute<?>, Object> sorted = new TreeMap<>(Comparator.comparing(Attribute::getName));
            lazyAttributes.keySet().forEach(key -> sorted.put(key, lazyAttributes.get(key).toString()));
            state.keySet().forEach(key -> sorted.put(key, state.getAttribute(key)));
            return sorted.toString();
        }
    
        @Override
        public Set<Attribute<?>> keySet() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 07 20:29:26 UTC 2023
    - 8.7K bytes
    - Viewed (0)
Back to top