/aosp_15_r20/external/aws-sdk-java-v2/http-clients/netty-nio-client/src/main/java/software/amazon/awssdk/http/nio/netty/ |
H A D | SdkEventLoopGroup.java | 141 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/ |
D | Executors.java | 161 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/ |
D | Executors.java | 161 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()
|
D | ThreadPoolExecutor.java | 532 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 D | Executors.java | 161 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 D | ThreadPoolExecutor.java | 532 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 D | Executors.java | 60 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 D | ThreadPoolExecutor.java | 58 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 D | MoreExecutorsTest.java | 585 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 D | MoreExecutorsTest.java | 585 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/ |
D | Executors.java | 68 @NonNull ThreadFactory threadFactory) { in newFixedUniqueThreadPool() 78 public static @NonNull ExecutorService newCachedUniqueThreadPool( in newCachedUniqueThreadPool()
|
D | UniqueExecutor.java | 43 @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/ |
D | ScreenDecorationsModule.java | 72 … 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/ |
D | WifiPickerTrackerFactory.java | 38 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 D | FileAlterationMonitor.java | 44 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/ |
D | ThreadPoolExecutor.java | 532 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/ |
D | BiometricsModule.java | 134 …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/ |
D | UnfoldLightRevealOverlayAnimation.java | 38 private final com.android.systemui.util.concurrency.ThreadFactory threadFactory = null; field in UnfoldLightRevealOverlayAnimation 71 …com.android.systemui.util.concurrency.ThreadFactory threadFactory, @org.jetbrains.annotations.NotN… in UnfoldLightRevealOverlayAnimation()
|
D | FullscreenLightRevealAnimationController.java | 43 private final com.android.systemui.util.concurrency.ThreadFactory threadFactory = null; field in FullscreenLightRevealAnimationController 91 …com.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 D | NettyNioAsyncHttpClientWireMockTest.java | 192 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 D | ScheduledExecutorSubclassTest.java | 133 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 D | ThreadPoolExecutorSubclassTest.java | 208 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 D | ScheduledExecutorSubclassTest.java | 96 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 D | ThreadPoolExecutorSubclassTest.java | 173 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 D | TestExecutorRule.java | 42 private final ThreadFactory threadFactory = field in TestExecutorRule
|