/aoo42x/main/apple_remote/source/ |
H A D | HIDRemoteControlDevice.m | 78 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 …]
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/util/ |
H A D | AsynchronousFinalizer.java | 52 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);
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/util/ |
H A D | WeakMap.java | 163 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
|
/aoo42x/main/offapi/com/sun/star/drawing/framework/ |
H A D | XConfigurationControllerRequestQueue.idl | 35 /** 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 D | XConfigurationController.idl | 81 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
|
/aoo42x/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/ |
H A D | Protocol_Test.java | 271 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
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/java/ |
H A D | java_environment.java | 184 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
|
/aoo42x/main/qadevOOo/runner/util/ |
H A D | WaitUnreachable.java | 55 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
|
/aoo42x/main/setup_native/source/win32/customactions/patch/ |
H A D | swappatchfiles.cxx | 448 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()
|
/aoo42x/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/ |
H A D | TypeDescription.java | 678 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
|
/aoo42x/main/l10ntools/inc/ |
H A D | export.hxx | 533 std::queue<QueueEntry>* aQueueNext; 535 std::queue<QueueEntry>* aQueueCur; 537 std::queue<QueueEntry>* aQref; 543 inline void Pop( std::queue<QueueEntry>& aQueue );
|
/aoo42x/main/salhelper/ |
H A D | Package_inc.mk | 30 $(eval $(call gb_Package_add_file,salhelper_inc,inc/salhelper/queue.hxx,salhelper/queue.hxx))
|
/aoo42x/main/offapi/com/sun/star/view/ |
H A D | PrinterDescriptor.idl | 45 /** describes a printer by specifying the queue name and some settings. 54 /** specifies the name of the printer queue to be used.
|
/aoo42x/main/tools/ |
H A D | Package_inc.mk | 71 $(eval $(call gb_Package_add_file,tools_inc,inc/tools/queue.hxx,tools/queue.hxx))
|
/aoo42x/main/apple_remote/inc/ |
H A D | HIDRemoteControlDevice.h | 41 IOHIDQueueInterface** queue; // IOKit/hid/IOHIDLib.h field
|
/aoo42x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsSlotManager.hxx | 91 typedef ::std::queue<Command*> CommandQueue;
|
/aoo42x/main/framework/inc/ |
H A D | stdtypes.h | 145 typedef ::std::queue< ::rtl::OUString > OUStringQueue;
|
/aoo42x/main/fpicker/source/win32/filepicker/ |
H A D | asyncrequests.hxx | 135 typedef ::std::queue< RequestRef > RequestQueue;
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | AsyncCallback.idl | 34 /** An implementation which uses the message queue to call the
|
H A D | PaintEvent.idl | 45 events delivered from the event queue.</p>
|
H A D | XLayoutContainer.idl | 79 changes, that may affect its size, to queue a layout re-calculation. */
|
/aoo42x/main/sd/source/ui/sidebar/ |
H A D | MasterPagesSelector.hxx | 153 ::std::queue<sal_uInt16> maPreviewUpdateQueue;
|
/aoo42x/main/slideshow/source/engine/ |
H A D | effectrewinder.cxx | 264 ::std::queue<uno::Reference<animations::XAnimationNode> > aNodeQueue; in countMainSequenceEffects()
|
/aoo42x/main/udkapi/com/sun/star/script/ |
H A D | XEngine.idl | 102 <p>The waiting queue is cleared too.</p>
|
/aoo42x/main/l10ntools/source/ |
H A D | export.cxx | 2606 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()
|