HomeSort by relevance Sort by last modified time
    Searched refs:queue (Results 276 - 300 of 2515) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.cons/
ctor_iter_iter.pass.cpp 10 // <queue>
15 #include <queue>
ctor_iter_iter_comp.pass.cpp 10 // <queue>
15 #include <queue>
ctor_iter_iter_comp_cont.pass.cpp 10 // <queue>
16 #include <queue>
ctor_iter_iter_comp_rcont.pass.cpp 12 // <queue>
18 #include <queue>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.members/
emplace.pass.cpp 12 // <queue>
18 #include <queue>
push.pass.cpp 10 // <queue>
16 #include <queue>
push_rvalue.pass.cpp 12 // <queue>
18 #include <queue>
swap.pass.cpp 10 // <queue>
16 #include <queue>
top.pass.cpp 10 // <queue>
16 #include <queue>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/priority.queue/priqueue.special/
swap.pass.cpp 10 // <queue>
18 #include <queue>
  /external/javassist/src/main/javassist/bytecode/analysis/
Analyzer.java 133 IntQueue queue = new IntQueue(); local
141 queue.add(iter.next());
142 while (!queue.isEmpty()) {
143 analyzeNextEntry(method, iter, queue, executor);
168 IntQueue queue, Executor executor) throws BadBytecode {
169 int pos = queue.take();
185 mergeTableSwitch(queue, pos, iter, frame);
187 mergeLookupSwitch(queue, pos, iter, frame);
189 mergeRet(queue, iter, pos, frame, subroutine);
195 mergeJsr(queue, frames[pos], subroutines[target], pos, lookAhead(iter, pos))
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_open/
2-1.c 11 * calling the message queue with that name will refer to the same
12 * message queue object.
14 * Test by creating a message queue and placing a message within it. Then,
15 * in another process open the first message queue and ensure the message
102 mqd_t queue; local
108 queue = mq_open(qname, O_CREAT | O_RDWR,
110 if (queue == (mqd_t) - 1) {
118 if (mq_send(queue, msgptr, strlen(msgptr) + 1, 1) != 0) {
121 /* close queue, stop child and exit */
122 mq_close(queue);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
FrameQueue.java 38 public void attachQueue(FrameQueue queue) {
39 mAttachedQueues.add(queue);
51 private void buildQueueImpl(FrameQueue queue) {
52 QueueImpl queueImpl = queue.new SingleFrameQueueImpl();
53 queue.mQueueImpl = queueImpl;
58 for (FrameQueue queue : mAttachedQueues) {
59 result = FrameType.merge(result, queue.mType);
67 throw new RuntimeException("Cannot build connection queue '" + queueName + "' as "
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/share/clang/
run-find-all-symbols.py 30 import Queue
56 def run_find_all_symbols(args, tmpdir, build_path, queue):
57 """Takes filenames out of queue and runs find-all-symbols on them."""
59 name = queue.get()
63 queue.task_done()
99 queue = Queue.Queue(max_task)
102 args=(args, tmpdir, build_path, queue))
106 # Fill the queue with files
    [all...]

Completed in 516 milliseconds

<<11121314151617181920>>