HomeSort by relevance Sort by last modified time
    Searched full:enqueue (Results 176 - 200 of 846) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/wilhelm/src/
ThreadPool.h 58 unsigned mWaitingNotFull; ///< Number of client threads waiting to enqueue
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.h 148 * Enqueue MixVideoFrame
  /libcore/ojluni/src/main/java/java/lang/ref/
PhantomReference.java 38 * time or at some later time it will enqueue the reference.
WeakReference.java 41 * later time it will enqueue those newly-cleared weak references that are
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
queue.c 60 enqueue(struct str *x) function
  /bootable/recovery/
ui.cpp 183 case RecoveryUI::ENQUEUE:
329 return IsTextVisible() ? ENQUEUE : IGNORE;
  /external/iproute2/man/man8/
tc-stab.8 42 enqueue initializes it to the real packet's size.
49 during HFSC's enqueue; and in turn, whenever HFSC tries to dequeue a packet, it
  /external/libchrome/base/message_loop/
message_loop_task_runner_unittest.cc 179 // Enqueue the relay.
212 // Enqueue the relay.
  /external/libchrome/base/synchronization/
waitable_event.h 107 // this class (such as WaitableEventWatcher) to be able to enqueue elements
179 void Enqueue(Waiter* waiter);
  /external/libpcap/msdos/
pkt_rx0.asm 94 ENQUEUE MACRO
151 ENQUEUE ; ES:DI -> _pktRxBuf[n]
  /external/llvm/lib/CodeGen/
RegAllocBase.cpp 78 enqueue(&LIS->getInterval(Reg));
151 enqueue(SplitVirtReg);
  /external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
CacheAdapterTest.java 253 server.enqueue(mockResponse);
260 server.enqueue(mockResponse);
  /external/webrtc/talk/app/webrtc/
dtlsidentitystore.cc 174 // Enqueue observer to be informed when generation of |key_type| is completed.
199 // Enqueue/Post a worker task to do the generation.
  /frameworks/volley/src/test/java/com/android/volley/
RequestQueueIntegrationTest.java 62 // Enqueue 2 requests with different cache keys, and different priorities. The second, higher priority request
106 // Enqueue 2 requests with the same cache key. The first request takes 20ms. Assert that the
  /frameworks/wilhelm/src/desktop/
SndFile.c 79 // not much we can do if the Enqueue fails, so we'll just drop the decoded data
81 SL_LOGE("enqueue failed 0x%x", result);
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 165 // enqueue the .ts data directly from mapped memory, so ignore the empty buffer pBufferData
205 // enqueue the optional data and optional items; there is always at least one or the other
207 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
307 fprintf(stderr, " -n# Number of packets to enqueue\n");
475 // enqueue the initial buffers until buffer queue is full
483 result = (*playerAndroidBufferQueue)->Enqueue(playerAndroidBufferQueue, NULL,
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/common/
gki_buffer.c 804 ** Description Enqueue a buffer at the tail of the queue
807 ** p_buf - (input) address of the buffer to enqueue
819 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted");
859 ** Description Enqueue a buffer at the head of the queue
862 ** p_buf - (input) address of the buffer to enqueue
874 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted");
963 ** p_buf - (input) address of the buffer to enqueue
    [all...]
  /external/libnfc-nci/src/gki/common/
gki_buffer.c 804 ** Description Enqueue a buffer at the tail of the queue
807 ** p_buf - (input) address of the buffer to enqueue
819 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted");
859 ** Description Enqueue a buffer at the head of the queue
862 ** p_buf - (input) address of the buffer to enqueue
874 GKI_exception(GKI_ERROR_BUF_CORRUPTED, "Enqueue - Buffer corrupted");
963 ** p_buf - (input) address of the buffer to enqueue
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 284 mServer.enqueue(resp);
    [all...]
  /device/huawei/angler/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
128 * FUNCTION : enqueue
130 * DESCRIPTION: enqueue data into the queue
137 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
166 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /device/lge/bullhead/camera/QCamera2/util/
QCameraQueue.cpp 94 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
128 * FUNCTION : enqueue
130 * DESCRIPTION: enqueue data into the queue
137 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
166 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /device/moto/shamu/camera/QCamera2/util/
QCameraQueue.cpp 96 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
130 * FUNCTION : enqueue
132 * DESCRIPTION: enqueue data into the queue
139 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
168 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /hardware/qcom/camera/QCamera2/util/
QCameraQueue.cpp 101 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
135 * FUNCTION : enqueue
137 * DESCRIPTION: enqueue data into the queue
144 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
173 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /hardware/qcom/camera/msmcobalt/QCamera2/util/
QCameraQueue.cpp 101 * DESCRIPTION: Put the queue to active state (ready to enqueue and dequeue)
135 * FUNCTION : enqueue
137 * DESCRIPTION: enqueue data into the queue
144 bool QCameraQueue::enqueue(void *data) function in class:qcamera::QCameraQueue
173 * DESCRIPTION: enqueue data into queue with priority, will insert into the
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 447 msg.Enqueue(mlist, tolist=1)
449 msg.Enqueue(mlist, toadmin=1)
451 msg.Enqueue(mlist, toowner=1)
453 msg.Enqueue(mlist, torequest=1)
460 msg.Enqueue(mlist, torequest=1)

Completed in 6130 milliseconds

1 2 3 4 5 6 78 91011>>