Home
last modified time | relevance | path

Searched refs:PyList_Sort (Results 1 – 25 of 26) sorted by relevance

12

/external/python/cpython2/Include/
Dlistobject.h55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
/external/python/cpython3/Include/
Dlistobject.h60 PyAPI_FUNC(int) PyList_Sort(PyObject *);
/external/python/cpython2/Modules/
D_heapqmodule.c360 if (PyList_Sort(heap) == -1) in nlargest()
532 if (PyList_Sort(heap) == -1) in nsmallest()
/external/python/cpython3/Objects/
Dnamespaceobject.c94 if (PyList_Sort(keys) != 0) in namespace_repr()
Dobject.c1480 if (PyList_Sort(names)) { in _dir_locals()
1511 if (PyList_Sort(sorted)) { in _dir_object()
Dlistobject.c2404 PyList_Sort(PyObject *v) in PyList_Sort() function
Dtypeobject.c2549 if (PyList_Sort(newslots) == -1) { in type_new()
/external/python/cpython2/Python/
Dstructmember.c25 PyList_Sort(v); in listmembers()
Dsysmodule.c1009 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
Dcompile.c381 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
/external/python/cpython2/PC/os2vacpp/
Dpython.def231 PyList_Sort
/external/tensorflow/tensorflow/python/util/
Dutil.cc354 if (PyList_Sort(keys_.get()) == -1) { in DictValueIterator()
389 if (!keys_ || PyList_Sort(keys_.get()) == -1) { in MappingValueIterator()
/external/python/cpython3/Doc/c-api/
Dlist.rst127 .. c:function:: int PyList_Sort(PyObject *list)
/external/python/cpython2/Objects/
Dmethodobject.c345 PyList_Sort(v); in listmethodchain()
Dobject.c1986 if (result != NULL && PyList_Sort(result) != 0) { in PyObject_Dir()
Dlistobject.c2216 PyList_Sort(PyObject *v) in PyList_Sort() function
/external/python/cpython2/Doc/c-api/
Dlist.rst172 .. c:function:: int PyList_Sort(PyObject *list)
/external/python/cpython3/PC/
Dpython3.def313 PyList_Sort=python37.PyList_Sort
/external/python/cpython2/PC/os2emx/
Dpython27.def384 "PyList_Sort"
/external/python/cpython2/Doc/data/
Drefcounts.dat632 PyList_Sort:int:::
633 PyList_Sort:PyObject*:list:0:
/external/python/cpython3/Modules/
D_json.c1610 if (s->sort_keys && PyList_Sort(items) < 0) { in encoder_listencode_dict()
/external/python/cpython3/Doc/data/
Drefcounts.dat1110 PyList_Sort:int:::
1111 PyList_Sort:PyObject*:list:0:
/external/python/cpython3/Python/
Dsysmodule.c1624 if (PyList_Sort(list) != 0) { in list_builtin_module_names()
Dcompile.c454 if (PyList_Sort(sorted_keys) != 0) { in dictbytype()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3045 if (PyList_Sort(keys.get()) == -1) {

12