HomeSort by relevance Sort by last modified time
    Searched refs:Queue (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /external/libvpx/examples/includes/geshi/geshi/
rails.php 90 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
  /libcore/luni/src/main/java/java/util/
LinkedList.java 32 * <p>This class is primarily useful if you need queue-like behavior. It may also be useful
35 * probably use {@link ArrayList} if you don't need the queue-like behavior.
40 List<E>, Deque<E>, Queue<E>, Cloneable, Serializable {
Collections.java     [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 13 import java.util.Queue;
23 * This queue orders elements FIFO (first-in-first-out) with respect
24 * to any given producer. The <em>head</em> of the queue is that
25 * element that has been on the queue the longest time for some
26 * producer. The <em>tail</em> of the queue is that element that has
27 * been on the queue the shortest time for some producer.
78 * A FIFO dual queue may be implemented using a variation of the
79 * Michael & Scott (M&S) lock-free queue algorithm
83 * (unmatched) queue node (or null if empty); and "tail" that
84 * points to the last node on the queue (or again null i
    [all...]
ConcurrentLinkedDeque.java 15 import java.util.Queue;
    [all...]
  /external/llvm/utils/
llvm-compilers-check 76 import queue
551 work_queue = queue.Queue()
  /external/clang/lib/AST/
ExprConstant.cpp     [all...]
  /external/oprofile/events/i386/westmere/
unit_masks 97 0x04 iq_full Instruction Queue full stall cycles
274 0x04 lru_hints Super Queue LRU hints sent to LLC
275 0x10 split_lock Super Queue lock splits across a cache line
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mux.py 35 import Queue
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 99 def Queue (jet, queueSeg):
JetCreator.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 39 import Queue
  /external/valgrind/tsan/
thread_sanitizer.cc     [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp 81 // queue of waiting unfinished events, then ANRs will similarly be delayed by one second.
277 // The inbound queue is empty so the app switch key we were waiting
299 // Inbound queue has at least one entry.
446 // Flag the event, and start pruning the input queue.
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 1136 milliseconds

1 2 3 4 5 67 8