Home
last modified time | relevance | path

Searched refs:getPoolSize (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DTexturePoolTest.cpp37 size_t getPoolSize() const { return mPool.size(); } in getPoolSize() function in android::compositionengine::impl::planner::__anonb92264230111::TestableTexturePool
60 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
68 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
122 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
125 EXPECT_EQ(mTexturePool.getMinPoolSize(), mTexturePool.getPoolSize()); in TEST_F()
135 EXPECT_EQ(mTexturePool.getPoolSize(), mTexturePool.getMinPoolSize()); in TEST_F()
142 EXPECT_EQ(mTexturePool.getPoolSize(), 1u); in TEST_F()
144 EXPECT_EQ(mTexturePool.getPoolSize(), 0u); in TEST_F()
147 EXPECT_EQ(mTexturePool.getPoolSize(), 0u); in TEST_F()
151 EXPECT_EQ(mTexturePool.getPoolSize(), mTexturePool.getMinPoolSize()); in TEST_F()
[all …]
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DThreadPoolExecutorTest.java137 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
139 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
141 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
143 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
146 assertEquals(3, p.getPoolSize()); in testPrestartCoreThread()
148 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
150 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
163 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
165 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
167 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
[all …]
H A DThreadPoolExecutorSubclassTest.java284 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
286 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
288 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
290 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
293 assertEquals(3, p.getPoolSize()); in testPrestartCoreThread()
295 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
297 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
310 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
312 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
314 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
[all …]
H A DForkJoinPoolTest.java228 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
234 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
238 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
H A DScheduledExecutorTest.java430 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
434 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
438 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
H A DScheduledExecutorSubclassTest.java486 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
490 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
494 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DThreadPoolExecutorTest.java176 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
178 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
180 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
182 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
185 assertEquals(3, p.getPoolSize()); in testPrestartCoreThread()
187 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
189 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
203 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
205 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
207 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
[all …]
H A DThreadPoolExecutorSubclassTest.java322 assertEquals(0, p.getPoolSize()); in testPrestartCoreThread()
324 assertEquals(1, p.getPoolSize()); in testPrestartCoreThread()
326 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
328 assertEquals(2, p.getPoolSize()); in testPrestartCoreThread()
331 assertEquals(3, p.getPoolSize()); in testPrestartCoreThread()
333 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
335 assertEquals(4, p.getPoolSize()); in testPrestartCoreThread()
349 assertEquals(0, p.getPoolSize()); in testPrestartAllCoreThreads()
351 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
353 assertEquals(2, p.getPoolSize()); in testPrestartAllCoreThreads()
[all …]
H A DForkJoinPoolTest.java263 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
269 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
273 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
H A DScheduledExecutorSubclassTest.java542 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
546 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
550 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
H A DScheduledExecutorTest.java608 assertEquals(0, p.getPoolSize()); in testGetPoolSize()
612 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
616 assertEquals(1, p.getPoolSize()); in testGetPoolSize()
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/test/java/com/google/api/gax/grpc/
H A DInstantiatingGrpcChannelProviderTest.java122 assertEquals(5, builder.getPoolSize()); in testCpuPoolSize()
127 assertEquals(10, builder.getPoolSize()); in testCpuPoolSize()
131 assertEquals(100, builder.getPoolSize()); in testCpuPoolSize()
186 assertThat(builder.getPoolSize()).isEqualTo(5); in testToBuilder()
/aosp_15_r20/frameworks/minikin/tests/unittest/
H A DWordBreakerTests.cpp621 using ICULineBreakerPoolImpl::getPoolSize;
717 EXPECT_EQ(0U, pool.getPoolSize()); in TEST()
722 EXPECT_EQ(i + 1, pool.getPoolSize()); in TEST()
727 EXPECT_EQ(MAX_POOL_SIZE, pool.getPoolSize()); in TEST()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/test/java/software/amazon/awssdk/core/internal/http/timers/
H A DClientExecutionAndRequestTimerTestUtils.java61 assertEquals(0, timerExecutor.getPoolSize()); in assertCoreThreadsShutDownAfterBeingIdle()
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DWordBreaker.h98 size_t getPoolSize() const { in getPoolSize() function
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/communal/util/
DWidgetViewFactory.java86 public final int getPoolSize() { in getPoolSize() method in WidgetViewFactory.Companion
/aosp_15_r20/libcore/ojluni/annotations/flagged_api/java/util/concurrent/
H A DForkJoinPool.annotated.java78 public int getPoolSize() { throw new RuntimeException("Stub!"); } in getPoolSize() method in ForkJoinPool
/aosp_15_r20/external/universal-tween-engine/java/api/src/aurelienribon/tweenengine/
H A DTimeline.java64 public static int getPoolSize() { in getPoolSize() method in Timeline
H A DTween.java133 public static int getPoolSize() { in getPoolSize() method in Tween
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DThreadPoolExecutor.java285 public int getPoolSize() { in getPoolSize() method in ThreadPoolExecutor
/aosp_15_r20/external/sdk-platform-java/gax-java/gax-grpc/src/main/java/com/google/api/gax/grpc/
H A DInstantiatingGrpcChannelProvider.java621 public int getPoolSize() { in getPoolSize() method in InstantiatingGrpcChannelProvider.Builder
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1839 public int getPoolSize() { in getPoolSize() method in ThreadPoolExecutor
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java1839 public int getPoolSize() { in getPoolSize() method in ThreadPoolExecutor
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DThreadPoolExecutor.java1839 public int getPoolSize() { in getPoolSize() method in ThreadPoolExecutor
/aosp_15_r20/external/google-cloud-java/java-workstations/proto-google-cloud-workstations-v1/src/main/java/com/google/cloud/workstations/v1/
H A DWorkstationConfig.java312 int getPoolSize(); in getPoolSize() method
2158 public int getPoolSize() { in getPoolSize() method in WorkstationConfig.Host.GceInstance
2476 if (getPoolSize() != other.getPoolSize()) return false; in equals()
2510 hash = (53 * hash) + getPoolSize(); in hashCode()
2851 if (other.getPoolSize() != 0) { in mergeFrom()
2852 setPoolSize(other.getPoolSize()); in mergeFrom()
3403 public int getPoolSize() { in getPoolSize() method in WorkstationConfig.Host.GceInstance.Builder

12345678910>>...16