Home
last modified time | relevance | path

Searched refs:CustomExecutor (Results 1 – 2 of 2) sorted by relevance

/libcore/jsr166-tests/src/test/java/jsr166/
DScheduledExecutorSubclassTest.java82 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest
91 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
92 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
96 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
99 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
110 final CustomExecutor p = new CustomExecutor(1); in testExecute()
125 final CustomExecutor p = new CustomExecutor(1); in testSchedule1()
144 final CustomExecutor p = new CustomExecutor(1); in testSchedule3()
164 final CustomExecutor p = new CustomExecutor(1); in testSchedule4()
186 final CustomExecutor p = new CustomExecutor(1); in testSchedule5()
[all …]
/libcore/ojluni/src/test/java/util/concurrent/tck/
DScheduledExecutorSubclassTest.java106 public class CustomExecutor extends ScheduledThreadPoolExecutor { class in ScheduledExecutorSubclassTest
115 CustomExecutor(int corePoolSize) { super(corePoolSize); } in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
116 CustomExecutor(int corePoolSize, RejectedExecutionHandler handler) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
120 CustomExecutor(int corePoolSize, ThreadFactory threadFactory) { in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
123 CustomExecutor(int corePoolSize, ThreadFactory threadFactory, in CustomExecutor() method in ScheduledExecutorSubclassTest.CustomExecutor
134 final CustomExecutor p = new CustomExecutor(1); in testExecute()
149 final CustomExecutor p = new CustomExecutor(1); in testSchedule1()
168 final CustomExecutor p = new CustomExecutor(1); in testSchedule3()
188 final CustomExecutor p = new CustomExecutor(1); in testSchedule4()
210 final CustomExecutor p = new CustomExecutor(1); in testSchedule5()
[all …]