HomeSort by relevance Sort by last modified time
    Searched refs:queue (Results 376 - 400 of 1662) sorted by null

<<11121314151617181920>>

  /external/chromium_org/cc/debug/
micro_benchmark_controller_unittest.cc 73 scoped_ptr<ResourceUpdateQueue> queue(new ResourceUpdateQueue);
75 layer_tree_host_->UpdateLayers(queue.get());
93 scoped_ptr<ResourceUpdateQueue> queue(new ResourceUpdateQueue);
95 layer_tree_host_->UpdateLayers(queue.get());
110 layer_tree_host_->UpdateLayers(queue.get());
113 layer_tree_host_->UpdateLayers(queue.get());
  /external/glide/library/src/main/java/com/bumptech/glide/
ListPreloader.java 12 import java.util.Queue;
144 private final Queue<PreloadTarget> queue; field in class:ListPreloader.PreloadTargetQueue
149 queue = new ArrayDeque<PreloadTarget>(size);
151 queue = new LinkedList<PreloadTarget>();
155 queue.offer(new PreloadTarget());
160 final PreloadTarget result = queue.poll();
161 queue.offer(result);
  /libcore/luni/src/main/java/java/util/
ServiceLoader.java 192 private LinkedList<String> queue = new LinkedList<String>(); field in class:ServiceLoader.ServiceIterator
204 return (queue != null && !queue.isEmpty());
212 String className = queue.remove();
239 if (!queue.contains(className)) {
240 queue.add(className);
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 144 * @q: circular queue
150 * Resets the circular queue
164 * @q: circular queue
170 * check if the curcular queue is empty
178 * @q: circular queue
184 * check if the curcular queue is full
192 * @q: circular queue
199 * enqueue an element into circular queue
219 * @q: circular queue
226 * dequeue an element from the circular queue
    [all...]
  /external/chromium_org/cc/resources/
bitmap_skpicture_content_layer_updater.cc 22 ResourceUpdateQueue* queue,
36 queue->AppendPartialUpload(upload);
38 queue->AppendFullUpload(upload);
image_copy_raster_worker_pool.cc 59 void ImageCopyRasterWorkerPool::ScheduleTasks(RasterTaskQueue* queue) {
62 DCHECK_EQ(queue->required_for_activation_count,
64 std::count_if(queue->items.begin(),
65 queue->items.end(),
84 queue->required_for_activation_count,
97 for (RasterTaskQueue::Item::Vector::const_iterator it = queue->items.begin();
98 it != queue->items.end();
118 queue->required_for_activation_count);
122 queue->items.size());
  /external/chromium_org/cc/test/
fake_tile_manager.cc 21 virtual void ScheduleTasks(RasterTaskQueue* queue) OVERRIDE {
23 queue->items.begin();
24 it != queue->items.end();
fake_picture_layer.h 33 virtual bool Update(ResourceUpdateQueue* queue,
  /external/chromium_org/content/common/gpu/media/
android_video_decode_accelerator.h 10 #include <queue>
122 std::queue<int32> free_picture_ids_;
147 typedef std::queue<std::pair<media::BitstreamBuffer, base::Time> >
vaapi_video_decode_accelerator.h 12 #include <queue>
68 // queue it for decode.
72 // Get a new input buffer from the queue and set it up in decoder. This will
186 // Queue for incoming input buffers.
187 typedef std::queue<linked_ptr<InputBuffer> > InputBuffers;
189 // Signalled when input buffers are queued onto the input_buffers_ queue.
195 // Queue for incoming output buffers (texture ids).
196 typedef std::queue<int32> OutputBuffers;
211 // queue.
220 // requests output, we'll store the request on pending_output_cbs_ queue fo
    [all...]
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.h 8 #include <queue>
108 // Queue of completed decode ids, for notifying the host.
109 typedef std::queue<uint32_t> CompletedDecodeQueue;
112 // Queue of decoded frames that have been converted to RGB and await upload to
114 typedef std::queue<linked_ptr<PendingFrame> > PendingFrameQueue;
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskDispatcher.cpp 47 void CustomElementMicrotaskDispatcher::enqueue(CustomElementCallbackQueue* queue)
50 queue->setOwner(kMicrotaskQueueId);
51 m_elements.append(queue);
CustomElementScheduler.cpp 56 CustomElementCallbackQueue& queue = instance().schedule(element);
57 queue.append(CustomElementCallbackInvocation::createInvocation(callbacks, type));
65 CustomElementCallbackQueue& queue = instance().schedule(element);
66 queue.append(CustomElementCallbackInvocation::createAttributeChangedInvocation(callbacks, name, oldValue, newValue));
87 // processing step, or the base queue.
126 // Finds or creates the callback queue for element.
  /external/glide/library/src/main/java/com/bumptech/glide/volley/
RequestQueueWrapper.java 50 RequestQueue queue = new RequestQueue(diskCache, network); local
51 queue.start();
52 return queue;
  /external/lldb/source/Plugins/Process/Utility/
ThreadMemory.cpp 36 const char *queue,
47 if (queue)
48 m_queue = queue;
  /frameworks/base/native/android/
input.cpp 273 void AInputQueue_attachLooper(AInputQueue* queue, ALooper* looper,
275 InputQueue* iq = static_cast<InputQueue*>(queue);
280 void AInputQueue_detachLooper(AInputQueue* queue) {
281 InputQueue* iq = static_cast<InputQueue*>(queue);
285 int32_t AInputQueue_hasEvents(AInputQueue* queue) {
286 InputQueue* iq = static_cast<InputQueue*>(queue);
290 int32_t AInputQueue_getEvent(AInputQueue* queue, AInputEvent** outEvent) {
291 InputQueue* iq = static_cast<InputQueue*>(queue);
298 int32_t AInputQueue_preDispatchEvent(AInputQueue* queue, AInputEvent* event) {
299 InputQueue* iq = static_cast<InputQueue*>(queue);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
seqmid.h 118 ((ev)->queue = SND_SEQ_QUEUE_DIRECT)
121 * \brief set tick-scheduling mode on queue
123 * \param q queue id to schedule
137 (ev)->queue = (q))
140 * \brief set real-time-scheduling mode on queue
142 * \param q queue id to schedule
156 (ev)->queue = (q))
212 * \brief set queue controls
215 * \param q queue id
221 (ev)->data.queue.queue = (q),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
seqmid.h 118 ((ev)->queue = SND_SEQ_QUEUE_DIRECT)
121 * \brief set tick-scheduling mode on queue
123 * \param q queue id to schedule
137 (ev)->queue = (q))
140 * \brief set real-time-scheduling mode on queue
142 * \param q queue id to schedule
156 (ev)->queue = (q))
212 * \brief set queue controls
215 * \param q queue id
221 (ev)->data.queue.queue = (q),
    [all...]
  /external/chromium_org/base/threading/
worker_pool_posix.h 13 // task queue, it does not own the worker threads. The worker threads ask the
27 #include <queue>
  /external/chromium_org/cc/layers/
image_layer.h 25 virtual bool Update(ResourceUpdateQueue* queue,
io_surface_layer.h 23 virtual bool Update(ResourceUpdateQueue* queue,
  /external/chromium_org/chrome/renderer/spellchecker/
spellcheck_language.h 8 #include <queue>
  /external/chromium_org/device/bluetooth/
bluetooth_socket_mac.h 8 #include <queue>
181 std::queue<scoped_refptr<net::IOBufferWithSize> > receive_queue_;
186 // Send queue -- one entry per pending send operation.
187 std::queue<linked_ptr<SendRequest>> send_queue_;
193 // Queue of incoming connections.
194 std::queue<linked_ptr<BluetoothChannelMac>> accept_queue_;
  /external/ipsec-tools/src/racoon/
genlist.h 38 #include <sys/queue.h>
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
assign_copy.pass.cpp 10 // <queue>
14 #include <queue>

Completed in 1742 milliseconds

<<11121314151617181920>>