HomeSort by relevance Sort by last modified time
    Searched defs:dequeue (Results 1 - 18 of 18) sorted by null

  /external/dropbear/
queue.c 41 void* dequeue(struct Queue* queue) { function
  /external/webkit/Tools/DumpRenderTree/
WorkQueue.cpp 65 WorkQueueItem* WorkQueue::dequeue() function in class:WorkQueue
96 WorkQueueItem* item = dequeue();
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
ByteQueue.java 42 public byte dequeue() { method in class:ByteQueue
  /frameworks/base/core/java/android/hardware/usb/
UsbDeviceConnection.java 156 request.dequeue();
UsbRequest.java 44 // for temporarily saving current buffer across queue and dequeue
153 /* package */ void dequeue() { method in class:UsbRequest
  /external/clang/include/clang/Analysis/FlowSensitive/
DataflowSolver.h 45 /// dequeue - Remove a block from the worklist.
46 const CFGBlock *dequeue() { function in class:clang::DataflowWorkListTy
202 const CFGBlock *B = WorkList.dequeue();
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 44 virtual WorkListUnit dequeue() { function in class:__anon4601::DFS
72 virtual WorkListUnit dequeue() { function in class:__anon4601::BFS
113 virtual WorkListUnit dequeue() { function in class:__anon4602::BFSBlockDFSContents
195 const WorkListUnit& WU = WList->dequeue();
  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 117 virtual LiveInterval *dequeue() { function in class:__anon8123::RABasic
301 while (LiveInterval *VirtReg = dequeue()) {
RegAllocGreedy.cpp 241 virtual LiveInterval *dequeue();
430 LiveInterval *RAGreedy::dequeue() { function in class:RAGreedy
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletTicker.java 175 dequeue(); method
188 dequeue(); method
195 private void dequeue() { method in class:TabletTicker
199 Slog.d(TAG, "dequeue mQueuePos=" + mQueuePos + " mQueue=" + Arrays.toString(mQueue));
  /external/clang/lib/Analysis/
LiveVariables.cpp 130 const CFGBlock *dequeue();
175 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
590 while (const CFGBlock *block = worklist.dequeue()) {
UninitializedValues.cpp 290 const CFGBlock *dequeue();
313 const CFGBlock *DataflowWorklist::dequeue() { function in class:DataflowWorklist
705 while (const CFGBlock *block = worklist.dequeue()) {
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingQueue.java 178 private E dequeue() { method in class:LinkedBlockingQueue
415 x = dequeue();
440 x = dequeue();
462 x = dequeue();
  /frameworks/base/services/input/
InputDispatcher.h 659 inline void dequeue(T* entry) { function in struct:android::InputDispatcher::Queue
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 739 \/*package*\/ boolean dequeue(long attachmentId) { method in class:AttachmentDownloadService
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/common/jython/
jython.jar 

Completed in 315 milliseconds