Searched refs:TestWorkAt (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | ThreadPool_Test.java | 80 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync() 85 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync() 97 assure("", workAt._counter == TestWorkAt.MESSAGES); in testThreadAsync() 101 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync() 106 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync() 118 assure("", workAt._counter == TestWorkAt.MESSAGES); in testDynamicThreadSync() 122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync() 141 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testStaticThreadSync() 156 assure("", workAt._counter == TestWorkAt.MESSAGES); in testStaticThreadSync() 160 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder() [all …]
|
| H A D | JobQueue_Test.java | 128 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 D | makefile.mk | 37 TestWorkAt.java
|
| H A D | TestWorkAt.java | 26 class TestWorkAt implements TestIWorkAt { class
|