Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java76 new Job(null, __iReceiver, in testThreadLeavesJobQueueOnReply()
147 jobQueue.putJob(new Job(workAt, __iReceiver, in testExecuteJobs()
172 new Job(workAt, __iReceiver, in testAsyncJobQueue()
194 jobQueue.putJob(new Job(workAt, __iReceiver, iMessage), in testSendRequests()
262 private static final IReceiver __iReceiver = new TestReceiver(); field in JobQueue_Test
H A DThreadPool_Test.java338 new Job(iWorkAt, __iReceiver, in putJob()
405 new Job(this, ThreadPool_Test. __iReceiver, iMessage)); in syncCall()
431 private static final IReceiver __iReceiver = new TestReceiver(); field in ThreadPool_Test