Searched refs:heappushpop (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_heapq.py | 115 self.module.heappushpop(heap, item) 117 self.assertEqual(self.module.heappushpop([], 'x'), 'x') 121 x = self.module.heappushpop(h, 10) 125 x = self.module.heappushpop(h, 10.0) 131 x = self.module.heappushpop(h, 9) 135 x = self.module.heappushpop(h, 11)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | heapq.py | 173 def heappushpop(heap, item): function 201 _heappushpop = heappushpop
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | heapq.py | 172 def heappushpop(heap, item): function 215 _heappushpop = heappushpop
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | _heapqmodule.c | 221 heappushpop(PyObject *self, PyObject *args) in heappushpop() function 546 {"heappushpop", (PyCFunction)heappushpop,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | _heapqmodule.c | 222 heappushpop(PyObject *self, PyObject *args) in heappushpop() function 547 {"heappushpop", (PyCFunction)heappushpop,
|