Home
last modified time | relevance | path

Searched defs:nlargest (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dheapq.py191 def nlargest(n, iterable): function
393 def nlargest(n, iterable, key=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dheapq.py203 def nlargest(n, iterable): function
436 def nlargest(n, iterable, key=None): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_heapqmodule.c291 nlargest(PyObject *self, PyObject *args) in nlargest() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_heapqmodule.c292 nlargest(PyObject *self, PyObject *args) in nlargest() function