HomeSort by relevance Sort by last modified time
    Searched refs:PyList_Sort (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
listobject.h 55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
listobject.h 55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
  /external/python/cpython2/Include/
listobject.h 55 PyAPI_FUNC(int) PyList_Sort(PyObject *);
  /external/python/cpython3/Include/
listobject.h 60 PyAPI_FUNC(int) PyList_Sort(PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
_heapqmodule.c 355 if (PyList_Sort(heap) == -1)
527 if (PyList_Sort(heap) == -1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_heapqmodule.c 356 if (PyList_Sort(heap) == -1)
528 if (PyList_Sort(heap) == -1)
  /external/python/cpython2/Modules/
_heapqmodule.c 360 if (PyList_Sort(heap) == -1)
532 if (PyList_Sort(heap) == -1)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
structmember.c 25 PyList_Sort(v);
sysmodule.c 1009 if (PyList_Sort(list) != 0) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
structmember.c 25 PyList_Sort(v);
sysmodule.c 991 if (PyList_Sort(list) != 0) {
    [all...]
  /external/python/cpython2/Python/
structmember.c 25 PyList_Sort(v);
sysmodule.c 1009 if (PyList_Sort(list) != 0) {
    [all...]
  /external/python/cpython3/Objects/
namespaceobject.c 94 if (PyList_Sort(keys) != 0)
object.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 345 PyList_Sort(v);
object.c     [all...]
listobject.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 345 PyList_Sort(v);
object.c     [all...]
  /external/python/cpython2/Objects/
methodobject.c 345 PyList_Sort(v);
object.c     [all...]
  /external/tensorflow/tensorflow/python/util/
util.cc 354 if (PyList_Sort(keys_.get()) == -1) {
389 if (!keys_ || PyList_Sort(keys_.get()) == -1) {
    [all...]
  /external/python/cpython3/Modules/
_json.c     [all...]
  /external/python/cpython3/Python/
sysmodule.c     [all...]

Completed in 962 milliseconds

1 2