Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for B1000000 (0.1 sec)

  1. pkg/kubelet/apis/config/v1beta1/defaults_test.go

    				CPUCFSQuotaPeriod:                         &metav1.Duration{Duration: 100 * time.Millisecond},
    				NodeStatusMaxImages:                       utilpointer.Int32(50),
    				MaxOpenFiles:                              1000000,
    				ContentType:                               "application/vnd.kubernetes.protobuf",
    				KubeAPIQPS:                                utilpointer.Int32(50),
    				KubeAPIBurst:                              100,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Mar 05 21:10:42 UTC 2024
    - 51K bytes
    - Viewed (0)
  2. src/syscall/zerrors_solaris_amd64.go

    	BPF_LD                        = 0x0
    	BPF_LDX                       = 0x1
    	BPF_LEN                       = 0x80
    	BPF_LSH                       = 0x60
    	BPF_MAJOR_VERSION             = 0x1
    	BPF_MAXBUFSIZE                = 0x1000000
    	BPF_MAXINSNS                  = 0x200
    	BPF_MEM                       = 0x60
    	BPF_MEMWORDS                  = 0x10
    	BPF_MINBUFSIZE                = 0x20
    	BPF_MINOR_VERSION             = 0x1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 13:52:34 UTC 2024
    - 50.8K bytes
    - Viewed (0)
  3. src/net/url/url_test.go

    		{"localhost:443", "localhost", "443"},
    		{"some.super.long.domain.example.org:8080", "some.super.long.domain.example.org", "8080"},
    		{"[2001:0db8:85a3:0000:0000:8a2e:0370:7334]:17000", "2001:0db8:85a3:0000:0000:8a2e:0370:7334", "17000"},
    		{"[2001:0db8:85a3:0000:0000:8a2e:0370:7334]", "2001:0db8:85a3:0000:0000:8a2e:0370:7334", ""},
    
    		// Ensure that even when not valid, Host is one of "Hostname",
    		// "Hostname:Port", "[Hostname]" or "[Hostname]:Port".
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:52:38 UTC 2024
    - 52.1K bytes
    - Viewed (0)
  4. src/fmt/fmt_test.go

    	{"%#g", 1e-323, "1.00000e-323"},
    	{"%#g", -1.0, "-1.00000"},
    	{"%#g", 1.1, "1.10000"},
    	{"%#g", 123456.0, "123456."},
    	{"%#g", 1234567.0, "1.234567e+06"},
    	{"%#g", 1230000.0, "1.23000e+06"},
    	{"%#g", 1000000.0, "1.00000e+06"},
    	{"%#.0f", 1.0, "1."},
    	{"%#.0e", 1.0, "1.e+00"},
    	{"%#.0x", 1.0, "0x1.p+00"},
    	{"%#.0g", 1.0, "1."},
    	{"%#.0g", 1100000.0, "1.e+06"},
    	{"%#.4f", 1.0, "1.0000"},
    	{"%#.4e", 1.0, "1.0000e+00"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:31:55 UTC 2024
    - 58.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		expect string
    		exact  bool
    	}{
    		{1, DecimalSI, "1m", true},
    		{1000, DecimalSI, "1", true},
    		{1234000, DecimalSI, "1234", true},
    		{1024, BinarySI, "1024m", false}, // Format changes
    		{1000000, "invalidFormatDefaultsToExponent", "1e3", true},
    		{1024 * 1024, BinarySI, "1048576m", false}, // Format changes
    	}
    
    	for _, item := range table {
    		q := NewMilliQuantity(item.value, item.format)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
  6. src/runtime/mbitmap.go

    //
    // The encoding is a simple Lempel-Ziv style bytecode machine
    // with the following instructions:
    //
    //	00000000: stop
    //	0nnnnnnn: emit n bits copied from the next (n+7)/8 bytes
    //	10000000 n c: repeat the previous n bits c times; n, c are varints
    //	1nnnnnnn c: repeat the previous n bits c times; c is a varint
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 00:18:55 UTC 2024
    - 60K bytes
    - Viewed (0)
  7. pkg/controller/cronjob/cronjob_controllerv2_test.go

    	_ "k8s.io/kubernetes/pkg/apis/batch/install"
    	_ "k8s.io/kubernetes/pkg/apis/core/install"
    	"k8s.io/kubernetes/pkg/controller"
    )
    
    var (
    	shortDead  int64 = 10
    	mediumDead int64 = 2 * 60 * 60
    	longDead   int64 = 1000000
    	noDead     int64 = -12345
    
    	errorSchedule = "obvious error schedule"
    	// schedule is hourly on the hour
    	onTheHour = "0 * * * ?"
    	everyHour = "@every 1h"
    
    	errorTimeZone = "bad timezone"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 70.8K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/test/integration/ratcheting_test.go

    					},
    				}},
    				applyPatchOperation{
    					"Create an instance",
    					myCRDV1Beta1, myCRDInstanceName, map[string]interface{}{
    						"nums": map[string]interface{}{
    							"num1": 1,
    							"num2": 1000000,
    						},
    						"content": map[string]interface{}{
    							"k1": "some content",
    							"k2": "other content",
    						},
    					}},
    				patchMyCRDV1Beta1Schema{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 59.5K bytes
    - Viewed (0)
  9. hack/local-up-cluster.sh

    resolvConf: "${KUBELET_RESOLV_CONF}"
    EOF
    
      if [[ "$ENABLE_TRACING" = true ]]; then
            cat <<EOF >> "${TMP_DIR}"/kubelet.yaml
    tracing:
      endpoint: localhost:4317 # the default value
      samplingRatePerMillion: 1000000 # sample always
    EOF
        fi
    
        if [[ "$LIMITED_SWAP" == "true" ]]; then
            cat <<EOF >> "${TMP_DIR}"/kubelet.yaml
    memorySwap:
      swapBehavior: LimitedSwap
    EOF
        fi
    
        {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 25 02:33:52 UTC 2024
    - 53.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    // result tensor. For instance, if:
    //   input = [1, 2]
    //   depth = 4
    //   filter = [[5, 7, 11, 13], [17, 19, 23, 29]]
    // then:
    //   onehot = [[0, 1, 0, 0], [0, 0, 1, 0]]
    //   result = [[ 7, 19],   # == 1st column in filter
    //             [11, 23]]   # == 2nd column in filter
    // This is exactly what the EmbeddedLookup operator is doing, on the transposed
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top