/aoo4110/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
H A D | Protocol_Test.java | 27 import com.sun.star.lib.uno.environments.remote.ThreadId; 85 "methodWithInParameter", new ThreadId(new byte[] { 0, 1 }), in testCallWithInParameter() 147 "methodWithResult", new ThreadId(new byte[] { 0, 1 }), in testCallWithResult() 153 false, new ThreadId(new byte[] { 0, 1 }), "resultString"); in testCallWithResult() 171 true, new ThreadId(new byte[] { 0, 1 }), in testCallWhichRaisesException() 187 new ThreadId(new byte[] { 0, 1 }), params); in testCallWithIn_Out_InOut_Paramters_and_result() 218 "returnAny", new ThreadId(new byte[] { 0, 1 }), null); in testCallWhichReturnsAny() 222 false, new ThreadId(new byte[] { 0, 1 }), Any.VOID); in testCallWhichReturnsAny() 234 "returnAny", new ThreadId(new byte[] { 0, 1 }), null); in testCallWhichReturnsAny() 238 false, new ThreadId(new byte[] { 0, 1 }), in testCallWhichReturnsAny() [all …]
|
/aoo4110/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadPool_Test.java | 50 ThreadId threadId = null; in testDispose() 82 ThreadId threadId = ThreadId.createFresh(); in testThreadAsync() 103 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadSync() 126 ThreadId threadId = null; in testStaticThreadSync() 162 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadAsyncSyncOrder() 198 ThreadId threadId = testThread._threadId; in testStaticThreadAsyncSyncOrder() 234 ThreadId threadID = ThreadId.createFresh(); in testStress() 316 ThreadId threadId = ThreadId.createFresh(); in testAsyncSync() 341 ThreadId threadId, String operation) { in putJob() 354 ThreadId _threadId;
|
H A D | ThreadId_Test.java | 35 ThreadId i1 = ThreadId.createFresh(); in test() 47 ThreadId i2 = ThreadId.createFresh(); in test() 52 ThreadId i3 = new ThreadId(i1bytes); in test()
|
H A D | JobQueue_Test.java | 117 __javaThreadPoolFactory, ThreadId.createFresh(), true)); in testDynamicThreadExecutesJob() 138 ThreadId threadId = ThreadId.createFresh(); in testDynamicThreadExecutesAsyncs() 168 ThreadId threadId) in testAsyncJobQueue() 205 public final ThreadId _threadId = JavaThreadPoolFactory.getThreadId();
|
H A D | JavaThreadPoolFactory_Test.java | 34 ThreadId i1 = JavaThreadPoolFactory.getThreadId(); in test() 36 final ThreadId[] i2 = new ThreadId[1]; in test()
|
H A D | TestMessage.java | 35 ThreadId _threadId; 40 …TestMessage(boolean synchron, ITypeDescription iTypeDescription, String oid, ThreadId threadId, Ob… in TestMessage() 54 public ThreadId getThreadId() { in getThreadId()
|
H A D | TestReceiver.java | 27 public void sendReply(boolean exception, ThreadId threadId, Object result) { in sendReply()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/environments/remote/ |
H A D | ThreadId.java | 31 public final class ThreadId { class 32 public static ThreadId createFresh() { in createFresh() 39 return new ThreadId((PREFIX + c).getBytes("UTF-8")); in createFresh() 45 public ThreadId(byte[] id) { in ThreadId() method in ThreadId 50 return obj instanceof ThreadId in equals() 51 && Arrays.equals(id, ((ThreadId) obj).id); in equals()
|
H A D | JavaThreadPoolFactory.java | 49 public JobQueue getJobQueue(ThreadId threadId) { in getJobQueue() 55 public JobQueue getAsyncJobQueue(ThreadId threadId) { in getAsyncJobQueue() 71 public static ThreadId getThreadId() { in getThreadId() 76 ThreadId id; in getThreadId() 78 id = (ThreadId) threadIdMap.get(t); in getThreadId() 80 id = ThreadId.createFresh(); in getThreadId()
|
H A D | JavaThreadPool.java | 50 public ThreadId getThreadId() { in getThreadId() 54 public Object attach( ThreadId threadId ) in attach() 70 public void detach( Object handle, ThreadId id ) in detach() 76 ThreadId threadId = getThreadId(); in detach() 82 ThreadId threadId = getThreadId(); in enter() 86 public Object enter( Object handle, ThreadId threadId ) throws Throwable { in enter()
|
H A D | NativeThreadPool.java | 31 public ThreadId getThreadId() { in getThreadId() 32 return new ThreadId(threadId()); in getThreadId() 39 public Object attach(ThreadId id) { in attach() 48 public void detach(Object handle, ThreadId id) { in detach() 60 public Object enter(Object handle, ThreadId id) throws Throwable { in enter()
|
H A D | JobQueue.java | 53 protected ThreadId _threadId; // the thread id of the queue 82 ThreadId getThreadId() { in getThreadId() 124 JobQueue(JavaThreadPoolFactory javaThreadPoolFactory, ThreadId threadId) { in JobQueue() 126 _threadId = ThreadId.createFresh(); in JobQueue() 151 JobQueue(JavaThreadPoolFactory javaThreadPoolFactory, ThreadId threadId, boolean createThread){ in JobQueue() 166 ThreadId getThreadId() { in getThreadId()
|
H A D | IThreadPool.java | 43 ThreadId getThreadId(); in getThreadId() 61 public Object attach( ThreadId id ); in attach() 77 public void detach( Object handle, ThreadId id ); in detach() 97 public Object enter( Object handle, ThreadId id ) throws Throwable; in enter()
|
H A D | Message.java | 35 ThreadId threadId, boolean request, String objectId, in Message() 59 public final ThreadId getThreadId() { in getThreadId() 181 private final ThreadId threadId;
|
H A D | IProtocol.java | 79 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest() 93 void writeReply(boolean exception, ThreadId tid, Object result) in writeReply()
|
H A D | IReceiver.java | 43 void sendReply(boolean exception, ThreadId threadId, Object result); in sendReply()
|
H A D | makefile.mk | 42 ThreadId.java \
|
H A D | Job.java | 145 public ThreadId getThreadId() { in getThreadId()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
H A D | urp.java | 32 import com.sun.star.lib.uno.environments.remote.ThreadId; 118 String oid, TypeDescription type, String function, ThreadId tid, in writeRequest() 142 public void writeReply(boolean exception, ThreadId tid, Object result) in writeReply() 189 propertiesTid = ThreadId.createFresh(); in sendRequestChange() 476 ThreadId tid, Object[] arguments) in writeRequest() 497 IMethodDescription desc, ThreadId tid, Object[] arguments, in writeRequest() 664 IMethodDescription method, ThreadId threadId) in QueuedRelease() 677 public final ThreadId threadId; 729 private ThreadId propertiesTid = null; 733 private ThreadId inL1Tid = null; [all …]
|
H A D | Unmarshal.java | 25 import com.sun.star.lib.uno.environments.remote.ThreadId; 45 threadIdCache = new ThreadId[cacheSize]; in Unmarshal() 88 public ThreadId readThreadId() { in readThreadId() 91 ThreadId id = null; in readThreadId() 95 id = new ThreadId(data); in readThreadId() 483 private final ThreadId[] threadIdCache;
|
H A D | PendingRequests.java | 26 import com.sun.star.lib.uno.environments.remote.ThreadId; 34 public synchronized void push(ThreadId tid, Item item) { in push() 43 public synchronized Item pop(ThreadId tid) { in pop()
|
H A D | UrpMessage.java | 27 import com.sun.star.lib.uno.environments.remote.ThreadId; 34 ThreadId threadId, boolean request, String objectId, in UrpMessage()
|
H A D | Marshal.java | 25 import com.sun.star.lib.uno.environments.remote.ThreadId; 82 public void writeThreadId(ThreadId threadId) { in writeThreadId()
|
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | java_remote_bridge.java | 56 import com.sun.star.lib.uno.environments.remote.ThreadId; 591 public void sendReply(boolean exception, ThreadId threadId, Object result) { in sendReply() 622 ThreadId threadId = _iThreadPool.getThreadId(); in sendRequest()
|
/aoo4110/main/offapi/com/sun/star/logging/ |
H A D | XCsvLogFormatter.idl | 53 /** Defines if the ThreadId should be logged */
|