HomeSort by relevance Sort by last modified time
    Searched refs:PyCFunction_Call (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /external/python/cpython2/Include/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 35 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /external/python/cpython3/Include/
methodobject.h 40 PyAPI_FUNC(PyObject *) PyCFunction_Call(PyObject *, PyObject *, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
methodobject.c 71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw)
296 PyCFunction_Call, /* tp_call */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
methodobject.c 71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw)
296 PyCFunction_Call, /* tp_call */
  /external/python/cpython2/Objects/
methodobject.c 71 PyCFunction_Call(PyObject *func, PyObject *arg, PyObject *kw)
296 PyCFunction_Call, /* tp_call */
  /external/python/cpython3/Objects/
methodobject.c 81 PyCFunction_Call(PyObject *func, PyObject *args, PyObject *kwds)
90 /* PyCFunction_Call() must not be called with an exception set,
144 "Bad call flags in PyCFunction_Call. "
261 "Bad call flags in PyCFunction_Call. "
504 PyCFunction_Call, /* tp_call */
  /external/python/cpython2/Lib/test/
test_gdb.py     [all...]
  /external/python/cpython3/Lib/test/
test_gdb.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c     [all...]
  /external/python/cpython2/Python/
ceval.c     [all...]
  /external/python/cpython3/Python/
ceval.c     [all...]

Completed in 1394 milliseconds