Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for 4194304 (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. src/test/java/jcifs/internal/fscc/FileFsSizeInformationTest.java

                // Then
                long expectedCapacity = alloc * sectPerAlloc * bytesPerSect;
                assertEquals(expectedCapacity, fileFsSizeInfo.getCapacity());
                assertEquals(4194304L, fileFsSizeInfo.getCapacity()); // 1024 * 8 * 512
            }
    
            @Test
            @DisplayName("Should calculate free space correctly")
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 25.9K bytes
    - Click Count (0)
  2. src/test/java/jcifs/internal/fscc/FileFsFullSizeInformationTest.java

                // Then
                long expectedCapacity = alloc * sectPerAlloc * bytesPerSect;
                assertEquals(expectedCapacity, fileFsFullSizeInfo.getCapacity());
                assertEquals(4194304L, fileFsFullSizeInfo.getCapacity()); // 1024 * 8 * 512
            }
    
            @Test
            @DisplayName("Should calculate free space correctly using caller available units")
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 30.5K bytes
    - Click Count (0)
  3. CHANGELOG/CHANGELOG-1.28.md

    - Fixed computing backoff delay when using Job pod failure policy, by including in the backoff delay calculation pod failures ignored from the backoffLimit counter. ([#119434](https://github.com/kubernetes/kubernetes/pull/119434), [@mimowo](https://github.com/mimowo))
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Fri Sep 05 03:47:18 GMT 2025
    - 456.9K bytes
    - Click Count (1)
Back to Top