Searched refs:enqueue (Results 1 - 25 of 49) sorted by relevance

12

/external/dropbear/
H A Dqueue.h47 void enqueue(struct Queue* queue, void* item);
H A Dqueue.c69 void enqueue(struct Queue* queue, void* item) { function
73 TRACE(("enter enqueue"))
88 TRACE(("leave enqueue"))
/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));
H A DCoreEngine.h175 void enqueue(ExplodedNodeSet &Set);
179 void enqueue(ExplodedNodeSet &Set, const CFGBlock *Block, unsigned Idx);
181 /// \brief enqueue the nodes corresponding to the end of function onto the
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ref/
H A DReferenceQueueTest.java48 sr.enqueue();
64 sr.enqueue();
77 sr.enqueue();
H A DReferenceTest.java52 * @tests java.lang.ref.Reference#enqueue()
59 && ((ref.enqueue()) && (ref.isEnqueued())));
63 assertTrue("Can not enqueue twice.", (!ref.enqueue())
70 && ((ref.enqueue()) && (ref.isEnqueued())));
74 assertTrue("Can not enqueue twice2.", (!ref.enqueue())
79 * @tests java.lang.ref.Reference#enqueue()
151 ref.enqueue();
153 ref.enqueue();
[all...]
/external/mockwebserver/src/test/java/com/google/mockwebserver/
H A DMockWebServerTest.java43 server.enqueue(new MockResponse().setBody("hello world"));
61 server.enqueue(new MockResponse()
65 server.enqueue(new MockResponse().setBody("This is the new location!"));
79 server.enqueue(new MockResponse()
95 server.enqueue(new MockResponse()
99 server.enqueue(new MockResponse()
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp48 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3495::DFS
76 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3495::BFS
114 virtual void enqueue(const WorkListUnit& U) { function in class:__anon3496::BFSBlockDFSContents
302 // This path is done. Don't enqueue any more nodes.
318 enqueue(dstNodes);
455 enqueue(Dst);
488 if (IsNew) WList->enqueue(Node);
500 WList->enqueue(N, Block, Idx);
506 WList->enqueue(N, Block, Idx+1);
511 WList->enqueue(
550 void CoreEngine::enqueue(ExplodedNodeSet &Set) { function in class:CoreEngine
557 void CoreEngine::enqueue(ExplodedNodeSet &Set, function in class:CoreEngine
[all...]
H A DExprEngineCallAndReturn.cpp51 Engine.getWorkList()->enqueue(Node);
116 Engine.getWorkList()->enqueue(*I,
213 Engine.getWorkList()->enqueue(N);
/external/chromium/chrome/browser/extensions/
H A Dfile_manager_util.h38 static void ViewItem(const FilePath& full_path, bool enqueue);
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/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/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/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/jmonkeyengine/engine/src/test/jme3test/network/
H A DTestRemoteCall.java74 serverApp.enqueue(new Callable<Void>() {
/external/llvm/lib/CodeGen/
H A DRegAllocBase.h56 /// live range splitting. They must also override enqueue/dequeue to provide an
130 /// enqueue - Add VirtReg to the priority queue of unassigned registers.
131 virtual void enqueue(LiveInterval *LI) = 0;
H A DRegAllocBase.cpp142 enqueue(&VirtReg);
228 enqueue(SplitVirtReg);
/external/jmonkeyengine/engine/src/test/jme3test/awt/
H A DTestApplet.java87 app.enqueue(new Callable<Void>(){
/external/emma/core/java12/com/vladium/util/
H A DSoftValueMap.java185 ref.enqueue ();
201 ref.enqueue ();
/external/libsepol/tests/policies/test-deps/
H A Dbase-notmetreq.conf294 enqueue
/external/libsepol/tests/policies/test-expander/
H A Dalias-base.conf298 enqueue
H A Drole-base.conf298 enqueue
H A Duser-base.conf298 enqueue
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf298 enqueue
H A Dsmall-base.conf298 enqueue

Completed in 3291 milliseconds

12