Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 465 for intp (0.04 sec)

  1. pkg/kubelet/pod_workers_test.go

    				deleted:            true,
    				activeUpdate: &UpdatePodOptions{
    					Pod:            withDeletionTimestamp(newNamedPod("1", "ns", "running-pod", false), time.Unix(1, 0), intp(15)),
    					KillPodOptions: &KillPodOptions{PodTerminationGracePeriodSecondsOverride: intp(15)},
    				},
    			}),
    			expectKnownTerminated: true,
    		},
    		{
    			name: "a running pod is terminated when an eviction is requested",
    			update: UpdatePodOptions{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 75.6K bytes
    - Viewed (0)
  2. src/encoding/json/decode_test.go

    		{Name(""), nil, `null`, nil},
    		{Name(""), new(int), `null`, nil},
    		{Name(""), (*int)(nil), `null`, nil},
    		{Name(""), new(*int), `null`, new(*int)},
    		{Name(""), (**int)(nil), `null`, nil},
    		{Name(""), intp(1), `null`, nil},
    		{Name(""), intpp(nil), `null`, intpp(nil)},
    		{Name(""), intpp(intp(1)), `null`, intpp(nil)},
    	}
    	for _, tt := range tests {
    		t.Run(tt.Name, func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 16:40:14 UTC 2024
    - 67.6K bytes
    - Viewed (0)
  3. src/math/rand/rand.go

    			low = uint32(prod)
    		}
    	}
    	return int32(prod >> 32)
    }
    
    // Intn returns, as an int, a non-negative pseudo-random number in the half-open interval [0,n).
    // It panics if n <= 0.
    func (r *Rand) Intn(n int) int {
    	if n <= 0 {
    		panic("invalid argument to Intn")
    	}
    	if n <= 1<<31-1 {
    		return int(r.Int31n(int32(n)))
    	}
    	return int(r.Int63n(int64(n)))
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 22:09:08 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor_test.cc

          mlir::FloatType::getFloat8E4M3FN(&context)));
    
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<int4>(
          {static_cast<int4>(1), static_cast<int4>(-1)}, DT_INT4,
          mlir::IntegerType::get(&context, 4,
                                 mlir::IntegerType::SignednessSemantics::Signed)));
      ASSERT_NO_FATAL_FAILURE(VerifyConversion<int8>(
          {1, -1}, DT_INT8, mlir::IntegerType::get(&context, 8)));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_messages_test.go

    	if rand.Intn(10) > 5 {
    		m.supportedVersion = uint16(rand.Intn(0xffff) + 1)
    	}
    	if rand.Intn(10) > 5 {
    		m.cookie = randomBytes(rand.Intn(500)+1, rand)
    	}
    	if rand.Intn(10) > 5 {
    		for i := 0; i < rand.Intn(5); i++ {
    			m.serverShare.group = CurveID(rand.Intn(30000) + 1)
    			m.serverShare.data = randomBytes(rand.Intn(200)+1, rand)
    		}
    	} else if rand.Intn(10) > 5 {
    		m.selectedGroup = CurveID(rand.Intn(30000) + 1)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go

    	Type        [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    }
    
    type CryptoReportBlkCipher struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    	Ivsize      uint32
    }
    
    type CryptoReportAEAD struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Maxauthsize uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go

    	Type        [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    }
    
    type CryptoReportBlkCipher struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    	Ivsize      uint32
    }
    
    type CryptoReportAEAD struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Maxauthsize uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go

    	Type        [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    }
    
    type CryptoReportBlkCipher struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    	Ivsize      uint32
    }
    
    type CryptoReportAEAD struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Maxauthsize uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go

    	Type        [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    }
    
    type CryptoReportBlkCipher struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    	Ivsize      uint32
    }
    
    type CryptoReportAEAD struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Maxauthsize uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux_386.go

    	Type        [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    }
    
    type CryptoReportBlkCipher struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Min_keysize uint32
    	Max_keysize uint32
    	Ivsize      uint32
    }
    
    type CryptoReportAEAD struct {
    	Type        [64]int8
    	Geniv       [64]int8
    	Blocksize   uint32
    	Maxauthsize uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 12.3K bytes
    - Viewed (0)
Back to top