Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 1,008 for small8 (0.12 sec)

  1. src/math/big/ratmarsh.go

    func (z *Rat) GobDecode(buf []byte) error {
    	if len(buf) == 0 {
    		// Other side sent a nil or default value.
    		*z = Rat{}
    		return nil
    	}
    	if len(buf) < 5 {
    		return errors.New("Rat.GobDecode: buffer too small")
    	}
    	b := buf[0]
    	if b>>1 != ratGobVersion {
    		return fmt.Errorf("Rat.GobDecode: encoding version %d not supported", b>>1)
    	}
    	const j = 1 + 4
    	ln := byteorder.BeUint32(buf[j-4 : j])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:31:58 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/app/web/base/FessAdminAction.java

        protected CrawlingConfigHelper crawlingConfigHelper;
    
        // ===================================================================================
        //                                                                        Small Helper
        //                                                                        ============
    
        @Override
        protected void setupHtmlData(final ActionRuntime runtime) {
            super.setupHtmlData(runtime);
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  3. pkg/config/labels/instance_test.go

    	big := labels.Instance{}
    	for i := 0; i < 50; i++ {
    		big["topology.kubernetes.io/region"] = "some value"
    	}
    	small := labels.Instance{
    		"app": "foo",
    		"baz": "bar",
    	}
    	cases := []struct {
    		name  string
    		label labels.Instance
    	}{
    		{"small", small},
    		{"big", big},
    	}
    	for _, tt := range cases {
    		b.Run(tt.name, func(b *testing.B) {
    			for n := 0; n < b.N; n++ {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 16 06:54:36 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apimachinery/pkg/labels/labels.go

    // the maps but the value doesn't match, and returns false in other cases
    func Conflicts(labels1, labels2 Set) bool {
    	small := labels1
    	big := labels2
    	if len(labels2) < len(labels1) {
    		small = labels2
    		big = labels1
    	}
    
    	for k, v := range small {
    		if val, match := big[k]; match {
    			if val != v {
    				return true
    			}
    		}
    	}
    
    	return false
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 14 16:39:04 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/ops/gen/common/BUILD

            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core/platform:str_util",
            "@com_google_absl//absl/strings",
        ],
        alwayslink = 1,
    )
    
    tf_cc_tests(
        name = "all_tests",
        size = "small",
        srcs = glob(["*_test.cc"]),
        deps = [
            ":common",
            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 30 18:35:29 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. guava-testlib/src/com/google/common/collect/testing/google/MultisetSetCountConditionallyTester.java

        assertFalse(
            "setCount() with a too-small oldCount should return false",
            getMultiset().setCount(e0(), 0, 2));
        expectUnchanged();
      }
    
      @CollectionSize.Require(SEVERAL)
      @CollectionFeature.Require(SUPPORTS_ADD)
      public void testSetCountConditional_oldCountTooSmallNonzero() {
        initThreeCopies();
        assertFalse(
            "setCount() with a too-small oldCount should return false",
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Sep 21 15:08:35 UTC 2022
    - 3.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/examples/customization/BUILD

            "//tensorflow/python/ops:array_ops_gen",
            "//tensorflow/python/platform:flags",
            "@absl_py//absl:app",
        ],
    )
    
    tf_py_strict_test(
        name = "test_ops_test",
        size = "small",
        srcs = ["test_ops_test.py"],
        data = [":test_ops_mlir"],
        python_version = "PY3",
        srcs_version = "PY3",
        tags = [
            "no_windows",  # TODO(b/170752141)
            "nomac",  # TODO(b/170752141)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 30 22:22:30 UTC 2023
    - 1.2K bytes
    - Viewed (0)
  8. platforms/core-runtime/logging/src/main/java/org/gradle/internal/logging/console/AbstractUserInputRenderer.java

            // This does leave a small window where some text may be captured prior to the prompt being fully displayed, however this is
            // better than doing things in the other order, where there will be a small window where text may not be captured after prompt is fully displayed.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 30 05:02:18 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/tensorflow/calibrator/BUILD

    #     api_version = 2,
    #     deps = [
    #         ":calibration_statistics_proto",
    #     ],
    # )
    # copybara:uncomment_end
    
    tf_cc_test(
        name = "calibration_statistics_collector_test",
        size = "small",
        srcs = ["calibration_statistics_collector_test.cc"],
        deps = [
            ":calibration_statistics_collector_average_min_max",
            ":calibration_statistics_collector_histogram",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 13 01:31:23 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  10. src/crypto/rsa/rsa_test.go

    		t.Errorf("Validate() failed: %s", err)
    	}
    
    	msg := []byte("test")
    	enc, err := EncryptPKCS1v15(rand.Reader, &priv.PublicKey, msg)
    	if err == ErrMessageTooLong {
    		t.Log("key too small for EncryptPKCS1v15")
    	} else if err != nil {
    		t.Errorf("EncryptPKCS1v15: %v", err)
    	}
    	if err == nil {
    		dec, err := DecryptPKCS1v15(nil, priv, enc)
    		if err != nil {
    			t.Errorf("DecryptPKCS1v15: %v", err)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 12 00:55:41 UTC 2024
    - 30.9K bytes
    - Viewed (0)
Back to top