Home
last modified time | relevance | path

Searched defs:threadFactory (Results 1 – 25 of 805) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/
H A DSdkEventLoopGroup.java141 ThreadFactory threadFactory = Optional.ofNullable(builder.threadFactory) in resolveEventLoopGroup() local
197 Builder threadFactory(ThreadFactory threadFactory); in threadFactory() argument
223 private ThreadFactory threadFactory; field in SdkEventLoopGroup.DefaultBuilder
241 public Builder threadFactory(ThreadFactory threadFactory) { in threadFactory() method in SdkEventLoopGroup.DefaultBuilder
246 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/19/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
197 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()
237 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()
317 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/
DExecutors.java161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
197 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()
237 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()
317 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
DThreadPoolExecutor.java532 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1244 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1317 ThreadFactory threadFactory, in ThreadPoolExecutor()
1520 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/
H A DExecutors.java161 public static ExecutorService newFixedThreadPool(int nThreads, ThreadFactory threadFactory) { in newFixedThreadPool()
197 public static ExecutorService newSingleThreadExecutor(ThreadFactory threadFactory) { in newSingleThreadExecutor()
237 public static ExecutorService newCachedThreadPool(ThreadFactory threadFactory) { in newCachedThreadPool()
317 …lic static ScheduledExecutorService newSingleThreadScheduledExecutor(ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()
346 int corePoolSize, ThreadFactory threadFactory) { in newScheduledThreadPool()
H A DThreadPoolExecutor.java532 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1244 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1317 ThreadFactory threadFactory, in ThreadPoolExecutor()
1520 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/
H A DExecutors.java60 int nThreads, java.util.concurrent.ThreadFactory threadFactory) { in newFixedThreadPool()
69 java.util.concurrent.ThreadFactory threadFactory) { in newSingleThreadExecutor()
78 java.util.concurrent.ThreadFactory threadFactory) { in newCachedThreadPool()
87 java.util.concurrent.ThreadFactory threadFactory) { in newSingleThreadScheduledExecutor()
97 int corePoolSize, java.util.concurrent.ThreadFactory threadFactory) { in newScheduledThreadPool()
H A DThreadPoolExecutor.java58 java.util.concurrent.ThreadFactory threadFactory) { in ThreadPoolExecutor()
78 java.util.concurrent.ThreadFactory threadFactory, in ThreadPoolExecutor()
213 public void setThreadFactory(java.util.concurrent.ThreadFactory threadFactory) { in setThreadFactory()
385 private volatile java.util.concurrent.ThreadFactory threadFactory; field in ThreadPoolExecutor
/aosp_15_r20/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DMoreExecutorsTest.java585 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExecutorService_executorDelegatesToOriginal() local
595 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExecutorService_shutdownHookRegistered() local
613 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingScheduledExecutorService_executorDelegatesToOriginal() local
624 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetScheduledExitingExecutorService_shutdownHookRegistered() local
/aosp_15_r20/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
H A DMoreExecutorsTest.java585 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExecutorService_executorDelegatesToOriginal() local
595 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingExecutorService_shutdownHookRegistered() local
613 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetExitingScheduledExecutorService_executorDelegatesToOriginal() local
624 ThreadFactory threadFactory = mock(ThreadFactory.class); in testGetScheduledExitingExecutorService_shutdownHookRegistered() local
/aosp_15_r20/packages/apps/UniversalMediaPlayer/java/com/android/pump/concurrent/
DExecutors.java68 @NonNull ThreadFactory threadFactory) { in newFixedUniqueThreadPool()
78 public static @NonNull ExecutorService newCachedUniqueThreadPool( in newCachedUniqueThreadPool()
DUniqueExecutor.java43 @NonNull ThreadFactory threadFactory) { in UniqueExecutor()
55 @NonNull ThreadFactory threadFactory, @NonNull RejectedExecutionHandler handler) { in UniqueExecutor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/
DScreenDecorationsModule.java72 … public final android.os.Handler screenDecorationsHandler(@org.jetbrains.annotations.NotNull() in screenDecorationsHandler()
84 com.android.systemui.util.concurrency.ThreadFactory threadFactory) { in screenDecorationsDelayableExecutor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/connectivity/
DWifiPickerTrackerFactory.java38 private final com.android.systemui.util.concurrency.ThreadFactory threadFactory = null; field in WifiPickerTrackerFactory
62 com.android.systemui.util.concurrency.ThreadFactory threadFactory) { in WifiPickerTrackerFactory()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/monitor/
H A DFileAlterationMonitor.java44 private ThreadFactory threadFactory; field in FileAlterationMonitor
161 public synchronized void setThreadFactory(final ThreadFactory threadFactory) { in setThreadFactory()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadPoolExecutor.java532 private volatile ThreadFactory threadFactory; field in ThreadPoolExecutor
1244 ThreadFactory threadFactory) { in ThreadPoolExecutor()
1317 ThreadFactory threadFactory, in ThreadPoolExecutor()
1520 public void setThreadFactory(ThreadFactory threadFactory) { in setThreadFactory()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/biometrics/dagger/
DBiometricsModule.java134 …ic static java.util.concurrent.Executor providesPluginExecutor(@org.jetbrains.annotations.NotNull() in providesPluginExecutor()
154 …lic final java.util.concurrent.Executor providesPluginExecutor(@org.jetbrains.annotations.NotNull() in providesPluginExecutor()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/unfold/
DUnfoldLightRevealOverlayAnimation.java38 private final com.android.systemui.util.concurrency.ThreadFactory threadFactory = null; field in UnfoldLightRevealOverlayAnimation
71com.android.systemui.util.concurrency.ThreadFactory threadFactory, @org.jetbrains.annotations.NotN… in UnfoldLightRevealOverlayAnimation()
DFullscreenLightRevealAnimationController.java43 private final com.android.systemui.util.concurrency.ThreadFactory threadFactory = null; field in FullscreenLightRevealAnimationController
91com.android.systemui.util.concurrency.ThreadFactory threadFactory, @com.android.systemui.unfold.da… in FullscreenLightRevealAnimationController()
/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/test/java/software/amazon/awssdk/http/nio/netty/
H A DNettyNioAsyncHttpClientWireMockTest.java192 ThreadFactory threadFactory = spy(new CustomThreadFactory()); in customFactoryIsUsed() local
240 ThreadFactory threadFactory = spy(new CustomThreadFactory()); in customThreadCountIsRespected() local
260 ThreadFactory threadFactory = spy(new CustomThreadFactory()); in customEventLoopGroup_NotClosedWhenClientIsClosed() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DScheduledExecutorSubclassTest.java133 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
136 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
596 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local
608 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
H A DThreadPoolExecutorSubclassTest.java208 ThreadFactory threadFactory) { in CustomTPE()
227 ThreadFactory threadFactory, in CustomTPE()
430 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local
452 ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
/aosp_15_r20/libcore/jsr166-tests/src/test/java/jsr166/
H A DScheduledExecutorSubclassTest.java96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor()
99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor()
538 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local
549 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
H A DThreadPoolExecutorSubclassTest.java173 ThreadFactory threadFactory) { in CustomTPE()
192 ThreadFactory threadFactory, in CustomTPE()
387 final ThreadFactory threadFactory = new SimpleThreadFactory(); in testGetThreadFactory() local
408 ThreadFactory threadFactory = new SimpleThreadFactory(); in testSetThreadFactory() local
/aosp_15_r20/external/downloader/src/test/java/com/google/android/downloader/
H A DTestExecutorRule.java42 private final ThreadFactory threadFactory = field in TestExecutorRule

12345678910>>...33