Searched refs:queue (Results 226 - 250 of 404) sorted by relevance

1234567891011>>

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java1251 final Queue<PeekingIterator<T>> queue; field in class:Iterators.MergingIterator
1268 queue = new PriorityQueue<PeekingIterator<T>>(2, heapComparator);
1272 queue.add(Iterators.peekingIterator(iterator));
1279 if (queue.isEmpty()) {
1283 PeekingIterator<T> nextIter = queue.poll();
1287 queue.add(nextIter);
/external/kernel-headers/original/linux/
H A Dskbuff.h409 * skb_queue_empty - check if a queue is empty
410 * @list: queue head
412 * Returns true if the queue is empty, false otherwise.
561 * the appropriate locks or have a private queue to do this.
582 * the appropriate locks or have a private queue to do this.
597 * skb_queue_len - get queue length
600 * Return the length of an &sk_buff queue.
609 * this is needed for now since a whole lot of users of the skb-queue
630 * __skb_queue_after - queue a buffer at the list head
633 * @newsk: buffer to queue
[all...]
/external/openfst/src/include/fst/
H A Dqueue.h0 // queue.h
44 // // Returns the head of the queue
48 // // Removes the head of the queue
52 // // Does the queue contain no elements?
54 // // Remove all states from queue
58 // State queue types.
60 TRIVIAL_QUEUE = 0, // Single state queue
61 FIFO_QUEUE = 1, // First-in, first-out queue
62 LIFO_QUEUE = 2, // Last-in, first-out queue
63 SHORTEST_FIRST_QUEUE = 3, // Shortest-first queue
446 SccQueue(const vector<StateId> &scc, vector<Queue*> *queue) argument
807 PruneQueue(const vector<Weight> &distance, Q *queue, L comp, const C &class_func, Weight threshold) argument
877 NaturalPruneQueue(const vector<W> &distance, Q *queue, const C &class_func_, Weight threshold) argument
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dconfig_file.c853 struct hostapd_tx_queue_params *queue; local
876 queue = &conf->tx_queue[num];
879 queue->aifs = atoi(val);
880 if (queue->aifs < 0 || queue->aifs > 255) {
882 queue->aifs);
886 queue->cwmin = atoi(val);
887 if (!valid_cw(queue->cwmin)) {
889 queue->cwmin);
893 queue
[all...]
/external/libppp/src/
H A Dipv6cp.c424 struct mqueue *queue; local
441 queue = ipv6cp->Queue + IPV6CP_QUEUES(ipv6cp) - 1;
443 if (queue->top) {
444 bp = m_dequeue(queue);
458 } while (queue-- != ipv6cp->Queue);
/external/bluetooth/bluedroid/stack/rfcomm/
H A Dport_rfc.c858 /* Check if rx queue exceeds the limit */
860 || (p_port->rx.queue.count + 1 > p_port->rx_buf_critical))
886 GKI_enqueue (&p_port->rx.queue, p_buf);
992 /* get data from tx queue and send it */
995 if ((p_buf = (BT_HDR *)GKI_dequeue (&p_port->tx.queue)) != NULL)
1013 /* queue is empty-- all data sent */
1022 /* If we flow controlled user based on the queue size enable data again */
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jar ... eclipse.equinox.internal.util.event.Queue queue protected int state protected long time protected int counter ...
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_tiled_backing_store.c107 Eina_List *queue; member in struct:_Ewk_Tiled_Backing_Store_Data::__anon14812
153 * in the queue in order to not miss any updates after the render is
380 while (priv->render.queue) {
381 it = priv->render.queue->data;
405 priv->render.queue = eina_list_remove_list(priv->render.queue,
406 priv->render.queue);
423 if (!priv->render.queue && !priv->render.pre_render_requests) {
450 priv->render.queue = eina_list_remove_list(priv->render.queue,
[all...]
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex) argument
432 super (referent, queue);
600 private final ReferenceQueue m_valueReferenceQueue; // reference queue for all references used by SoftEntry objects used by this table
/external/jmonkeyengine/engine/src/test/jme3test/water/
H A DTestPostWater.java22 import com.jme3.renderer.queue.RenderQueue.Bucket;
23 import com.jme3.renderer.queue.RenderQueue.ShadowMode;
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp41 #include <queue>
268 std::queue<BallLarusNode*> bfsQueue;
/external/stressapptest/src/
H A Dworker.h33 #include <queue>
41 #include "queue.h"
733 int queue_size_; // Length of in-flight-blocks queue, in blocks.
754 std::queue<BlockData*> in_flight_sectors_; // Queue of sectors written but
798 // Page queue for this particular memory region.
/external/chromium/base/threading/
H A Dworker_pool_posix_unittest.cc28 const std::queue<Task*>& tasks() const { return pool_->tasks_; }
/external/chromium/third_party/libevent/
H A Dsignal.c43 #include <sys/queue.h>
/external/chromium/third_party/libevent/test/
H A Dregress_dns.c42 #include <sys/queue.h>
/external/chromium/third_party/libjingle/source/talk/base/
H A Dmessagequeue.h34 #include <queue>
140 // DelayedMessage goes into a priority queue, sorted by trigger time. Messages
212 // When this signal is sent out, any references to this queue should
234 // A message queue is active if it has ever had a message posted to it.
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dpseudotcp.cc278 queue(buffer, 1, true);
442 int written = queue(buffer, uint32(len), false);
460 uint32 PseudoTcp::queue(const char* data, uint32 len, bool bCtrl) { function in class:cricket::PseudoTcp
477 //LOG(LS_INFO) << "PseudoTcp::queue - m_slen = " << m_slen;
638 queue(buffer, 1, true);
748 // If we make room in the send queue, notify the user
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
H A Dmux_client_for_testing.py367 self.queue = Queue.Queue()
464 self._logical_channels[channel_id].queue.put(inner_frame)
686 inner_frame = self._logical_channels[channel_id].queue.get(
720 inner_frame = self._logical_channels[channel_id].queue.get(
/external/e2fsprogs/lib/ext2fs/
H A Dgetsize.c37 #include <sys/queue.h> /* for LIST_HEAD */
/external/ipsec-tools/src/racoon/
H A Dhandler.h37 #include <sys/queue.h>
343 time_t created; /* timestamp to create a queue */
H A Disakmp_frag.c39 #include <sys/queue.h>
H A Dsainfo.c39 #include <sys/queue.h>
H A Dschedule.c39 #include <sys/queue.h>
325 printf("new queue tick = %d\n", *tick);
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderManager.java40 import com.jme3.renderer.queue.GeometryList;
41 import com.jme3.renderer.queue.RenderQueue;
42 import com.jme3.renderer.queue.RenderQueue.Bucket;
43 import com.jme3.renderer.queue.RenderQueue.ShadowMode;
681 * is still rendered in the shadow frustum (shadow casting queue)
696 //forcing adding to shadow cast mode, culled objects doesn't have to be in the receiver queue
724 // add to the render queue
753 * {@link ViewPort#getQueue() ViewPort's render queue}.
758 * {@link RenderQueue#addToShadowQueue(com.jme3.scene.Geometry, com.jme3.renderer.queue.RenderQueue.ShadowMode)
759 * shadow queue}
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSkyFactory.java8 import com.jme3.renderer.queue.RenderQueue.Bucket;

Completed in 464 milliseconds

1234567891011>>