Home
last modified time | relevance | path

Searched refs:MAX_POOL_SIZE (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java162 final int MAX_POOL_SIZE = 10; in testPoolSize() local
164 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
192 if (i < MAX_POOL_SIZE) { in testPoolSize()
195 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
196 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
210 if (opened != MAX_POOL_SIZE) { in testPoolSize()
215 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/main/java/org/apache/hadoop/hbase/codec/prefixtree/decode/
H A DArraySearcherPool.java43 private static final Integer MAX_POOL_SIZE = 1000; field in ArraySearcherPool
46 = new LinkedBlockingQueue<PrefixTreeArraySearcher>(MAX_POOL_SIZE);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/net/httpclient/whitebox/java.net.http/jdk/internal/net/http/
H A DConnectionPoolTest.java173 final int MAX_POOL_SIZE = 10; in testPoolSize() local
175 String.valueOf(MAX_POOL_SIZE)); in testPoolSize()
203 if (i < MAX_POOL_SIZE) { in testPoolSize()
206 expected = keepAlives[i-MAX_POOL_SIZE+1] * 1000; in testPoolSize()
207 if (pool.contains(connections[i-MAX_POOL_SIZE])) { in testPoolSize()
221 if (opened != MAX_POOL_SIZE) { in testPoolSize()
226 boolean closed = (i < count - MAX_POOL_SIZE); in testPoolSize()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
H A DStandaloneMmCorePrivateData.h41 #define MAX_POOL_SIZE (1 << MAX_POOL_SHIFT) macro
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
H A DStandaloneMmCorePrivateData.h41 #define MAX_POOL_SIZE (1 << MAX_POOL_SHIFT) macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
H A DStandaloneMmCorePrivateData.h41 #define MAX_POOL_SIZE (1 << MAX_POOL_SHIFT) macro
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/sysutils/edk2/edk2-edk2-stable202102/StandaloneMmPkg/Core/
H A DPool.c91 EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), in InternalAllocPoolByIndex()
179 if (Size > MAX_POOL_SIZE) { in MmInternalAllocatePool()
257 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in MmInternalFreePool()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Core/PiSmmCore/
H A DPool.c124 …tePages (AllocateAnyPages, EfiRuntimeServicesData, EFI_SIZE_TO_PAGES (MAX_POOL_SIZE << 1), &Addres… in InternalAllocPoolByIndex()
210 if (Size > MAX_POOL_SIZE) { in SmmInternalAllocatePool()
289 if (FreePoolHdr->Header.Size > MAX_POOL_SIZE) { in SmmInternalFreePool()
/dports/audio/faust/faust-2.37.3/architecture/smartKeyboard/android/app/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/
H A DEventScheduler.java39 private static final int MAX_POOL_SIZE = 200; field in EventScheduler
143 } else if (mEventPool.size() < MAX_POOL_SIZE) { in addEventToPool()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/
H A DReadaheadPool.java43 private static final int MAX_POOL_SIZE = 16; field in ReadaheadPool
62 pool = new ThreadPoolExecutor(POOL_SIZE, MAX_POOL_SIZE, 3L, TimeUnit.SECONDS, in ReadaheadPool()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/
H A DReadaheadPool.java43 private static final int MAX_POOL_SIZE = 16; field in ReadaheadPool
64 pool = new ThreadPoolExecutor(POOL_SIZE, MAX_POOL_SIZE, 3L, TimeUnit.SECONDS, in ReadaheadPool()

1234567