- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for 10485760 (0.03 sec)
-
src/test/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImplTest.java
} @Override public void tearDown() throws Exception { super.tearDown(); } public void test_init() { // Test initialization assertEquals(1048576L, indexUpdateCallback.maxDocumentRequestSize); assertEquals(10000, indexUpdateCallback.maxDocumentCacheSize); } public void test_store_withValidData() { // Prepare test data
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 24.5K bytes - Viewed (0) -
android/guava-tests/test/com/google/common/base/Utf8Test.java
expected[i] = 5300224; } // 97-111 are all 2342912 for (int i = 97; i <= 111; i++) { expected[i] = 2342912; } // 113-117 are all 1048576 for (int i = 113; i <= 117; i++) { expected[i] = 1048576; } // One offs expected[112] = 786432; expected[118] = 786432; expected[119] = 1048576; expected[120] = 458752; expected[121] = 524288;
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.8K bytes - Viewed (0) -
okhttp/src/jvmTest/kotlin/okhttp3/internal/http2/HpackTest.kt
hpackWriter!!.resizeHeaderTable(8192) assertThat(hpackWriter!!.headerCount).isEqualTo(2) } @Test fun dynamicTableSizeHasAnUpperBound() { hpackWriter!!.resizeHeaderTable(1048576) assertThat(hpackWriter!!.maxDynamicTableByteCount).isEqualTo(16384) } @Test fun huffmanEncode() { hpackWriter = Hpack.Writer(4096, true, bytesOut)
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 38.6K bytes - Viewed (0)