Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 12 for 67108864 (0.31 sec)

  1. android/guava-tests/test/com/google/common/collect/AbstractSequentialIteratorTest.java

                131072,
                262144,
                524288,
                1048576,
                2097152,
                4194304,
                8388608,
                16777216,
                33554432,
                67108864,
                134217728,
                268435456,
                536870912,
                1073741824)
            .inOrder();
      }
    
      @SuppressWarnings("DoNotCall")
      public void testEmpty() {
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Feb 26 17:19:08 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  2. cmd/object-api-utils_test.go

    					"etag":                         "b3ff3ef3789147152fbfbc50efba4bfd-2",
    				},
    				Parts: []ObjectPartInfo{
    					{
    						Size:       39235668,
    						ActualSize: 67108864,
    					},
    					{
    						Size:       19177372,
    						ActualSize: 32891137,
    					},
    				},
    			},
    			result: 100000001,
    		},
    		{
    			objInfo: ObjectInfo{
    				UserDefined: map[string]string{
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 23.4K bytes
    - Viewed (0)
  3. guava-tests/test/com/google/common/collect/AbstractSequentialIteratorTest.java

                131072,
                262144,
                524288,
                1048576,
                2097152,
                4194304,
                8388608,
                16777216,
                33554432,
                67108864,
                134217728,
                268435456,
                536870912,
                1073741824)
            .inOrder();
      }
    
      @SuppressWarnings("DoNotCall")
      public void testEmpty() {
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Feb 26 17:19:08 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  4. cmd/xl-storage-format_test.go

    		xlMeta.AddTestObjectCheckSum(i+1, BLAKE2b512, "a23f5eff248c4372badd9f3b2455a285cd4ca86c3d9a570b091d3fc5cd7ca6d9484bbea3f8c5d8d4f84daae96874419eda578fd736455334afbac2c924b3915a")
    		xlMeta.AddTestObjectPart(i+1, 67108864)
    	}
    	return xlMeta
    }
    
    // Compare the unmarshaled XLMetaV1 with the one obtained from jsoniter parsing.
    func compareXLMetaV1(t *testing.T, unMarshalXLMeta, jsoniterXLMeta xlMetaV1Object) {
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Feb 22 06:26:06 GMT 2024
    - 17.6K bytes
    - Viewed (0)
  5. api/go1.21.txt

    pkg debug/elf, const DF_1_PIE DynFlag1 #56887
    pkg debug/elf, const DF_1_SINGLETON = 33554432 #56887
    pkg debug/elf, const DF_1_SINGLETON DynFlag1 #56887
    pkg debug/elf, const DF_1_STUB = 67108864 #56887
    pkg debug/elf, const DF_1_STUB DynFlag1 #56887
    pkg debug/elf, const DF_1_SYMINTPOSE = 8388608 #56887
    pkg debug/elf, const DF_1_SYMINTPOSE DynFlag1 #56887
    pkg debug/elf, const DF_1_TRANS = 512 #56887
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Aug 07 09:39:17 GMT 2023
    - 25.6K bytes
    - Viewed (0)
  6. guava-tests/benchmark/com/google/common/primitives/UnsignedBytesBenchmark.java

      private Comparator<byte[]> javaImpl;
      private Comparator<byte[]> unsafeImpl;
    
      // 4, 8, 64, 1K, 1M, 1M (unaligned), 64M, 64M (unaligned)
      // @Param({"4", "8", "64", "1024", "1048576", "1048577", "6710884", "6710883"})
      @Param({"4", "8", "64", "1024"})
      private int length;
    
      @BeforeExperiment
      void setUp() throws Exception {
        Random r = new Random();
        ba1 = new byte[length];
        r.nextBytes(ba1);
    Java
    - Registered: Fri Apr 19 12:43:09 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 2.8K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg os (windows-amd64), const PathListSeparator = 59
    pkg os (windows-amd64), const PathSeparator = 92
    pkg os, const ModeAppend = 1073741824
    pkg os, const ModeCharDevice = 2097152
    pkg os, const ModeDevice = 67108864
    pkg os, const ModeDir = 2147483648
    pkg os, const ModeExclusive = 536870912
    pkg os, const ModeNamedPipe = 33554432
    pkg os, const ModePerm = 511
    pkg os, const ModeSetgid = 4194304
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. android/guava-tests/benchmark/com/google/common/primitives/UnsignedBytesBenchmark.java

      private Comparator<byte[]> javaImpl;
      private Comparator<byte[]> unsafeImpl;
    
      // 4, 8, 64, 1K, 1M, 1M (unaligned), 64M, 64M (unaligned)
      // @Param({"4", "8", "64", "1024", "1048576", "1048577", "6710884", "6710883"})
      @Param({"4", "8", "64", "1024"})
      private int length;
    
      @BeforeExperiment
      void setUp() throws Exception {
        Random r = new Random();
        ba1 = new byte[length];
        r.nextBytes(ba1);
    Java
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Mon Dec 04 17:37:03 GMT 2017
    - 2.8K bytes
    - Viewed (0)
  9. api/go1.16.txt

    pkg io, var Discard Writer
    pkg io/fs, const ModeAppend = 1073741824
    pkg io/fs, const ModeAppend FileMode
    pkg io/fs, const ModeCharDevice = 2097152
    pkg io/fs, const ModeCharDevice FileMode
    pkg io/fs, const ModeDevice = 67108864
    pkg io/fs, const ModeDevice FileMode
    pkg io/fs, const ModeDir = 2147483648
    pkg io/fs, const ModeDir FileMode
    pkg io/fs, const ModeExclusive = 536870912
    pkg io/fs, const ModeExclusive FileMode
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  10. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const MSG_DONTWAIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const MSG_EOR = 8
    pkg syscall (netbsd-arm64-cgo), const MSG_EOR ideal-int
    pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE = 67108864
    pkg syscall (netbsd-arm64-cgo), const MSG_IOVUSRSPACE ideal-int
    pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE = 134217728
    pkg syscall (netbsd-arm64-cgo), const MSG_LENUSRSPACE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
Back to top