Home
last modified time | relevance | path

Searched refs:queue (Results 1 – 25 of 77) sorted by relevance

1234

/trunk/main/apple_remote/source/
H A DHIDRemoteControlDevice.m78 queue = NULL;
207 (*queue)->stop(queue);
209 //dispose of queue
210 (*queue)->dispose(queue);
213 (*queue)->Release(queue);
215 queue = NULL;
250 return queue;
463 if (queue) {
464 …result = (*queue)->create(queue, 0, 12); //depth: maximum number of elements in queue before oldes…
470 (*queue)->addElement(queue, cookie, 0);
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/
H A DAsynchronousFinalizer.java52 synchronized (queue) { in add()
53 boolean first = queue.isEmpty(); in add()
54 queue.add(job); in add()
56 queue.notify(); in add()
72 private static final LinkedList queue = new LinkedList(); field in AsynchronousFinalizer
79 synchronized (queue) {
80 while (queue.isEmpty()) {
82 queue.wait();
85 j = (Job) queue.remove(0);
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/
H A DWeakMap.java163 return map.put(key, new Entry(key, value, queue)); in put()
194 map.put(k, new Entry(k, e.getValue(), queue)); in putAll()
271 Entry e = (Entry) queue.poll(); in cleanUp()
294 private Entry(Object key, Object value, ReferenceQueue queue) { in Entry() argument
295 super(value, queue); in Entry()
306 private final ReferenceQueue queue = new ReferenceQueue(); field in WeakMap
/trunk/main/offapi/com/sun/star/drawing/framework/
H A DXConfigurationControllerRequestQueue.idl35 /** The request queue of the configuration controller handles requests for
39 queue and to determine wheter the queue is empty. Using this interace
48 queue that has not yet been processed. It returns <FALSE/> when
49 the queue is empty.
53 /** Add a request for a configuration change to the request queue.
H A DXConfigurationController.idl81 into a queue. The request objects in the queue are processed
86 decide to make requests that then are added to the queue. For example
90 <p>This process goes on until the queue of request objects becomes
169 resource activation to the request queue, similar resources
217 <member>lock()</member> and the queue of configuration change
/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DProtocol_Test.java271 synchronized (queue) { in Endpoint()
272 queue.addLast(o); in Endpoint()
282 synchronized (queue) { in readMessage()
283 if (!queue.isEmpty()) { in readMessage()
284 Object o = queue.removeFirst(); in readMessage()
310 private final LinkedList queue = new LinkedList(); field in Protocol_Test.Endpoint
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/
H A Djava_environment.java184 l1.level2map.put(type, new Level2Entry(oid, type, object, queue)); in register()
214 Level2Entry l2 = (Level2Entry) queue.poll(); in cleanUp()
271 String oid, Type type, Object object, ReferenceQueue queue) in Level2Entry() argument
273 super(object, queue); in Level2Entry()
296 private final ReferenceQueue queue = new ReferenceQueue(); field in java_environment.Registry
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DWaitUnreachable.java55 queue = new ReferenceQueue(); in WaitUnreachable()
56 ref = new PhantomReference(obj, queue); in WaitUnreachable()
85 while (queue.poll() == null) { in waitUnreachable()
121 private final ReferenceQueue queue; field in WaitUnreachable
/trunk/main/setup_native/source/win32/customactions/patch/
H A Dswappatchfiles.cxx448 static std::queue< std::_tstring > getProfileSections( const std::_tstring& aFileName ) in getProfileSections()
451 std::queue< std::_tstring > aResult; in getProfileSections()
487 static std::queue< std::_tstring > getProfileKeys( const std::_tstring& aFileName, const std::_tstr… in getProfileKeys()
490 std::queue< std::_tstring > aResult; in getProfileKeys()
547 std::queue< std::_tstring > aSectionNames; in InstallPatchedFiles()
548 std::queue< std::_tstring > aKeyNames; in InstallPatchedFiles()
630 std::queue< std::_tstring > aSectionNames; in UninstallPatchedFiles()
631 std::queue< std::_tstring > aKeyNames; in UninstallPatchedFiles()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java678 map.put(desc.getTypeName(), new Entry(desc, queue)); in put()
684 Entry e = (Entry) queue.poll(); in cleanUp()
693 public Entry(TypeDescription desc, ReferenceQueue queue) { in Entry() argument
694 super(desc, queue); in Entry()
702 private final ReferenceQueue queue = new ReferenceQueue(); field in TypeDescription.Cache
/trunk/main/l10ntools/inc/
H A Dexport.hxx533 std::queue<QueueEntry>* aQueueNext;
535 std::queue<QueueEntry>* aQueueCur;
537 std::queue<QueueEntry>* aQref;
543 inline void Pop( std::queue<QueueEntry>& aQueue );
/trunk/main/salhelper/
H A DPackage_inc.mk30 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/queue.hxx,salhelper/queue.hxx))
/trunk/main/offapi/com/sun/star/view/
H A DPrinterDescriptor.idl45 /** describes a printer by specifying the queue name and some settings.
54 /** specifies the name of the printer queue to be used.
/trunk/main/tools/
H A DPackage_inc.mk71 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/queue.hxx,tools/queue.hxx))
/trunk/main/apple_remote/inc/
H A DHIDRemoteControlDevice.h41 IOHIDQueueInterface** queue; // IOKit/hid/IOHIDLib.h field
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsSlotManager.hxx91 typedef ::std::queue<Command*> CommandQueue;
/trunk/main/framework/inc/
H A Dstdtypes.h145 typedef ::std::queue< ::rtl::OUString > OUStringQueue;
/trunk/main/fpicker/source/win32/filepicker/
H A Dasyncrequests.hxx135 typedef ::std::queue< RequestRef > RequestQueue;
/trunk/main/offapi/com/sun/star/awt/
H A DAsyncCallback.idl34 /** An implementation which uses the message queue to call the
H A DPaintEvent.idl45 events delivered from the event queue.</p>
H A DXLayoutContainer.idl79 changes, that may affect its size, to queue a layout re-calculation. */
/trunk/main/sd/source/ui/sidebar/
H A DMasterPagesSelector.hxx153 ::std::queue<sal_uInt16> maPreviewUpdateQueue;
/trunk/main/slideshow/source/engine/
H A Deffectrewinder.cxx264 ::std::queue<uno::Reference<animations::XAnimationNode> > aNodeQueue; in countMainSequenceEffects()
/trunk/main/udkapi/com/sun/star/script/
H A DXEngine.idl102 <p>The waiting queue is cleared too.</p>
/trunk/main/l10ntools/source/
H A Dexport.cxx2606 void ParserQueue::Pop( std::queue<QueueEntry>& aQueue ){ in Pop()
2623 aQueueNext = new std::queue<QueueEntry>; in ParserQueue()
2624 aQueueCur = new std::queue<QueueEntry>; in ParserQueue()

Completed in 81 milliseconds

1234