Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 444 for alocale (0.16 sec)

  1. okhttp/src/main/kotlin/okhttp3/Headers.kt

     *  limitations under the License.
     */
    
    package okhttp3
    
    import java.time.Instant
    import java.util.Collections
    import java.util.Date
    import java.util.Locale
    import java.util.TreeMap
    import java.util.TreeSet
    import okhttp3.internal.commonAdd
    import okhttp3.internal.commonAddAll
    import okhttp3.internal.commonAddLenient
    import okhttp3.internal.commonBuild
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/cpumanager/policy_static.go

    }
    
    func (p *staticPolicy) Allocate(s state.State, pod *v1.Pod, container *v1.Container) (rerr error) {
    	numCPUs := p.guaranteedCPUs(pod, container)
    	if numCPUs == 0 {
    		// container belongs in the shared pool (nothing to do; use default cpuset)
    		return nil
    	}
    
    	klog.InfoS("Static policy: Allocate", "pod", klog.KObj(pod), "containerName", container.Name)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Oct 06 13:16:15 UTC 2023
    - 28.8K bytes
    - Viewed (0)
  3. src/runtime/pprof/proto.go

    	// 014ab000-014cc000 rw-p 00000000 00:00 0                                  [heap]
    	// 7f7d76af8000-7f7d7797c000 r--p 00000000 fc:01 1318064                    /usr/lib/locale/locale-archive
    	// 7f7d7797c000-7f7d77b36000 r-xp 00000000 fc:01 1180226                    /lib/x86_64-linux-gnu/libc-2.19.so
    	// 7f7d77b36000-7f7d77d36000 ---p 001ba000 fc:01 1180226                    /lib/x86_64-linux-gnu/libc-2.19.so
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 13 20:40:52 UTC 2023
    - 25.7K bytes
    - Viewed (0)
  4. pkg/kubelet/cm/cpumanager/cpu_assignment.go

    				}
    			}
    
    			// Declare a set of local variables to help track the "balance
    			// scores" calculated when using different subsets of
    			// 'remainderCombo' to allocate remainder CPUs from.
    			var bestLocalBalance float64 = math.MaxFloat64
    			var bestLocalRemainder []int = nil
    
    			// If there aren't any remainder CPUs to allocate, then calculate
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 25 23:56:21 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/text/internal/language/language.go

    	// key-type pair. Equals len("-u-") + key (2) + dash + max value (8).
    	maxSimpleUExtensionSize = 14
    )
    
    // Tag represents a BCP 47 language tag. It is used to specify an instance of a
    // specific language or locale. All language tag values are guaranteed to be
    // well-formed. The zero value of Tag is Und.
    type Tag struct {
    	// TODO: the following fields have the form TagTypeID. This name is chosen
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  6. android/guava-tests/test/com/google/common/math/PairedStatsTest.java

      }
    
      public void testFromByteArray_withTooLongArrayInputThrowsIllegalArgumentException() {
        byte[] buffer = MANY_VALUES_PAIRED_STATS.toByteArray();
        byte[] tooLongByteArray =
            ByteBuffer.allocate(buffer.length + 2)
                .order(ByteOrder.LITTLE_ENDIAN)
                .put(buffer)
                .putChar('.')
                .array();
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 06 17:04:31 UTC 2023
    - 14K bytes
    - Viewed (0)
  7. android/guava/src/com/google/common/cache/CacheBuilderSpec.java

    import com.google.common.base.Splitter;
    import com.google.common.cache.LocalCache.Strength;
    import com.google.common.collect.ImmutableList;
    import com.google.common.collect.ImmutableMap;
    import java.util.List;
    import java.util.Locale;
    import java.util.concurrent.TimeUnit;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A specification of a {@link CacheBuilder} configuration.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 22 14:27:44 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  8. guava/src/com/google/common/eventbus/EventBus.java

    import com.google.common.base.MoreObjects;
    import com.google.common.util.concurrent.MoreExecutors;
    import java.lang.reflect.Method;
    import java.util.Iterator;
    import java.util.Locale;
    import java.util.concurrent.Executor;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    
    /**
     * Dispatches events to listeners, and provides ways for listeners to register themselves.
    
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Jul 17 16:01:41 UTC 2023
    - 12.8K bytes
    - Viewed (0)
  9. guava/src/com/google/common/cache/CacheBuilderSpec.java

    import com.google.common.base.Splitter;
    import com.google.common.cache.LocalCache.Strength;
    import com.google.common.collect.ImmutableList;
    import com.google.common.collect.ImmutableMap;
    import java.util.List;
    import java.util.Locale;
    import java.util.concurrent.TimeUnit;
    import javax.annotation.CheckForNull;
    import org.checkerframework.checker.nullness.qual.Nullable;
    
    /**
     * A specification of a {@link CacheBuilder} configuration.
     *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Aug 22 14:27:44 UTC 2022
    - 18.1K bytes
    - Viewed (0)
  10. cmd/kubeadm/app/phases/controlplane/manifests_test.go

    				"--allocate-node-cidrs=true",
    				"--cluster-cidr=10.0.1.15/16",
    			},
    		},
    		{
    			name: "custom service-cluster-ip-range for " + cpVersion,
    			cfg: &kubeadmapi.ClusterConfiguration{
    				Networking: kubeadmapi.Networking{
    					PodSubnet:     "10.0.1.15/16",
    					ServiceSubnet: "172.20.0.0/24",
    					DNSDomain:     "cluster.local",
    				},
    				CertificatesDir:   testCertsDir,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Mar 03 14:43:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top