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

1 2 3 4 56 7

  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 325 """ Loads up the displayed queue list """
356 Queue(self.jet, self.queueSegs[index])
385 Queue(self.jet, self.queueSegs[index])
413 #MAC has a 'pop' when clearing the queue; not sure why so this avoids it
JetUtils.py 99 def Queue (jet, queueSeg):
JetCreator.py     [all...]
  /external/blktrace/btt/doc/
btt.tex 37 information about request queue operations up to user space.
113 queue. This is the average time from when the IO enters the block
114 IO layer (queue trace) until it is inserted (insert trace).
128 queue (insert trace).
133 amount of time between the queue trace and the merge trace.
135 \item Time spent on the request queue. The average time from when
136 the IO is inserted or merged onto the request queue, until it is
154 \item \emph{Q2Q} which measures the time between queue traces
162 = {Q2C}$ however, typically there are multiple queue traces that
164 currently average the queue-to-insert and queue-to-merge times
    [all...]
  /external/v8/tools/
test.py 44 from Queue import Queue, Empty
59 self.queue = Queue(len(cases))
61 self.queue.put_nowait(case)
109 test = self.queue.get_nowait()
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/
VideoEditorActivity.java 22 import java.util.Queue;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
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...]
  /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
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 66 #include "queue.h"
157 Queue *etb_queue = NULL;
158 Queue *fbd_queue = NULL;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 39 import Queue
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 15 import java.util.Queue;
    [all...]
  /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.
267 // The inbound queue is empty so the app switch key we were waiting
289 // Inbound queue has at least one entry.
435 // Flag the event, and start pruning the input queue.
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 

Completed in 741 milliseconds

1 2 3 4 56 7