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

1 2 3 4 56 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.defn/
assign_move.pass.cpp 10 // <queue>
12 // queue& operator=(queue&& q);
14 #include <queue>
36 std::queue<MoveOnly> q(make<std::deque<MoveOnly> >(5));
37 std::queue<MoveOnly> q2;
push.pass.cpp 10 // <queue>
14 #include <queue>
19 std::queue<int> q;
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons/Android.mk
19 test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_noexcept
23 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_copy
27 test_name := containers/container.adaptors/priority.queue/priqueue.cons/default_noexcept
31 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_comp_cont
35 test_name := containers/container.adaptors/priority.queue/priqueue.cons/assign_copy
39 test_name := containers/container.adaptors/priority.queue/priqueue.cons/move_assign_noexcept
43 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_comp
47 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter
51 test_name := containers/container.adaptors/priority.queue/priqueue.cons/ctor_iter_iter_com
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
AAVCAssembler.cpp 48 List<sp<ABuffer> > *queue = source->queue(); local
50 if (queue->empty()) {
55 List<sp<ABuffer> >::iterator it = queue->begin();
56 while (it != queue->end()) {
61 it = queue->erase(it);
64 if (queue->empty()) {
69 sp<ABuffer> buffer = *queue->begin();
87 queue->erase(queue->begin())
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
device_oauth2_token_service_factory.h 8 #include <queue>
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
empty.pass.cpp 10 // <queue>
16 #include <queue>
size.pass.cpp 10 // <queue>
16 #include <queue>
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/Android.mk
19 test_name := containers/container.adaptors/priority.queue/priqueue.members/push
23 test_name := containers/container.adaptors/priority.queue/priqueue.members/top
27 test_name := containers/container.adaptors/priority.queue/priqueue.members/swap
31 test_name := containers/container.adaptors/priority.queue/priqueue.members/pop
35 test_name := containers/container.adaptors/priority.queue/priqueue.members/size
39 test_name := containers/container.adaptors/priority.queue/priqueue.members/emplace
43 test_name := containers/container.adaptors/priority.queue/priqueue.members/push_rvalue
47 test_name := containers/container.adaptors/priority.queue/priqueue.members/empty
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 10 // <queue>
18 #include <queue>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.members/
empty.pass.cpp 10 // <queue>
16 #include <queue>
size.pass.cpp 10 // <queue>
16 #include <queue>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/priority.queue/priqueue.special/
swap_noexcept.pass.cpp 10 // <queue>
18 #include <queue>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mutex.py 3 A mutex has two pieces of state -- a 'locked' bit and a queue.
4 When the mutex is not locked, the queue is empty.
5 Otherwise, the queue contains 0 or more (function, argument) pairs
7 When the mutex is unlocked while the queue is not empty,
8 the first queue entry is removed and its function(argument) pair called,
24 self.queue = deque()
42 function and argument in the queue."""
46 self.queue.append((function, argument))
49 """Unlock a mutex. If the queue is not empty, call the next
51 if self.queue
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mutex.py 3 A mutex has two pieces of state -- a 'locked' bit and a queue.
4 When the mutex is not locked, the queue is empty.
5 Otherwise, the queue contains 0 or more (function, argument) pairs
7 When the mutex is unlocked while the queue is not empty,
8 the first queue entry is removed and its function(argument) pair called,
24 self.queue = deque()
42 function and argument in the queue."""
46 self.queue.append((function, argument))
49 """Unlock a mutex. If the queue is not empty, call the next
51 if self.queue
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_provider.h 8 #include <queue>
23 // pool. It also maintains a queue of callbacks on the UI thread which are
25 // is completed, all pending callbacks in the queue get called on the UI
39 typedef std::queue<QueryInfoCompletionCallback> CallbackQueue;
82 // The queue of callbacks waiting for the info querying completion. It is
  /external/chromium_org/ui/gl/
sync_control_vsync_provider.h 8 #include <queue>
40 std::queue<base::TimeDelta> last_computed_intervals_;
  /external/libcxx/test/containers/container.adaptors/priority.queue/
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/Android.mk
19 test_name := containers/container.adaptors/priority.queue/types
  /external/libcxx/test/containers/container.adaptors/queue/
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/queue/Android.mk
19 test_name := containers/container.adaptors/queue/version
  /external/libcxx/test/containers/container.adaptors/queue/queue.defn/
push.pass.cpp 10 // <queue>
14 #include <queue>
19 std::queue<int> q;
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 1 /* $NetBSD: queue.c,v 1.5 2011/08/31 16:24:57 plunky Exp $ */
2 /* $FreeBSD: head/usr.bin/grep/queue.c 211496 2010-08-19 09:28:59Z des $ */
30 * A really poor man's queue. It does only what it has to and gets out of
31 * Dodge. It is used in place of <sys/queue.h> to get a better performance.
39 __RCSID("$NetBSD: queue.c,v 1.5 2011/08/31 16:24:57 plunky Exp $");
42 #include <sys/queue.h>
54 static STAILQ_HEAD(, qentry) queue = STAILQ_HEAD_INITIALIZER(queue);
72 STAILQ_INSERT_TAIL(&queue, item, list);
86 item = STAILQ_FIRST(&queue);
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c 50 int32_t mm_camera_queue_init(mm_camera_queue_t* queue)
52 pthread_mutex_init(&queue->lock, NULL);
53 cam_list_init(&queue->head.list);
54 queue->size = 0;
58 int32_t mm_camera_queue_enq(mm_camera_queue_t* queue, void* data)
70 pthread_mutex_lock(&queue->lock);
71 cam_list_add_tail_node(&node->list, &queue->head.list);
72 queue->size++;
73 pthread_mutex_unlock(&queue->lock);
79 void* mm_camera_queue_deq(mm_camera_queue_t* queue)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/host/
native-messaging-example-host 12 import Queue
29 def read_thread_func(queue):
36 if queue:
37 queue.put(None)
46 if queue:
47 queue.put(text)
54 def __init__(self, queue):
55 self.queue = queue
74 while not self.queue.empty()
    [all...]
  /external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
Android.mk 17 test_makefile := external/libcxx/test/containers/container.adaptors/priority.queue/priqueue.cons.alloc/Android.mk
19 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_move_alloc
23 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_alloc
27 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_alloc
31 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_copy_alloc
35 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_rcont_alloc
39 test_name := containers/container.adaptors/priority.queue/priqueue.cons.alloc/ctor_comp_cont_alloc
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_state_tss.c 77 struct bind_queue queue; local
79 queue.bind_count = 0;
123 queue.bind[queue.bind_count].unit = i;
124 queue.bind[queue.bind_count].view = view;
125 queue.bind_count++;
134 if (queue.bind_count) {
139 queue.bind_count ) != PIPE_OK)
142 for (i = 0; i < queue.bind_count; i++)
187 struct bind_queue queue; local
294 struct ts_queue queue; local
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_state_tss.c 77 struct bind_queue queue; local
79 queue.bind_count = 0;
123 queue.bind[queue.bind_count].unit = i;
124 queue.bind[queue.bind_count].view = view;
125 queue.bind_count++;
134 if (queue.bind_count) {
139 queue.bind_count ) != PIPE_OK)
142 for (i = 0; i < queue.bind_count; i++)
187 struct bind_queue queue; local
294 struct ts_queue queue; local
    [all...]

Completed in 2130 milliseconds

1 2 3 4 56 7 8 91011>>