Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DThreadPool_Test.java69 TestWorkAt workAt = new TestWorkAt(); in testThreadAsync()
74 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testThreadAsync()
91 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadSync()
96 for(int i = 0; i < TestWorkAt.MESSAGES; ++ i) { in testDynamicThreadSync()
113 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadSync()
152 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadAsyncSyncOrder()
180 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadAsyncSyncOrder()
225 TestWorkAt workAt = new TestWorkAt(); in testStress()
310 TestWorkAt workAt = new TestWorkAt(); in testAsyncSync()
393 public MyWorkAt( TestWorkAt async_WorkAt ) { in MyWorkAt()
[all …]
H A DJobQueue_Test.java122 TestWorkAt workAt = new TestWorkAt(); in testStaticThreadExecutesAsyncs()
127 assertTrue("", workAt._async_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
128 assertTrue("", workAt._sync_counter == TestWorkAt.MESSAGES); in testStaticThreadExecutesAsyncs()
136 TestWorkAt workAt = new TestWorkAt(); in testDynamicThreadExecutesAsyncs()
138 assertTrue("", workAt._async_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
139 assertTrue("", workAt._sync_counter == TestWorkAt.MESSAGES); in testDynamicThreadExecutesAsyncs()
144 TestWorkAt workAt = new TestWorkAt(); in testExecuteJobs()
159 assertTrue("", workAt._counter == TestWorkAt.MESSAGES); in testExecuteJobs()
162 private void testAsyncJobQueue(TestWorkAt workAt, JobQueue async_jobQueue, in testAsyncJobQueue()
186 private void testSendRequests(TestWorkAt workAt, String operation, in testSendRequests()
[all …]
H A DTestWorkAt.java26 class TestWorkAt implements TestIWorkAt { class
/trunk/main/jurt/test/com/sun/star/
H A Dmakefile.mk54 lib/uno/environments/remote/TestWorkAt.java \

Completed in 38 milliseconds