Home
last modified time | relevance | path

Searched defs:enqueue (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h71 void enqueue(ExplodedNode *N, const CFGBlock *B, unsigned idx) { in enqueue() function
75 void enqueue(ExplodedNode *N) { in enqueue() function
/external/clang/include/clang/Analysis/FlowSensitive/
DDataflowSolver.h37 void enqueue(const CFGBlock *B) { in enqueue() function
/external/dropbear/
Dqueue.c69 void enqueue(struct Queue* queue, void* item) { in enqueue() function
/external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
DUpdateControl.java64 public <V> Future<V> enqueue(Callable<V> callable) { in enqueue() method in UpdateControl
/external/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp48 virtual void enqueue(const WorkListUnit& U) { in enqueue() function in __anon4786a8d40111::DFS
76 virtual void enqueue(const WorkListUnit& U) { in enqueue() function in __anon4786a8d40111::BFS
114 virtual void enqueue(const WorkListUnit& U) { in enqueue() function in __anon4786a8d40211::BFSBlockDFSContents
550 void CoreEngine::enqueue(ExplodedNodeSet &Set) { in enqueue() function in CoreEngine
557 void CoreEngine::enqueue(ExplodedNodeSet &Set, in enqueue() function in CoreEngine
/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp97 virtual void enqueue(LiveInterval *LI) { in enqueue() function in __anonc6772d450211::RABasic
DRegAllocGreedy.cpp404 void RAGreedy::enqueue(LiveInterval *LI) { in enqueue() function in RAGreedy
/external/chromium/chrome/browser/extensions/
Dfile_manager_util.cc134 void FileManagerUtil::ViewItem(const FilePath& full_path, bool enqueue) { in ViewItem()
/external/jmonkeyengine/engine/src/core/com/jme3/app/
DApplication.java564 public <V> Future<V> enqueue(Callable<V> callable) { in enqueue() method in Application
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockWebServer.java161 public void enqueue(MockResponse response) { in enqueue() method in MockWebServer
/external/clang/lib/Analysis/
DReachableCode.cpp57 void DeadCodeScan::enqueue(const CFGBlock *block) { in enqueue() function in DeadCodeScan
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/
DPhysicsSpace.java355 public <V> Future<V> enqueue(Callable<V> callable) { in enqueue() method in PhysicsSpace
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/
DPhysicsSpace.java381 public <V> Future<V> enqueue(Callable<V> callable) { in enqueue() method in PhysicsSpace
/external/clang/lib/AST/
DExprConstant.cpp4569 void enqueue(const Expr *E) { in enqueue() function in __anonba741be01011::DataRecursiveIntBinOpEvaluator
/external/chromium/chrome/common/extensions/api/
Dextension_api.json531 "enqueue": { object