HomeSort by relevance Sort by last modified time
    Searched full:enqueued (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/iproute2/man/man8/
tc-pfifo_fast.8 22 queues side by side, where packets can be enqueued in any of the three bands
33 Additional packets coming in are not enqueued but are instead dropped.
tc.8 95 .B enqueued
106 then be enqueued in any of the inner qdiscs, which are within the
118 be enqueued. Whenever traffic arrives at a class with subclasses, it needs
200 subclasses to which traffic may be enqueued.
229 If classification did not succeed, packets are enqueued to the leaf qdisc
tc-bfifo.8 30 A list of packets is maintained, when a packet is enqueued it gets inserted at the tail of
tc-hfsc.8 37 means (e.g. u32 filter, CLASSIFY target of iptables) will be enqueued. If
  /frameworks/av/services/audioflinger/
SchedulingPolicyService.h 25 // after the request is enqueued but not necessarily executed.
26 // The default value 'false' means to return after request has been enqueued and executed.
  /external/openfst/src/include/fst/
prune.h 132 vector<size_t> enqueued(ns, kNoKey);
142 enqueued[s] = heap.Insert(s);
149 enqueued[s] = kNoKey;
173 if (enqueued[arc.nextstate] == kNoKey) {
174 enqueued[arc.nextstate] = heap.Insert(arc.nextstate);
177 heap.Update(enqueued[arc.nextstate], arc.nextstate);
253 vector<size_t> enqueued; local
266 while (enqueued.size() <= s) {
267 enqueued.push_back(kNoKey);
270 enqueued[s] = heap.Insert(s)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/algorithms/shortest_paths/
astar.py 83 # Maps enqueued nodes to distance of discovered paths and the
86 enqueued = {}
112 if neighbor in enqueued:
113 qcost, h = enqueued[neighbor]
115 # enqueued. Removing it would need to filter the whole
122 enqueued[neighbor] = ncost, h
  /libcore/libart/src/main/java/java/lang/ref/
Reference.java 124 * If non-null, the queue on which this reference will be enqueued
162 * object to be enqueued.
172 * become enqueued, or {@code false} otherwise
186 * Forces the reference object to be enqueued if it has been associated with
190 * become enqueued, or {@code false} otherwise
217 * Checks whether the reference object has been enqueued.
219 * @return {@code true} if the {@code Reference} has been enqueued, {@code
  /libcore/luni/src/main/java/java/lang/ref/
WeakReference.java 63 * At some future point, all references in {@code ref} will be enqueued
76 * A {@code SoftReference} should be cleared and enqueued <em>as late as
81 * A {@code WeakReference} may be cleared and enqueued as soon as is
ReferenceQueue.java 22 * enqueued when the garbage collector detects the reachability type specified
132 * reference object to be enqueued.
141 // The newly enqueued reference becomes the new tail, and always
161 // Add our list to the end. Update the pendingNext to point back to enqueued.
PhantomReference.java 38 * phantom-reachable, it is being enqueued
53 * does not make any sense, since the reference will never be enqueued, and
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ref/
ReferenceTest.java 117 assertTrue("Not properly enqueued.", rq.poll().get() == obj);
119 assertTrue("Should remain enqueued.", !ref.isEnqueued());
152 assertNotNull("Object not enqueued.", ref);
164 assertNotNull("Object not enqueued.", ref);
267 assertTrue("Should start off not enqueued.", !ref.isEnqueued());
269 assertTrue("Should now be enqueued.", ref.isEnqueued());
271 assertTrue("Should still be enqueued.", ref.isEnqueued());
274 assertTrue("Should now be not enqueued.", !ref.isEnqueued());
PhantomReferenceTest.java 26 // before the PhantomReference is enqueued.
95 assertNotNull("Reference should have been enqueued.", r);
  /external/guava/guava/src/com/google/common/util/concurrent/
ListenerCallQueue.java 33 * executor. Each callback task can be enqueued and executed as separate phases.
36 * be enqueued without necessarily executing immediately.
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 242 * the queue are marked as enqueued. Once we
244 * be marked as enqueued.
255 "phantom refs not marked as enqueued");
277 "reference enqueued for strongly-reachable " +
289 /* We've visited all of the enqueued references.
291 * that should have been enqueued.
300 // "] should be enqueued");
306 "phantom refs not enqueued");
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLooper.java 179 * Causes all enqueued tasks to be discarded
186 * Returns the {@link com.xtremelabs.robolectric.util.Scheduler} that is being used to manage the enqueued tasks.
188 * @return the {@link com.xtremelabs.robolectric.util.Scheduler} that is being used to manage the enqueued tasks.
  /libcore/luni/src/main/java/java/util/concurrent/
TransferQueue.java 69 * in which case the element is not left enqueued
96 * in which case the element is not left enqueued
98 * in which case the element is not left enqueued
  /art/runtime/gc/
reference_processor.cc 200 // We need to check that the references haven't already been enqueued since we can end up
251 // finalized since they may not be enqueued by the time RunFinalization starts.
271 // enqueued if we just finished processing references. Otherwise, we may be doing the main GC
273 // processing can't begin. The GC could have just enqueued the reference one one of the internal
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Endpoint.java 77 * currently enqueued outbound data.
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 33 * may be done when buffers are enqueued.
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordingCallback.java 50 * response isn't enqueued before the timeout.
  /frameworks/wilhelm/src/android/include/
AacBqToPcmCbRenderer.h 41 // This is for instance used whenever ADTS data is being enqueued through an
  /frameworks/wilhelm/src/
sync.c 50 // here is where we would process the enqueued 3D commands
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
lookahead.h 33 * may be done when buffers are enqueued.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_lookahead.h 39 * may be done when buffers are enqueued.

Completed in 716 milliseconds

1 2 3 4 5 6 7 8 9