Searched refs:heapq (Results 1 - 18 of 18) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsched.py31 import heapq namespace
54 heapq.heappush(self._queue, event)
74 heapq.heapify(self._queue)
106 pop = heapq.heappop
120 heapq.heappush(q, event)
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
131 # With heapq, two events scheduled at the same time will show in
134 return map(heapq.heappop, [events]*len(events))
H A DQueue.py9 import heapq namespace
224 def _put(self, item, heappush=heapq.heappush):
227 def _get(self, heappop=heapq.heappop):
H A Dcollections.py12 import heapq as _heapq
H A Ddifflib.py35 import heapq namespace
747 result = heapq.nlargest(n, result)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsched.py31 import heapq namespace
54 heapq.heappush(self._queue, event)
74 heapq.heapify(self._queue)
106 pop = heapq.heappop
120 heapq.heappush(q, event)
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
131 # With heapq, two events scheduled at the same time will show in
134 return map(heapq.heappop, [events]*len(events))
H A DQueue.py9 import heapq namespace
224 def _put(self, item, heappush=heapq.heappush):
227 def _get(self, heappop=heapq.heappop):
H A Dcollections.py12 import heapq as _heapq
H A Ddifflib.py35 import heapq namespace
747 result = heapq.nlargest(n, result)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsched.py31 import heapq namespace
54 heapq.heappush(self._queue, event)
74 heapq.heapify(self._queue)
106 pop = heapq.heappop
120 heapq.heappush(q, event)
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
131 # With heapq, two events scheduled at the same time will show in
134 return map(heapq.heappop, [events]*len(events))
H A DQueue.py9 import heapq namespace
224 def _put(self, item, heappush=heapq.heappush):
227 def _get(self, heappop=heapq.heappop):
H A Dcollections.py12 import heapq as _heapq
H A Ddifflib.py35 import heapq namespace
747 result = heapq.nlargest(n, result)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsched.py31 import heapq namespace
54 heapq.heappush(self._queue, event)
74 heapq.heapify(self._queue)
106 pop = heapq.heappop
120 heapq.heappush(q, event)
130 # Use heapq to sort the queue rather than using 'sorted(self._queue)'.
131 # With heapq, two events scheduled at the same time will show in
134 return map(heapq.heappop, [events]*len(events))
H A DQueue.py9 import heapq namespace
224 def _put(self, item, heappush=heapq.heappush):
227 def _get(self, heappop=heapq.heappop):
H A Dcollections.py12 import heapq as _heapq
H A Ddifflib.py35 import heapq namespace
747 result = heapq.nlargest(n, result)
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...

Completed in 2298 milliseconds