Searched defs:enqueue (Results 1 - 19 of 19) sorted by relevance

/external/dropbear/
H A Dqueue.c69 void enqueue(struct Queue* queue, void* item) { function
73 TRACE(("enter enqueue"))
88 TRACE(("leave enqueue"))
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
H A DUpdateControl.java47 * mySpatial.getControl(UpdateControl.class).enqueue(new Callable() {
64 public <V> Future<V> enqueue(Callable<V> callable) { method in class:UpdateControl
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h69 virtual void enqueue(const WorkListUnit& U) = 0;
71 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { function in class:clang::ento::WorkList
72 enqueue(WorkListUnit(N, CurrentCounter, B, idx));
75 void enqueue(ExplodedNode *N) { function in class:clang::ento::WorkList
77 enqueue(WorkListUnit(N, CurrentCounter));
/external/llvm/lib/CodeGen/
H A DRegAllocBasic.cpp93 virtual void enqueue(LiveInterval *LI) { function in class:__anon8701::RABasic
H A DRegAllocGreedy.cpp239 virtual void enqueue(LiveInterval *LI);
371 enqueue(&LI);
394 void RAGreedy::enqueue(LiveInterval *LI) { function in class:RAGreedy
400 "Can only enqueue virtual registers");
483 /// defined by enqueue() decides which registers ultimately end up being split
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.cc134 void FileManagerUtil::ViewItem(const FilePath& full_path, bool enqueue) { argument
145 NewRunnableFunction(&ViewItem, full_path, enqueue));
159 if (enqueue)
/external/clang/lib/Analysis/
H A DReachableCode.cpp44 void enqueue(const CFGBlock *block);
57 void DeadCodeScan::enqueue(const CFGBlock *block) { function in class:DeadCodeScan
123 enqueue(Start);
141 enqueue(predBlock);
/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockWebServer.java161 public void enqueue(MockResponse response) { method in class:MockWebServer
/external/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowSolver.h35 /// enqueue - Add a block to the worklist. Blocks already on the
37 void enqueue(const CFGBlock *B) { function in class:clang::DataflowWorkListTy
213 WorkList.enqueue(&**I);
222 WorkList.enqueue(&**I);
328 WorkList.enqueue(TargetBlock);
332 WorkList.enqueue(TargetBlock);
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp50 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3950::DFS
78 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3950::BFS
116 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3951::BFSBlockDFSContents
303 // This path is done. Don't enqueue any more nodes.
319 enqueue(dstNodes);
456 enqueue(Dst);
489 if (IsNew) WList->enqueue(Node);
501 WList->enqueue(N, Block, Idx);
508 WList->enqueue(N, Block, Idx+1);
513 WList->enqueue(
551 void CoreEngine::enqueue(ExplodedNodeSet &Set) { function in class:CoreEngine
558 void CoreEngine::enqueue(ExplodedNodeSet &Set, function in class:CoreEngine
[all...]
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DApplication.java564 public <V> Future<V> enqueue(Callable<V> callable) { method in class:Application
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
H A DPhysicsSpace.java355 public <V> Future<V> enqueue(Callable<V> callable) { method in class:PhysicsSpace
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
H A DPhysicsSpace.java381 public <V> Future<V> enqueue(Callable<V> callable) { method in class:PhysicsSpace
/external/clang/lib/AST/
H A DExprConstant.cpp4487 enqueue(E);
4531 void enqueue(const Expr *E) { function in class:__anon3503::DataRecursiveIntBinOpEvaluator
4769 enqueue(Bop->getLHS());
4790 enqueue(Bop->getRHS());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.jobs_3.5.1.R36x_v20100824.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding_1.3.100.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 435 milliseconds