Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_heapq.py103 self.module.heapreplace(heap, item)
106 self.assertRaises(TypeError, self.module.heapreplace, None)
107 self.assertRaises(TypeError, self.module.heapreplace, None, None)
108 self.assertRaises(IndexError, self.module.heapreplace, [], None)
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/
Dheapq.py157 def heapreplace(heap, item): function
330 _heappop, _heapreplace, _StopIteration = heappop, heapreplace, StopIteration
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py156 def heapreplace(heap, item): function
368 _heappop, _heapreplace, _StopIteration = heappop, heapreplace, StopIteration
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c184 heapreplace(PyObject *self, PyObject *args) in heapreplace() function
551 {"heapreplace", (PyCFunction)heapreplace,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c183 heapreplace(PyObject *self, PyObject *args) in heapreplace() function
550 {"heapreplace", (PyCFunction)heapreplace,