Home
last modified time | relevance | path

Searched refs:heappushpop (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_heapq.py115 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/
Dheapq.py173 def heappushpop(heap, item): function
201 _heappushpop = heappushpop
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py172 def heappushpop(heap, item): function
215 _heappushpop = heappushpop
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c221 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.c222 heappushpop(PyObject *self, PyObject *args) in heappushpop() function
547 {"heappushpop", (PyCFunction)heappushpop,