Home
last modified time | relevance | path

Searched refs:heappush (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_heapq.py39 self.module.heappush(heap, item)
52 self.assertRaises(TypeError, self.module.heappush, [])
54 self.assertRaises(TypeError, self.module.heappush, None, None)
78 self.module.heappush(heap, item)
149 self.module.heappush(heap, item)
324 for f in (self.module.heappush, self.module.heapreplace,
331 for f in (self.module.heappush, self.module.heapreplace):
340 for f in (self.module.heappush, self.module.heapreplace):
347 self.module.heappush, self.module.heapreplace,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsched.py54 heapq.heappush(self._queue, event)
120 heapq.heappush(q, event)
DQueue.py224 def _put(self, item, heappush=heapq.heappush): argument
225 heappush(self.queue, item)
Dheapq.py141 def heappush(heap, item): function
435 heappush(heap, item)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py140 def heappush(heap, item): function
478 heappush(heap, item)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c122 heappush(PyObject *self, PyObject *args) in heappush() function
545 {"heappush", (PyCFunction)heappush,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c121 heappush(PyObject *self, PyObject *args) in heappush() function
544 {"heappush", (PyCFunction)heappush,