Home
last modified time | relevance | path

Searched refs:TestWorkAt (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java80 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync()
85 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync()
101 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync()
106 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync()
122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync()
160 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder()
187 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadAsyncSyncOrder()
231 TestWorkAt workAt = new TestWorkAt(); in testStress()
315 TestWorkAt workAt = new TestWorkAt(); in testAsyncSync()
398 public MyWorkAt( TestWorkAt async_WorkAt ) { in MyWorkAt()
[all …]
H A DJobQueue_Test.java128 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs()
133 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
134 assure("", workAt._sync_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
141 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs()
143 assure("", workAt._async_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
144 assure("", workAt._sync_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
149 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs()
164 assure("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs()
167 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue()
191 private void testSendRequests(TestWorkAt workAt, String operation, in testSendRequests()
[all …]
H A Dmakefile.mk37 TestWorkAt.java
H A DTestWorkAt.java26 class TestWorkAt implements TestIWorkAt { class

Completed in 30 milliseconds