HomeSort by relevance Sort by last modified time
    Searched full:enqueued (Results 26 - 50 of 233) sorted by null

12 3 4 5 6 7 8 910

  /external/chromium_org/content/public/test/
test_browser_thread_bundle.h 15 // destruction. Sometimes a test needs to drain currently enqueued tasks
  /external/chromium_org/remoting/host/setup/
oauth_client.h 38 // enqueued and processed after the first one is finished.
  /external/iproute2/man/man8/
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
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/kernel/
Endpoint.java 77 * currently enqueued outbound data.
  /external/libvpx/libvpx/vp8/encoder/
lookahead.h 29 * may be done when buffers are enqueued.
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.h 32 * may be done when buffers are enqueued.
  /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
  /frameworks/base/core/java/android/view/
HardwareCanvas.java 218 * Immediately executes all enqueued layer updates.
227 * Removes all enqueued layer updates.
  /libcore/luni/src/main/java/java/lang/ref/
SoftReference.java 67 * refs} will be enqueued with their corresponding reference queues, if
75 * cleared and enqueued until the runtime must reclaim memory to satisfy an
  /libcore/luni/src/test/java/tests/api/java/lang/ref/
PhantomReferenceTest.java 26 // before the PhantomReference is enqueued.
95 assertNotNull("Reference should have been enqueued.", r);
  /external/chromium/base/synchronization/
waitable_event_watcher_posix.cc 205 // We have no kernel. This means that we never enqueued a Waiter on an
209 // In this case, a task was enqueued on the MessageLoop and will run.
225 // enqueued in the same wait-list. We would think that that waiter was our
237 // have been enqueued with the MessageLoop because the waiter was never
252 // If the waiter has already run then the task has been enqueued. If the Task
  /external/chromium_org/base/synchronization/
waitable_event_watcher_posix.cc 196 // We have no kernel. This means that we never enqueued a Waiter on an
200 // In this case, a task was enqueued on the MessageLoop and will run.
216 // enqueued in the same wait-list. We would think that that waiter was our
228 // have been enqueued with the MessageLoop because the waiter was never
243 // If the waiter has already run then the task has been enqueued. If the Task
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 325 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues() since the entire entry is removed here]
353 // [regardless of whether the value has been enqueued or not, disable its processing by removeClearedValues()]
497 // [assertion: 'softValue' couldn't have been enqueued already and can't be enqueued until strong reference in 'entryKey' is nulled out]
516 // ['softValue' may or may not have been enqueued already]
519 // [regardless of whether 'softValue' has been enqueued or not, disable its removal by removeClearedValues() since the buckets get restructured]
539 * Removes all entries whose soft values have been cleared _and_ enqueued.
  /external/openfst/src/include/fst/
shortest-path.h 94 vector<bool> enqueued; local
127 enqueued.push_back(false);
135 enqueued.push_back(true);
140 enqueued[s] = false;
161 enqueued.push_back(false);
176 if (!enqueued[arc.nextstate]) {
178 enqueued[arc.nextstate] = true;
  /external/chromium_org/chrome/browser/resources/image_loader/
worker.js 113 // Start serving enqueued requests.
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.h 76 // load (host is NULL in that case). All enqueued tasks are run in order.
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
pnacl_translate_thread.h 113 // Data buffers from FileDownloader are enqueued here to pass from the
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementCallbackDispatcher.h 109 // enqueued here.
  /external/guava/guava-tests/test/com/google/common/base/
FinalizableReferenceQueueTest.java 97 * be enqueued.
  /external/qemu/hw/
goldfish_events_device.c 120 int enqueued = s->last - s->first; local
122 if (enqueued < 0)
123 enqueued += MAX_EVENTS;
125 if (enqueued + 3 > MAX_EVENTS) {
  /frameworks/ex/carousel/java/com/android/ex/carousel/
carousel.rs     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
scc.h 126 int tx_queued; /* tx frames enqueued */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netax25/
ax25.h 162 #define AX25_VALUES_IPMAXQUEUE 15 /* Maximum number of buffers enqueued */

Completed in 2602 milliseconds

12 3 4 5 6 7 8 910