Searched refs:queue (Results 151 - 175 of 851) sorted by relevance

1234567891011>>

/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
H A Dctor_iter_iter_comp_rcont.pass.cpp10 // <queue>
16 #include <queue>
/external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
H A Dpop.pass.cpp10 // <queue>
16 #include <queue>
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java59 /** The reference queue to monitor. */
76 * @param queue the queue on which to wait for references
79 public RefQueueWorker(ReferenceQueue<?> queue, RefQueueHandler handler) { argument
80 if (queue == null) {
87 refQueue = queue;
/external/chromium_org/android_webview/browser/
H A Ddeferred_gpu_command_service.h8 #include <queue>
48 // Flush the idle queue until it is empty. This is different from
68 std::queue<base::Closure> tasks_;
69 std::queue<std::pair<base::Time, base::Closure> > idle_tasks_;
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_unittest.cc59 ResourceUpdateQueue queue; local
63 test_layer->Update(&queue, &occlusion_tracker);
75 test_layer->Update(&queue, &occlusion_tracker);
/external/chromium_org/cc/resources/
H A Dresource_update_controller.h34 scoped_ptr<ResourceUpdateQueue> queue,
37 client, task_runner, queue.Pass(), resource_provider));
57 scoped_ptr<ResourceUpdateQueue> queue,
31 Create( ResourceUpdateControllerClient* client, base::SingleThreadTaskRunner* task_runner, scoped_ptr<ResourceUpdateQueue> queue, ResourceProvider* resource_provider) argument
H A Dbitmap_content_layer_updater.cc25 ResourceUpdateQueue* queue,
30 queue, texture(), source_rect, dest_offset, partial_update);
87 void BitmapContentLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue, argument
96 queue->AppendPartialUpload(upload);
98 queue->AppendFullUpload(upload);
24 Update( ResourceUpdateQueue* queue, const gfx::Rect& source_rect, const gfx::Vector2d& dest_offset, bool partial_update) argument
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_network_proxy_host.h8 #include <queue>
91 std::queue<UnsentRequest> unsent_requests_;
95 std::queue<net::ProxyService::PacRequest*> pending_requests_;
/external/chromium_org/device/hid/
H A Dhid_connection_linux.h8 #include <queue>
51 std::queue<PendingHidReport> pending_reports_;
52 std::queue<PendingHidRead> pending_reads_;
/external/chromium_org/device/serial/
H A Ddata_sender.h8 #include <queue>
92 // A queue of PendingSend that have not yet been fully written to the data
94 std::queue<linked_ptr<PendingSend> > pending_sends_;
96 // A queue of PendingSend that have been written to the data pipe, but have
98 std::queue<linked_ptr<PendingSend> > sends_awaiting_ack_;
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskDispatcher.cpp33 void CustomElementMicrotaskDispatcher::enqueue(CustomElementCallbackQueue* queue) argument
36 queue->setOwner(kMicrotaskQueueId);
37 m_elements.append(queue);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Devent.hpp29 #include "core/queue.hpp"
65 virtual cl_command_queue queue() const = 0;
86 /// Class that represents a task executed by a command queue.
89 /// with a given command queue \a q and a given OpenCL \a command.
90 /// hard_event instances created for the same queue are implicitly
105 virtual cl_command_queue queue() const;
123 /// or command queue. It's considered complete as soon as all its
132 virtual cl_command_queue queue() const;
H A Devent.cpp86 pipe_screen *screen = queue()->dev.pipe;
92 pipe_screen *screen = queue()->dev.pipe;
108 hard_event::queue() const { function in class:hard_event
119 pipe_screen *screen = queue()->dev.pipe;
122 queue()->flush();
131 pipe_screen *screen = queue()->dev.pipe;
159 soft_event::queue() const { function in class:soft_event
/external/chromium_org/ui/events/gesture_detection/
H A Dtouch_disposition_gesture_filter.h8 #include <queue>
55 typedef std::queue<GestureEventDataPacket> GestureSequence;
90 std::queue<GestureSequence> sequences_;
/external/chromium_org/v8/src/
H A Dzone-containers.h9 #include <queue>
42 // A wrapper subclass for std::queue to make it easy to construct one
45 class ZoneQueue : public std::queue<T, std::deque<T, zone_allocator<T> > > {
47 // Constructs an empty queue.
49 : std::queue<T, std::deque<T, zone_allocator<T> > >(
/external/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
H A Dctor_container_alloc.pass.cpp10 // <queue>
13 // queue(const container_type& c, const Alloc& a);
15 #include <queue>
33 : public std::queue<int, C>
35 typedef std::queue<int, C> base;
H A Dctor_rcontainer_alloc.pass.cpp10 // <queue>
13 // queue(const container_type& c, const Alloc& a);
15 #include <queue>
37 : public std::queue<T, C>
39 typedef std::queue<T, C> base;
H A Dctor_rqueue_alloc.pass.cpp10 // <queue>
13 // queue(queue&& q, const Alloc& a);
15 #include <queue>
37 : public std::queue<T, C>
39 typedef std::queue<T, C> base;
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Devent.hpp29 #include "core/queue.hpp"
65 virtual cl_command_queue queue() const = 0;
86 /// Class that represents a task executed by a command queue.
89 /// with a given command queue \a q and a given OpenCL \a command.
90 /// hard_event instances created for the same queue are implicitly
105 virtual cl_command_queue queue() const;
123 /// or command queue. It's considered complete as soon as all its
132 virtual cl_command_queue queue() const;
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.h11 #include <queue>
126 std::queue<PendingAction> pending_actions_;
127 std::queue<int32_t> pending_bitstream_ids_;
134 std::queue<int32_t> available_picture_ids_;
137 std::queue<DecodedFrame> decoded_frames_;
/external/chromium_org/third_party/jstemplate/
H A Djstemplate.js311 * [index] indexes into the call queue at that depth. We require a call
312 * queue so that a node may branch to more than one child
334 * The index into the queue for each depth. NOTE: Alternative would
349 var queue, queueIndex;
353 queue = calls[calls.length - 1];
355 if (queueIndex >= queue.length) {
361 // Run the first function in the queue.
362 method = queue[queueIndex++];
363 arg1 = queue[queueIndex++];
364 arg2 = queue[queueInde
[all...]
/external/guava/guava/src/com/google/common/base/internal/
H A DFinalizer.java84 return finalizer.queue;
89 private final ReferenceQueue<Object> queue = new ReferenceQueue<Object>(); field in class:Finalizer
102 this.frqReference = new PhantomReference<Object>(frq, queue);
119 * Loops continuously, pulling references off the queue and cleaning them up.
127 cleanUp(queue.remove());
163 } while ((reference = queue.poll()) != null);
/external/kernel-headers/original/uapi/sound/
H A Dasequencer.h73 #define SNDRV_SEQ_EVENT_SETPOS_TICK 33 /* set tick queue position */
74 #define SNDRV_SEQ_EVENT_SETPOS_TIME 34 /* set realtime queue position */
78 #define SNDRV_SEQ_EVENT_QUEUE_SKEW 38 /* skew queue tempo */
248 /* queue timer control */
250 unsigned char queue; /* affected queue */ member in struct:snd_seq_ev_queue_control
276 unsigned char queue; /* schedule queue */ member in struct:snd_seq_event
289 struct snd_seq_ev_queue_control queue; member in union:snd_seq_event::__anon23538
393 unsigned char queue; /* Queu member in struct:snd_seq_remove_events
472 int queue; /* queue id */ member in struct:snd_seq_queue_info
488 int queue; /* queue id */ member in struct:snd_seq_queue_status
500 int queue; /* sequencer queue */ member in struct:snd_seq_queue_tempo
516 int queue; /* sequencer queue */ member in struct:snd_seq_queue_timer
529 int queue; /* sequencer queue */ member in struct:snd_seq_queue_client
547 unsigned char queue; /* input time-stamp queue (optional) */ member in struct:snd_seq_port_subscribe
562 unsigned char queue; /* R/O: result */ member in struct:snd_seq_query_subs
[all...]
/external/llvm/utils/lit/lit/
H A Drun.py6 import Queue as queue namespace
8 import queue namespace
50 # Create a shared queue to provide the test indices.
51 self.queue = queue_impl()
53 self.queue.put(i)
55 self.queue.put(None)
66 return self.queue.get()
116 self.queue = multiprocessing.Queue()
120 # results to the actual display implementation via an output queue.
121 self.queue
[all...]
/external/guava/guava/src/com/google/common/base/
H A DFinalizableReferenceQueue.java30 * A reference queue with an associated background thread that dequeues references and invokes
57 * thread keeps an indirect strong reference to the queue in ReferenceMap, which keeps the
90 * The actual reference queue that our background thread will poll.
92 final ReferenceQueue<Object> queue; field in class:FinalizableReferenceQueue
100 * Constructs a new queue.
105 ReferenceQueue<Object> queue;
108 queue = (ReferenceQueue<Object>)
116 queue = new ReferenceQueue<Object>();
119 this.queue = queue;
[all...]

Completed in 508 milliseconds

1234567891011>>