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

1 2 3 4 5 67 8 91011

  /external/chromium/net/ftp/
ftp_network_transaction.h 9 #include <queue>
  /external/chromium/third_party/libevent/
evutil.c 58 #include <sys/queue.h>
signal.c 43 #include <sys/queue.h>
  /external/e2fsprogs/lib/blkid/
getsize.c 37 #include <sys/queue.h> /* for LIST_HEAD */
  /external/ipsec-tools/src/racoon/
rsalist.c 41 #include <sys/queue.h>
  /external/webkit/WebKitTools/DumpRenderTree/wx/
LayoutTestControllerWx.cpp 96 WorkQueue::shared()->queue(new LoadItem(url, target));
  /packages/apps/Nfc/jni/
com_android_nfc.h 26 #include <sys/queue.h>
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/raid/
md_k.h 155 request_queue_t *queue; member in struct:mddev_s
  /external/bluetooth/glib/tests/
makefile.msc.in 51 queue-test.exe \
  /external/kernel-headers/original/linux/
skbuff.h 409 * skb_queue_empty - check if a queue is empty
410 * @list: queue head
412 * Returns true if the queue is empty, false otherwise.
561 * the appropriate locks or have a private queue to do this.
582 * the appropriate locks or have a private queue to do this.
597 * skb_queue_len - get queue length
600 * Return the length of an &sk_buff queue.
609 * this is needed for now since a whole lot of users of the skb-queue
630 * __skb_queue_after - queue a buffer at the list head
633 * @newsk: buffer to queue
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinKeyboardBaseView.java 221 // TODO: Let the PointerTracker class manage this pointer queue
357 LinkedList<PointerTracker> queue = mQueue; local
358 for (int index = queue.size() - 1; index >= 0; index--) {
359 PointerTracker t = queue.get(index);
367 LinkedList<PointerTracker> queue = mQueue; local
369 for (PointerTracker t = queue.get(oldestPos); t != tracker; t = queue.get(oldestPos)) {
375 queue.remove(oldestPos);
    [all...]
  /dalvik/vm/alloc/
Copying.c 38 * are the block space table and the block queue.
55 * The block queue is used during garbage collection. Unlike Cheney's
58 * The block queue exists to thread lists of blocks from the various
175 * Sentinel value for the queue end.
189 * The scavenger work queue. Implemented as an array of index
190 * values into the queue.
197 * indexing in the block queue. TODO: make the block queue base
198 * relative rather than the index into the block queue.
419 * Appends the given block to the block queue. The block queue i
1017 Object *queue, *queueNext; local
1265 Object **queue; local
    [all...]
  /external/guava/src/com/google/common/collect/
MapMaker.java 499 * queue out of the entries themselves instead of creating a
713 // entry gets reclaimed. We could detect this case and queue up
835 /** Wrapper class ensures that queue isn't created until it's used. */
837 static final FinalizableReferenceQueue queue field in class:MapMaker.QueueHolder
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
seq.h 250 (with SND_SEQ_EVENT_INSTR_xxx messages sent directly or through a queue). */
301 void snd_seq_port_info_set_timestamp_queue(snd_seq_port_info_t *info, int queue);
393 * \defgroup SeqQueue Sequencer Queue Interface
394 * Sequencer Queue Interface
399 /** queue information container */
401 /** queue status container */
403 /** queue tempo container */
405 /** queue timer information container */
408 /** special queue ids */
568 void snd_seq_remove_events_set_queue(snd_seq_remove_events_t *info, int queue);
    [all...]
  /external/emma/core/java12/com/vladium/util/
SoftValueMap.java 430 IndexedSoftReference (final Object referent, ReferenceQueue queue, final int bucketIndex)
432 super (referent, queue);
600 private final ReferenceQueue m_valueReferenceQueue; // reference queue for all references used by SoftEntry objects used by this table
  /hardware/qcom/media/mm-video/vidc/vdec/
Android.mk 89 LOCAL_SRC_FILES := src/queue.c
  /hardware/qcom/media/mm-video/vidc/venc/
Android.mk 104 LOCAL_SRC_FILES += test/queue.c
  /bionic/libc/kernel/common/media/
msm_camera.h 124 uint16_t queue; member in struct:msm_camera_cfg_cmd
  /external/chromium/base/
worker_pool_linux_unittest.cc 28 const std::queue<Task*>& tasks() const { return pool_->tasks_; }

Completed in 1003 milliseconds

1 2 3 4 5 67 8 91011