Search Options

Results per page
Sort
Preferred Languages
Advance

Results 241 - 250 of 373 for 13 (0.05 sec)

  1. guava-tests/test/com/google/common/cache/LocalCacheTest.java

        Segment<Object, Object> segment = map.segments[0];
        assertEquals(1, segment.table.length());
    
        // manually add elements to avoid expansion
        // 1/3 null keys, 1/3 null values
        int originalCount = 1024;
        ReferenceEntry<Object, Object> entry = null;
        for (int i = 0; i < originalCount; i++) {
          Object key = new Object();
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Fri Oct 18 19:07:49 UTC 2024
    - 112.3K bytes
    - Viewed (0)
  2. cmd/metacache-set_gen.go

    func (z *listPathOptions) Msgsize() (s int) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Mar 19 20:23:12 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  3. api/go1.8.txt

    pkg crypto/tls, type SignatureScheme uint16
    pkg crypto/x509, const NameMismatch = 5
    pkg crypto/x509, const NameMismatch InvalidReason
    pkg crypto/x509, const SHA256WithRSAPSS = 13
    pkg crypto/x509, const SHA256WithRSAPSS SignatureAlgorithm
    pkg crypto/x509, const SHA384WithRSAPSS = 14
    pkg crypto/x509, const SHA384WithRSAPSS SignatureAlgorithm
    pkg crypto/x509, const SHA512WithRSAPSS = 15
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Dec 21 05:25:57 UTC 2016
    - 16.3K bytes
    - Viewed (0)
  4. android/guava-tests/test/com/google/common/primitives/DoublesTest.java

      public void testAsList_subList_toArray_roundTrip() {
        double[] array = {(double) 0, (double) 1, (double) 2, (double) 3};
        List<Double> list = Doubles.asList(array);
        assertThat(Doubles.toArray(list.subList(1, 3)))
            .isEqualTo(new double[] {(double) 1, (double) 2});
        assertThat(Doubles.toArray(list.subList(2, 2))).isEmpty();
      }
    
      public void testAsListEmpty() {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Oct 19 02:56:12 UTC 2024
    - 32.2K bytes
    - Viewed (0)
  5. android/guava-tests/test/com/google/common/graph/AbstractNetworkTest.java

      static final String E11_A = "1-1a";
      static final String E12 = "1-2";
      static final String E12_A = "1-2a";
      static final String E12_B = "1-2b";
      static final String E21 = "2-1";
      static final String E13 = "1-3";
      static final String E14 = "1-4";
      static final String E23 = "2-3";
      static final String E31 = "3-1";
      static final String E34 = "3-4";
      static final String E41 = "4-1";
      static final String E15 = "1-5";
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Jan 22 17:29:38 UTC 2024
    - 32.7K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.19.md

    - [v1.19.3](#v1193)
      - [Downloads for v1.19.3](#downloads-for-v1193)
        - [Source Code](#source-code-13)
        - [Client binaries](#client-binaries-13)
        - [Server binaries](#server-binaries-13)
        - [Node binaries](#node-binaries-13)
      - [Changelog since v1.19.2](#changelog-since-v1192)
      - [Changes by Kind](#changes-by-kind-13)
        - [Feature](#feature-7)
        - [Design](#design)
        - [Bug or Regression](#bug-or-regression-12)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.21.md

        - [Removed](#removed-12)
    - [v1.21.1](#v1211)
      - [Downloads for v1.21.1](#downloads-for-v1211)
        - [Source Code](#source-code-13)
        - [Client Binaries](#client-binaries-13)
        - [Server Binaries](#server-binaries-13)
        - [Node Binaries](#node-binaries-13)
      - [Changelog since v1.21.0](#changelog-since-v1210)
      - [Changes by Kind](#changes-by-kind-12)
        - [API Change](#api-change-2)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Fri Oct 14 07:03:14 UTC 2022
    - 367.3K bytes
    - Viewed (0)
  8. api/go1.4.txt

    pkg crypto, const SHA3_224 = 10
    pkg crypto, const SHA3_224 Hash
    pkg crypto, const SHA3_256 = 11
    pkg crypto, const SHA3_256 Hash
    pkg crypto, const SHA3_384 = 12
    pkg crypto, const SHA3_384 Hash
    pkg crypto, const SHA3_512 = 13
    pkg crypto, const SHA3_512 Hash
    
    # CL 114680043 crypto: add Signer, Adam Langley <******@****.***>
    pkg crypto, method (Hash) HashFunc() Hash
    pkg crypto, type Signer interface { Public, Sign }
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 12 03:01:01 UTC 2014
    - 34K bytes
    - Viewed (0)
  9. cmd/xl-storage_test.go

    		{
    			volume, "", 14, 1, nil, errIsNotRegular,
    		},
    		// Non existent volume name - 12
    		{
    			"abcd", "", 14, 1, nil, errVolumeNotFound,
    		},
    		// Non existent filename - 13
    		{
    			volume, "abcd", 14, 1, nil, errFileNotFound,
    		},
    	}
    
    	// Create all files needed during testing.
    	appendFiles := testCases[:4]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Aug 14 17:11:51 UTC 2024
    - 66.7K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.20.md

        - [Source Code](#source-code-13)
        - [Client binaries](#client-binaries-13)
        - [Server binaries](#server-binaries-13)
        - [Node binaries](#node-binaries-13)
      - [Changelog since v1.20.1](#changelog-since-v1201)
      - [Changes by Kind](#changes-by-kind-12)
        - [Bug or Regression](#bug-or-regression-12)
      - [Dependencies](#dependencies-13)
        - [Added](#added-13)
        - [Changed](#changed-13)
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
Back to top