Searched defs:sorted (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
H A Dtest_pytree.py23 sorted
25 def sorted(lst): function
441 self.assertEqual(sorted(r.keys()), ["pl", "pn", "pw"])
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dtypeobject.c2922 PyObject *sorted; local
2927 /* Compute ", ".join(sorted(type.__abstractmethods__))
2935 sorted = PyDict_GetItemString(builtins, "sorted");
2936 if (sorted == NULL)
2938 sorted_methods = PyObject_CallFunctionObjArgs(sorted,
6385 slotdef entries are sorted by the offset of the slot in the
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dtypeobject.c2891 PyObject *sorted; local
2896 /* Compute ", ".join(sorted(type.__abstractmethods__))
2904 sorted = PyDict_GetItemString(builtins, "sorted");
2905 if (sorted == NULL)
2907 sorted_methods = PyObject_CallFunctionObjArgs(sorted,
5775 sorted in init_slotdefs() below.) */
6349 slotdef entries are sorted by the offset of the slot in the

Completed in 65 milliseconds