Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 133 for 32768 (0.03 sec)

  1. pkg/bootstrap/testdata/all_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  5. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/IsolatableSerializerRegistryTest.groovy

            then:
            newIsolatables[0].isolate() == short1
            newIsolatables[1].isolate() == short2
        }
    
        def "can serialize/deserialize isolated Integer values"() {
            int integer1 = 32768
            int integer2 = 32769
            Isolatable<?>[] isolatables = [isolatableFactory.isolate(integer1), isolatableFactory.isolate(integer2)]
    
            when:
            serialize(isolatables)
    
            and:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

              },
              {
                  "name": "admin",
                  "admin_layer": {}
              }
          ]
      },
      "bootstrap_extensions": [
        {
          "name": "envoy.bootstrap.internal_listener",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  8. src/os/readfrom_linux_test.go

    				testSpliceFile(t, "unix", int64(size), -1)
    			})
    		}
    	})
    	t.Run("TCP-To-TTY", func(t *testing.T) {
    		testSpliceToTTY(t, "tcp", 32768)
    	})
    	t.Run("Unix-To-TTY", func(t *testing.T) {
    		testSpliceToTTY(t, "unix", 32768)
    	})
    	t.Run("Limited", func(t *testing.T) {
    		t.Run("OneLess-TCP", func(t *testing.T) {
    			for _, size := range sizes {
    				t.Run(strconv.Itoa(size), func(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 21:49:26 UTC 2024
    - 20.3K bytes
    - Viewed (0)
  9. src/internal/fuzz/mutators_byteslice.go

    	if len(b) <= 1 {
    		return nil
    	}
    	dst := m.rand(len(b))
    	// TODO(rolandshoemaker,katiehockman): 4096 was mainly picked
    	// randomly. We may want to either pick a much larger value
    	// (AFL uses 32768, paired with a similar impl to chooseLen
    	// which biases towards smaller lengths that grow over time),
    	// or set the max based on characteristics of the corpus
    	// (libFuzzer sets a min/max based on the min/max size of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 19 18:23:43 UTC 2021
    - 7.7K bytes
    - Viewed (0)
  10. src/main/java/jcifs/smb1/dcerpc/msrpc/samr.java

        public static final int ACB_SMARTCARD_REQUIRED = 4096;
        public static final int ACB_TRUSTED_FOR_DELEGATION = 8192;
        public static final int ACB_NOT_DELEGATED = 16384;
        public static final int ACB_USE_DES_KEY_ONLY = 32768;
        public static final int ACB_DONT_REQUIRE_PREAUTH = 65536;
    
        public static class SamrCloseHandle extends DcerpcMessage {
    
            public int getOpnum() { return 0x01; }
    
            public int retval;
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Fri Mar 22 20:39:42 UTC 2019
    - 14K bytes
    - Viewed (0)
Back to top