HomeSort by relevance Sort by last modified time
    Searched refs:Queue (Results 226 - 250 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
TemplateTranslator.java 80 import java.util.Queue;
148 private final Queue<MacroInfo> macroQueue = new LinkedList<MacroInfo>();
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/
FragmentedMp4Builder.java 317 Queue<TimeToSampleBox.Entry> timeQueue = new LinkedList<TimeToSampleBox.Entry>(track.getDecodingTimeEntries());
328 Queue<CompositionTimeToSample.Entry> compositionTimeQueue =
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 24 import java.util.Queue;
278 private Queue<HTTPExchange> exchanges = new LinkedList<HTTPExchange>();
    [all...]
  /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
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
AdapterHelperTest.java 30 import java.util.Queue;
952 Queue<Item> mPendingAdded;
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 60 import java.util.Queue;
150 // The queue entries here are entries of the form {id, flags}, with the values passed in to
151 // attachmentChanged(). Entries in the queue are picked off in processQueue().
152 private static final Queue<long[]> sAttachmentChangedQueue =
286 // This class should be kept in lock step with the priority queue.
293 * @param request The {@link DownloadRequest} that should be added to our queue
298 // It is key to keep the map and queue in lock step
300 // We can't add a null entry into the queue so let's throw what the underlying
312 // Check to see if this request is is already in the queue
318 debugTrace("DownloadRequest #%d was already in the queue");
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
MmsService.java 65 import java.util.Queue;
93 // requests will stay in this queue until that SIM finishes its current requests in
96 // blocked in the queue. And a later request for SIM1 will be appended to the queue, ordered
97 // after the request for SIM2, instead of being put into the running queue.
99 private final Queue<MmsRequest> mPendingSimRequestQueue = new ArrayDeque<>();
112 * A thread-based request queue for executing the MMS requests in serial order
363 // Running request queues, one thread per queue
364 // 0: send queue
365 // 1: download queue
422 final int queue = request.getQueueType(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
AndroidXmlFormattingStrategy.java 78 import java.util.Queue;
94 private final Queue<IDocument> mDocuments = new LinkedList<IDocument>();
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripView.java 60 import java.util.Queue;
147 private final SparseArray<Queue<View>> recycledViews = new SparseArray<Queue<View>>();
687 Queue<View> recycledViewsForType = recycledViews.get(viewType);
698 Queue<View> recycledViewsForType = recycledViews.get(viewType);
    [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...]
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 15 import java.util.Queue;
    [all...]
SynchronousQueueTest.java 17 import java.util.Queue;
504 * a deserialized serialized queue is usable
525 * drainTo(c) of empty queue doesn't transfer elements
538 * drainTo empties queue, unblocking a waiting put.
563 * drainTo(c, n) empties up to n elements of queue into c
  /external/chromium_org/media/base/
pipeline.cc 380 SerialRunner::Queue bound_fns;
  /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 
  /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 {
  /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.
77 * A FIFO dual queue may be implemented using a variation of the
78 * Michael & Scott (M&S) lock-free queue algorithm
82 * (unmatched) queue node (or null if empty); and "tail" that
83 * points to the last node on the queue (or again null i
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 
  /external/llvm/utils/
llvm-compilers-check 76 import queue
595 work_queue = queue.Queue()
  /frameworks/base/core/java/android/view/
AccessibilityInteractionController.java 44 import java.util.Queue;
    [all...]
  /external/chromium_org/v8/test/cctest/
test-assembler-arm64.cc     [all...]

Completed in 1094 milliseconds

1 2 3 4 5 6 7 8 91011>>